aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2019-07-05ati-vga: Fix reverse bit bltsBALATON Zoltan
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan
2019-07-05ati-vga: Improve readability of ati_2d_blt functionBALATON Zoltan
2019-07-04pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost
2019-07-04virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji
2019-07-04virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji
2019-07-04virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji