aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-0/+3
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2-2/+2
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé1-22/+0
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé1-6/+0
2019-11-05hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé1-2/+0
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé1-6/+0
2019-11-05piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau1-1/+0
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini1-1/+0
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé1-0/+1
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé1-0/+2
2019-10-22hw/i386: Introduce the microvm machine typeSergio Lopez1-0/+71
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez1-4/+9
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2-25/+60
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2-1/+35
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez1-1/+1
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum1-0/+3
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard1-0/+2
2019-09-16hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé1-11/+0
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell1-0/+3
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-0/+3
2019-08-20hw/i386/pc: Map into memory the initrdStefano Garzarella1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster2-0/+2
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost1-0/+3
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu1-0/+1
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu1-22/+54
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu1-0/+2
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu1-0/+2
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-07-04pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost1-0/+3
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz1-3/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-03q35: Revert to kernel irqchipAlex Williamson1-0/+3
2019-05-17ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...Vitaly Kuznetsov1-0/+3
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé1-2/+0
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-0/+3
2019-04-02intel_iommu: Drop extended root fieldPeter Xu1-1/+0
2019-03-20intel-iommu: optimize nodmar memory regionsPeter Xu1-2/+5
2019-03-12intel_iommu: add scalable-mode option to make scalable mode workYi Sun1-1/+2
2019-03-12intel_iommu: add 256 bits qi_desc supportLiu, Yi L1-0/+1
2019-03-12intel_iommu: scalable mode emulationLiu, Yi L1-2/+22
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-4/+0
2019-03-11pc: Support firmware configuration with -blockdevMarkus Armbruster1-0/+3
2019-03-11pc_sysfw: Pass PCMachineState to pc_system_firmware_init()Philippe Mathieu-Daudé1-2/+1
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger1-4/+0
2019-03-11nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger1-1/+1