summaryrefslogtreecommitdiffstats
path: root/include/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé2019-12-171-0/+3
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-172-20/+18Star
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-172-3/+5
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-8/+0Star
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-0/+3
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-192-2/+2
* hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-051-22/+0Star
* hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-051-6/+0Star
* hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2019-11-051-2/+0Star
* piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-6/+0Star
* piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau2019-11-051-1/+0Star
* target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-261-1/+0Star
* hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-241-0/+1
* hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-241-0/+2
* hw/i386: Introduce the microvm machine typeSergio Lopez2019-10-221-0/+71
* hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-4/+9
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-222-25/+60
* hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-222-1/+35
* hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez2019-10-221-1/+1
* hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-051-0/+3
* pc: Add an SMB0 ACPI device to q35Corey Minyard2019-09-201-0/+2
* hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé2019-09-161-11/+0Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell2019-08-211-0/+3
|\
| * hw: add compat machines for 4.2Cornelia Huck2019-08-211-0/+3
* | hw/i386/pc: Map into memory the initrdStefano Garzarella2019-08-201-0/+1
|/
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-162-0/+2
* i386: Make unversioned CPU models be aliasesEduardo Habkost2019-07-051-0/+3
* machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu2019-07-051-0/+1
* i386: Update new x86_apicid parsing rules with die_offset supportLike Xu2019-07-051-22/+54
* i386/cpu: Consolidate die-id validity in smp contextLike Xu2019-07-051-0/+2
* i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu2019-07-051-0/+2
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-1/+1
* pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost2019-07-041-0/+3
* hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz2019-06-211-3/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* q35: Revert to kernel irqchipAlex Williamson2019-06-031-0/+3
* ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...Vitaly Kuznetsov2019-05-171-0/+3
* hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé2019-05-171-2/+0Star
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-2/+2
* hw: add compat machines for 4.1Cornelia Huck2019-04-251-0/+3
* intel_iommu: Drop extended root fieldPeter Xu2019-04-021-1/+0Star
* intel-iommu: optimize nodmar memory regionsPeter Xu2019-03-201-2/+5
* intel_iommu: add scalable-mode option to make scalable mode workYi Sun2019-03-131-1/+2
* intel_iommu: add 256 bits qi_desc supportLiu, Yi L2019-03-131-0/+1
* intel_iommu: scalable mode emulationLiu, Yi L2019-03-131-2/+22
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-03-121-4/+0Star
|\