aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-07-12virtio pmem: remove transitional namesPankaj Gupta1-2/+0
2019-07-12virtio pmem: remove memdev null checkPankaj Gupta1-2/+2
2019-07-12virtio pmem: fix wrong mem region conditionPankaj Gupta1-1/+1
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi2-3/+27
2019-07-12xio3130_downstream: typo fixMichael S. Tsirkin1-1/+1
2019-07-12xics/kvm: Always set the MASKED bit if interrupt is maskedGreg Kurz1-0/+3
2019-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20190709...Peter Maydell1-1/+4
2019-07-09Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit"Philippe Mathieu-Daudé1-1/+4
2019-07-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190709' into stagingPeter Maydell1-3/+2
2019-07-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-07-08-1...Peter Maydell1-2/+2
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-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi2-4/+4
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi2-0/+62
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell1-6/+2
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 Maydell3-36/+58
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-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-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov1-1/+5
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: Make unversioned CPU models be aliasesEduardo Habkost3-0/+11
2019-07-05qmp: Add deprecation information to query-machinesEduardo Habkost1-0/+1
2019-07-05vl.c: Add -smp, dies=* command line support and update docLike Xu1-13/+17
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu2-0/+155
2019-07-05deprecate -mem-path fallback to anonymous RAMIgor Mammedov1-2/+4
2019-07-05numa: deprecate implict memory distribution between nodesIgor Mammedov1-0/+3
2019-07-05numa: deprecate 'mem' parameter of '-numa node' optionIgor Mammedov1-0/+2
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov4-0/+4
2019-07-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov1-1/+5
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu1-10/+17
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu3-0/+29
2019-07-05hw/i386: Adjust nr_dies with configured smp_dies for PCMachineLike Xu1-5/+11
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu1-2/+7
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu9-4/+13
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu14-23/+54
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu4-12/+28
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2-2/+3
2019-07-05hw/riscv: Replace global smp variables with machine smp propertiesLike Xu5-6/+18
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu7-15/+42
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu2-1/+4
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu10-38/+39
2019-07-05Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190705-pull-request' ...Peter Maydell2-63/+75
2019-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell17-70/+556
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan1-2/+2
2019-07-05ati-vga: Fix reverse bit bltsBALATON Zoltan1-15/+40
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan2-5/+6