aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-07-15scsi: explicitly list guest-recoverable sense codesPaolo Bonzini
2019-07-15scsi-disk: pass sense correctly for guest-recoverable errorsShinichiro Kawasaki
2019-07-12virtio pmem: remove transitional namesPankaj Gupta
2019-07-12virtio pmem: remove memdev null checkPankaj Gupta
2019-07-12virtio pmem: fix wrong mem region conditionPankaj Gupta
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi
2019-07-12xio3130_downstream: typo fixMichael S. Tsirkin
2019-07-12xics/kvm: Always set the MASKED bit if interrupt is maskedGreg Kurz
2019-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20190709...Peter Maydell
2019-07-09Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit"Philippe Mathieu-Daudé
2019-07-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190709' into stagingPeter Maydell
2019-07-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-07-08-1...Peter Maydell
2019-07-08hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is builtPhilippe Mathieu-Daudé
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell
2019-07-08vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-05ioapic: use irq number instead of vector in ioapic_eoi_broadcastLi Qiang
2019-07-05hw/i386: Fix linker error when ISAPC is disabledJulio Montes
2019-07-05ioapic: clear irq_eoi when updating the ioapic redirect table entryLi Qiang
2019-07-05intel_iommu: Fix unexpected unmaps during global unmapPeter Xu
2019-07-05intel_iommu: Fix incorrect "end" for vtd_address_space_unmapYan Zhao
2019-07-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov
2019-07-05numa: allow memory-less nodes when using memdev as backendIgor Mammedov
2019-07-05numa: Make deprecation warnings conditional on !qtest_enabled()Eduardo Habkost
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost
2019-07-05qmp: Add deprecation information to query-machinesEduardo Habkost
2019-07-05vl.c: Add -smp, dies=* command line support and update docLike Xu
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu
2019-07-05deprecate -mem-path fallback to anonymous RAMIgor Mammedov
2019-07-05numa: deprecate implict memory distribution between nodesIgor Mammedov
2019-07-05numa: deprecate 'mem' parameter of '-numa node' optionIgor Mammedov
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov
2019-07-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu
2019-07-05hw/i386: Adjust nr_dies with configured smp_dies for PCMachineLike Xu
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu
2019-07-05hw/riscv: Replace global smp variables with machine smp propertiesLike Xu
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu
2019-07-05Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190705-pull-request' ...Peter Maydell
2019-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan