summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_piix.c
Commit message (Expand)AuthorAgeFilesLines
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell2020-07-111-3/+6
|\
| * xen: cleanup unrealized flash devicesPaul Durrant2020-07-101-3/+6
* | qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell2020-07-081-2/+1Star
|\
| * pc_basic_device_init: drop no_vmport argGerd Hoffmann2020-07-061-1/+0Star
| * pc_basic_device_init: drop has_pit argGerd Hoffmann2020-07-061-1/+1
| * pc_basic_device_init: pass PCMachineStateGerd Hoffmann2020-07-061-1/+1
* | numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand2020-07-031-0/+1
|/
* numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov2020-06-261-0/+1
* x86: move max-ram-below-4g to pcGerd Hoffmann2020-06-171-5/+5
* xen: fix build without pci passthroughAnthony PERARD2020-06-121-1/+1
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-0/+1
* i386:pc: whitelist dynamic vmbus-bridgeJon Doron2020-06-101-0/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* hw: add compat machines for 5.1Cornelia Huck2020-05-061-1/+13
* nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee2020-05-041-0/+2
* piix: fix xenfv regression, add compat machine xenfv-4.2Olaf Hering2020-04-111-3/+16
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-1/+1
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-171-1/+0Star
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-171-4/+5
* hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-171-5/+5
* 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
|\