aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_piix.c
AgeCommit message (Expand)Author
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann
2020-06-12xen: fix build without pci passthroughAnthony PERARD
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-10i386:pc: whitelist dynamic vmbus-bridgeJon Doron
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-06hw: add compat machines for 5.1Cornelia Huck
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee
2020-04-11piix: fix xenfv regression, add compat machine xenfv-4.2Olaf Hering
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan
2020-03-09hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-01-05hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov
2019-12-18hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini
2019-12-14hw: add compat machines for 5.0Cornelia Huck
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick
2019-11-19hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabledThomas Huth
2019-11-05hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini
2019-10-24hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-08-21misc: fix naming scheme of compatiblity arraysMarc-André Lureau
2019-08-21hw: add compat machines for 4.2Cornelia Huck
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-05hw/i386: Fix linker error when ISAPC is disabledJulio Montes
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost
2019-07-04pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2019-04-25Categorize devices: IGD passthrough ISA bridgeErnest Esene
2019-04-25hw: add compat machines for 4.1Cornelia Huck
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger
2019-02-27boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard
2019-02-27i2c: Split smbus into partsCorey Minyard
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella