summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_piix.c
Commit message (Expand)AuthorAgeFilesLines
* hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-5/+5
* hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov2020-01-051-1/+0Star
* hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth2019-12-181-83/+2Star
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-171-3/+3
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-1/+13
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-191-2/+2
* hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabledThomas Huth2019-11-191-2/+2
* hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé2019-11-051-1/+7
* hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-051-0/+1
* piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-0/+1
* target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-261-1/+3
* hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé2019-10-241-1/+0Star
* hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-241-12/+1Star
* hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-241-8/+1Star
* hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-1/+1
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-21/+22
* hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-221-0/+1
* hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez2019-10-221-1/+1
* pc: Add an SMB0 ACPI device to q35Corey Minyard2019-09-201-6/+6
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-08-211-1/+1
|\
| * misc: fix naming scheme of compatiblity arraysMarc-André Lureau2019-08-211-1/+1
* | hw: add compat machines for 4.2Cornelia Huck2019-08-211-1/+13
|/
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-07-081-3/+9
|\
| * hw/i386: Fix linker error when ISAPC is disabledJulio Montes2019-07-051-3/+9
* | i386: Make unversioned CPU models be aliasesEduardo Habkost2019-07-051-0/+4
* | pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost2019-07-041-1/+2
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2019-04-261-0/+1
|\
| * Categorize devices: IGD passthrough ISA bridgeErnest Esene2019-04-251-0/+1
* | hw: add compat machines for 4.1Cornelia Huck2019-04-251-1/+13
|/
* machine: Move nvdimms state into struct MachineStateEric Auger2019-03-111-2/+2
* boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard2019-02-281-0/+1
* i2c: Split smbus into partsCorey Minyard2019-02-281-1/+1
* hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella2019-02-051-0/+3
* hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth2019-01-151-1/+0Star
* machine: Use shorter format for GlobalProperty arraysEduardo Habkost2019-01-101-155/+37Star
* machine: Eliminate unnecessary stringify() usageEduardo Habkost2019-01-101-15/+15
* compat: remove remaining PC_COMPAT macrosMarc-André Lureau2019-01-071-37/+20Star
* compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau2019-01-071-7/+5Star
* compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau2019-01-071-7/+5Star
* compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau2019-01-071-8/+5Star
* compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau2019-01-071-4/+2Star
* compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau2019-01-071-4/+2Star
* compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau2019-01-071-4/+2Star
* compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau2019-01-071-5/+2Star
* compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau2019-01-071-5/+2Star