summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_piix.c
Commit message (Expand)AuthorAgeFilesLines
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-1/+13
* pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-301-1/+1
* hw/xen: Set suppress-vmdesc for Xen machinesJason Andryuk2020-10-191-2/+2
* target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-301-2/+5
* hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-301-1/+1
* hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-301-3/+3
* numa: drop support for '-numa node' (without memory specified)Igor Mammedov2020-09-301-1/+0Star
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-291-1/+0Star
* x86: move acpi_dev from pc/microvmGerd Hoffmann2020-09-171-1/+1
* hw/i386: make explicit clearing of pch_rev_idAlex Bennée2020-09-101-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-08-221-1/+13
|\
| * hw: add compat machines for 5.2Cornelia Huck2020-08-191-1/+13
* | 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