aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_piix.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-1/+13
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell1-1/+0
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-30hw: add compat machines for 6.1Cornelia Huck1-1/+13
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov1-0/+2
2021-02-05hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth1-94/+0
2020-12-08hw: add compat machines for 6.0Cornelia Huck1-1/+13
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost1-1/+1
2020-10-19hw/xen: Set suppress-vmdesc for Xen machinesJason Andryuk1-2/+2
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-2/+5
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé1-1/+1
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé1-3/+3
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov1-1/+0
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-1/+0
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann1-1/+1
2020-09-10hw/i386: make explicit clearing of pch_rev_idAlex Bennée1-1/+1
2020-08-22Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+13
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-08-19hw: add compat machines for 5.2Cornelia Huck1-1/+13
2020-07-11Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell1-3/+6
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-10xen: cleanup unrealized flash devicesPaul Durrant1-3/+6
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell1-2/+1
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann1-1/+1
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann1-1/+1
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand1-0/+1
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov1-0/+1
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann1-5/+5
2020-06-12xen: fix build without pci passthroughAnthony PERARD1-1/+1
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+1
2020-06-10i386:pc: whitelist dynamic vmbus-bridgeJon Doron1-0/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-1/+13
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee1-0/+2
2020-04-11piix: fix xenfv regression, add compat machine xenfv-4.2Olaf Hering1-3/+16
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-1/+1
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan1-1/+0
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan1-4/+5
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan1-5/+5
2020-03-09hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé1-0/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-5/+5
2020-01-05hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov1-1/+0
2019-12-18hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth1-83/+2
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-3/+3
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-1/+13
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+1