aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-02monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per deviceDavid Hildenbrand
2021-10-02qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi eventsDavid Hildenbrand
2021-10-02virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE eventDavid Hildenbrand
2021-10-02configure: Loosen GCC requirement from 7.5.0 to 7.4.0nia
2021-10-02qapi/parser: enable pylint checksJohn Snow
2021-10-02qapi/parser: Silence too-few-public-methods warningJohn Snow
2021-10-02qapi/parser: enable mypy checksJohn Snow
2021-10-02qapi/parser: Add FIXME for consolidating JSON-related typesJohn Snow
2021-10-02qapi/parser: add type hint annotations (QAPIDoc)John Snow
2021-10-02qapi/parser: add import cycle workaroundJohn Snow
2021-10-02qapi/parser: Introduce NullSectionJohn Snow
2021-10-02qapi/parser: clarify _end_section() logicJohn Snow
2021-10-02qapi/parser: remove FIXME comment from _append_body_lineJohn Snow
2021-10-02qapi: Add spaces after symbol declaration for consistencyJohn Snow
2021-10-02qapi/parser: fix unused check_args_section argumentsJohn Snow
2021-10-02qapi/gen: use dict.items() to iterate over _modulesJohn Snow
2021-10-02qapi/pylintrc: ignore 'consider-using-f-string' warningJohn Snow
2021-10-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-10-01i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov
2021-10-01docs: reorganize testing.rstPaolo Bonzini
2021-10-01i386: Make Hyper-V version id configurableVitaly Kuznetsov
2021-10-01docs: move gcov section at the end of testing.rstPaolo Bonzini
2021-10-01i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov
2021-10-01docs: reorganize tcg-plugins.rstPaolo Bonzini
2021-10-01i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()Vitaly Kuznetsov
2021-10-01docs: reorganize qgraph.rstPaolo Bonzini
2021-10-01i386: Support KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov
2021-10-01docs: put "make" information together in build-system.rstPaolo Bonzini
2021-10-01i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUIDVitaly Kuznetsov
2021-10-01docs: move notes inside the body of the documentPaolo Bonzini
2021-10-01docs: name included files ".rst.inc"Paolo Bonzini
2021-10-01machine: Put all sanity-check in the generic SMP parserYanan Wang
2021-10-01machine: Use g_autoptr in machine_set_smpPaolo Bonzini
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang
2021-10-01machine: Use ms instead of global current_machine in sanity-checkYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-10-01qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_splitYanan Wang
2021-10-01qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfgYanan Wang
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang
2021-10-01machine: Deprecate "parameter=0" SMP configurationsYanan Wang
2021-10-01qapi/machine: Fix an incorrect comment of SMPConfigurationYanan Wang
2021-10-01tests/tcg/multiarch: Re-enable signals test for most guestsRichard Henderson
2021-10-01linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGERichard Henderson
2021-10-01linux-user/xtensa: Implement setup_sigtrampRichard Henderson