summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-072-8/+6Star
* sysbus: remove unused sysbus_try_create*Marc-André Lureau2020-01-071-1/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-2016-393/+365Star
|\
| * hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth2019-12-181-83/+2Star
| * hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé2019-12-174-114/+128
| * hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé2019-12-171-8/+4Star
| * hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé2019-12-171-1/+1
| * hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé2019-12-171-4/+3Star
| * hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-173-15/+2Star
| * pc: stubify x86 iommuPaolo Bonzini2019-12-173-1/+42
| * x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-178-106/+113
| * hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2019-12-172-14/+11Star
| * x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-174-54/+53Star
| * hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-174-0/+4
| * fw_cfg: allow building without other devicesPaolo Bonzini2019-12-172-2/+7
| * i386: conditionally compile more filesPaolo Bonzini2019-12-172-4/+8
* | hw/i386/amd_iommu: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-7/+7
|/
* hw: add compat machines for 5.0Cornelia Huck2019-12-143-2/+28
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-132-0/+2
* intel_iommu: TM field should not be in reserved bitsQi, Yadong2019-11-252-6/+16
* intel_iommu: refine SL-PEs reserved fields checkingQi, Yadong2019-11-252-21/+21
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-194-5/+5
* hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabledThomas Huth2019-11-191-2/+2
* microvm: fix memory leak in microvm_fix_kernel_cmdlineSergio Lopez2019-11-191-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-11-071-7/+120
|\
| * hw/i386: AMD-Vi IVRS DMA alias supportAlex Williamson2019-11-051-7/+120
* | hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé2019-11-051-1/+7
* | hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'Philippe Mathieu-Daudé2019-11-051-1/+1
* | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé2019-11-051-0/+1
* | hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-051-0/+1
* | hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé2019-11-051-2/+3
* | hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-051-1/+1
* | piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-052-2/+2
|/
* i386: implement IGNNEPaolo Bonzini2019-10-261-1/+1
* target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-263-16/+9Star
* Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-2612-873/+1571
|\
| * hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé2019-10-242-2/+0Star
| * hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-243-25/+21Star
| * hw/i386/pc: Move gsi_state creation codePhilippe Mathieu-Daudé2019-10-241-3/+3
| * hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-243-16/+17
| * hw/i386: Introduce the microvm machine typeSergio Lopez2019-10-223-0/+583
| * hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-224-36/+35Star
| * hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-228-199/+260
| * hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-226-641/+695
| * hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez2019-10-221-13/+0Star
| * hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez2019-10-221-1/+8
| * hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez2019-10-221-1/+8
| * hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez2019-10-221-24/+29
| * hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez2019-10-224-19/+19
* | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-3/+3
|/