aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-393/+365
2019-12-18hw/i386/amd_iommu: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-7/+7
2019-12-18hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth1-83/+2
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé4-114/+128
2019-12-17hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé1-8/+4
2019-12-17hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-12-17hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé1-4/+3
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé3-15/+2
2019-12-17pc: stubify x86 iommuPaolo Bonzini3-1/+42
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini8-106/+113
2019-12-17hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2-14/+11
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini4-54/+53
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini4-0/+4
2019-12-17fw_cfg: allow building without other devicesPaolo Bonzini2-2/+7
2019-12-17i386: conditionally compile more filesPaolo Bonzini2-4/+8
2019-12-14hw: add compat machines for 5.0Cornelia Huck3-2/+28
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2-0/+2
2019-11-25intel_iommu: TM field should not be in reserved bitsQi, Yadong2-6/+16
2019-11-25intel_iommu: refine SL-PEs reserved fields checkingQi, Yadong2-21/+21
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick4-5/+5
2019-11-19hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabledThomas Huth1-2/+2
2019-11-19microvm: fix memory leak in microvm_fix_kernel_cmdlineSergio Lopez1-0/+2
2019-11-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+120
2019-11-05hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé1-1/+7
2019-11-05hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'Philippe Mathieu-Daudé1-1/+1
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé1-0/+1
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé1-0/+1
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé1-2/+3
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé1-1/+1
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2-2/+2
2019-11-05hw/i386: AMD-Vi IVRS DMA alias supportAlex Williamson1-7/+120
2019-10-26i386: implement IGNNEPaolo Bonzini1-1/+1
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini3-16/+9
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini12-873/+1571
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé3-3/+3
2019-10-24hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé2-2/+0
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé3-25/+21
2019-10-24hw/i386/pc: Move gsi_state creation codePhilippe Mathieu-Daudé1-3/+3
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé3-16/+17
2019-10-22hw/i386: Introduce the microvm machine typeSergio Lopez3-0/+583
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez4-36/+35
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini8-199/+260
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez6-641/+695
2019-10-22hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez1-13/+0
2019-10-22hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez1-1/+8
2019-10-22hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez1-1/+8
2019-10-22hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez1-24/+29
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez4-19/+19
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-1/+9
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum2-1/+9