summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-172-1/+9
|\
| * hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-052-1/+9
* | memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-042-10/+15
|/
* pc: Add an SMB0 ACPI device to q35Corey Minyard2019-09-203-10/+26
* ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard2019-09-201-1/+1
* ipmi: Add an SMBus IPMI interfaceCorey Minyard2019-09-201-0/+1
* ipmi: Add PCI IPMI interfacesCorey Minyard2019-09-201-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-172-6/+56
|\
| * intel_iommu: Remove the caching-mode check during flag changePeter Xu2019-09-161-4/+0Star
| * pc/q35: Disallow vfio-pci hotplug without VT-d caching modePeter Xu2019-09-161-0/+21
| * intel_iommu: Sanity check vfio-pci config on machine init donePeter Xu2019-09-161-3/+36
* | hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé2019-09-163-131/+145
* | hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé2019-09-161-3/+3
* | hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
* | hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()Philippe Mathieu-Daudé2019-09-161-2/+2
* | hw/i386/pc: Let pc_build_smbios() take a generic MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
* | hw/i386/pc: Let pc_build_smbios() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-5/+5
* | hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_...Paolo Bonzini2019-09-161-4/+4
* | hw/i386/pc: Pass the CPUArchIdList array by argumentPhilippe Mathieu-Daudé2019-09-161-10/+9Star
* | hw/i386/pc: Pass the apic_id_limit value by argumentPhilippe Mathieu-Daudé2019-09-161-2/+3
* | hw/i386/pc: Pass the boot_cpus value by argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_createPhilippe Mathieu-Daudé2019-09-161-3/+3