aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-09s390: cpumodel: fix description for the new vector facilityChristian Borntraeger1-1/+1
2019-07-09tcg: Fix expansion of INDEX_op_not_vecRichard Henderson1-0/+6
2019-07-09tcg/riscv: Fix RISC-VH host build failureAlistair Francis1-2/+2
2019-07-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-07-08-1...Peter Maydell1-2/+2
2019-07-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell10-21/+130
2019-07-08hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is builtPhilippe Mathieu-Daudé1-2/+2
2019-07-08qcow2: Allow -o compat=v3 during qemu-img amendEric Blake1-3/+3
2019-07-08MAINTAINERS: update RBD block maintainerJason Dillaman1-1/+1
2019-07-08block/qcow: Improve error when opening qcow2 files as qcowJohn Snow1-1/+6
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi2-4/+4
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi3-0/+67
2019-07-08vl: add qemu_add_vm_change_state_handler_prio()Stefan Hajnoczi2-12/+49
2019-07-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190708'...Peter Maydell4-25/+13
2019-07-08target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCRPhilippe Mathieu-Daudé1-2/+2
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell1-6/+2
2019-07-08tests/migration-test: Fix read off end of aarch64_kernel arrayPeter Maydell1-15/+7
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson1-2/+2
2019-07-08s390x/cpumodel: Set up CPU model for AQIC interceptionPierre Morel3-0/+3
2019-07-08vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson1-3/+2
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-44/+76
2019-07-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell79-936/+1687
2019-07-05ioapic: use irq number instead of vector in ioapic_eoi_broadcastLi Qiang1-5/+5
2019-07-05hw/i386: Fix linker error when ISAPC is disabledJulio Montes1-3/+9
2019-07-05Makefile: generate header file with the list of devices enabledJulio Montes2-0/+6
2019-07-05target/i386: kvm: Fix when nested state is needed for migrationLiran Alon1-3/+2
2019-07-05minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices...Paolo Bonzini1-1/+4
2019-07-05target/i386: fix feature check in hyperv-stub.cAlex Bennée1-1/+1
2019-07-05ioapic: clear irq_eoi when updating the ioapic redirect table entryLi Qiang1-0/+1
2019-07-05intel_iommu: Fix unexpected unmaps during global unmapPeter Xu1-26/+41
2019-07-05intel_iommu: Fix incorrect "end" for vtd_address_space_unmapYan Zhao1-2/+2
2019-07-05i386/kvm: Fix build with -m32Max Reitz1-3/+4
2019-07-05checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini1-1/+2
2019-07-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov1-1/+5
2019-07-05tests: use -numa memdev option in tests instead of legacy 'mem' optionIgor Mammedov1-12/+28
2019-07-05numa: allow memory-less nodes when using memdev as backendIgor Mammedov1-12/+7
2019-07-05numa: Make deprecation warnings conditional on !qtest_enabled()Eduardo Habkost1-5/+10
2019-07-05i386: Add Cascadelake-Server-v2 CPU modelEduardo Habkost2-0/+87
2019-07-05docs: Deprecate CPU model runnability guaranteesEduardo Habkost1-0/+19
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost7-1/+203
2019-07-05i386: Replace -noTSX, -IBRS, -IBPB CPU models with aliasesEduardo Habkost1-580/+21
2019-07-05i386: Define -IBRS, -noTSX, -IBRS versions of CPU modelsEduardo Habkost1-0/+186
2019-07-05i386: Register versioned CPU modelsEduardo Habkost4-30/+318
2019-07-05i386: Get model-id from CPU object on "-cpu help"Eduardo Habkost1-3/+13
2019-07-05i386: Add x-force-features option for testingEduardo Habkost2-2/+12
2019-07-05qmp: Add "alias-of" field to query-cpu-definitionsEduardo Habkost1-1/+8
2019-07-05i386: Introduce SnowRidge CPU modelPaul Lai1-0/+71
2019-07-05qmp: Add deprecation information to query-machinesEduardo Habkost2-1/+7
2019-07-05vl.c: Add -smp, dies=* command line support and update docLike Xu3-21/+29
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu5-73/+163
2019-07-05target/i386: Add CPUID.1F generation support for multi-dies PCMachineLike Xu3-0/+54