aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-09-01hw: Remove superfluous breaksLiao Pingfang1-1/+0
2020-08-28Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+1
2020-08-27amd_iommu: Use TYPE_AMD_IOMMU_PCI constantEduardo Habkost1-1/+1
2020-08-27i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin1-2/+2
2020-08-22Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-2/+28
2020-08-21meson: convert hw/arch*Marc-André Lureau6-26/+47
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini4-4/+4
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini2-0/+2
2020-08-19hw: add compat machines for 5.2Cornelia Huck3-2/+28
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang1-1/+2
2020-07-24error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-3/+3
2020-07-22intel_iommu: Use correct shift for 256 bits qi descriptorLiu Yi L2-2/+8
2020-07-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+5
2020-07-11Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell2-4/+7
2020-07-10pc: fix leak in pc_system_flash_cleanup_unusedAlexander Bulekov1-0/+5
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-4/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-24/+11
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster4-21/+21
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10xen: cleanup unrealized flash devicesPaul Durrant2-4/+7
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-1/+1
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell3-10/+10
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-28/+42
2020-07-07intel_iommu: "aw-bits" error message still refers to "x-aw-bits"Menno Lageman1-1/+1
2020-07-06audio: deprecate -soundhw pcspkGerd Hoffmann1-0/+2
2020-07-06audio: create pcspk device earlyGerd Hoffmann1-1/+2
2020-07-06audio: rework pcspk_init()Gerd Hoffmann1-1/+1
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann3-4/+1
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann3-4/+3
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann3-3/+4
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand4-0/+4
2020-07-03pc: Support for virtio-mem-pciDavid Hildenbrand2-21/+29
2020-07-02pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand1-8/+10
2020-07-02amd_iommu: Fix amdvi_realize() error API violationMarkus Armbruster1-2/+4
2020-07-02x86: Fix x86_cpu_new() error handlingMarkus Armbruster1-3/+5
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-3/+1
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov3-1/+2
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-229/+35
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann1-11/+0
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann1-16/+0
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann1-23/+0
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann1-10/+6
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann3-23/+30
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann1-39/+0
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann1-25/+0
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann1-83/+0
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster1-2/+6
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann5-57/+57