summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2019-12-14hw: add compat machines for 5.0Cornelia Huck
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-11-25intel_iommu: TM field should not be in reserved bitsQi, Yadong
2019-11-25intel_iommu: refine SL-PEs reserved fields checkingQi, Yadong
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick
2019-11-19hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabledThomas Huth
2019-11-19microvm: fix memory leak in microvm_fix_kernel_cmdlineSergio Lopez
2019-11-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-11-05hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé
2019-11-05hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'Philippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé
2019-11-05hw/i386: AMD-Vi IVRS DMA alias supportAlex Williamson
2019-10-26i386: implement IGNNEPaolo Bonzini
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé
2019-10-24hw/i386/pc: Move gsi_state creation codePhilippe Mathieu-Daudé
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé
2019-10-22hw/i386: Introduce the microvm machine typeSergio Lopez
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez
2019-10-22hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard
2019-09-20ipmi: Add an SMBus IPMI interfaceCorey Minyard
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard
2019-09-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-16hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé
2019-09-16hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()Philippe Mathieu-Daudé
2019-09-16hw/i386/pc: Let pc_build_smbios() take a generic MachineState argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Let pc_build_smbios() take a FWCfgState argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_...Paolo Bonzini
2019-09-16hw/i386/pc: Pass the CPUArchIdList array by argumentPhilippe Mathieu-Daudé