summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_q35.c
Commit message (Expand)AuthorAgeFilesLines
* pc: Add an SMB0 ACPI device to q35Corey Minyard2019-09-201-4/+5
* hw: add compat machines for 4.2Cornelia Huck2019-08-211-1/+12
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* i386: Make unversioned CPU models be aliasesEduardo Habkost2019-07-051-0/+4
* hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz2019-06-211-4/+8
* q35: Revert to kernel irqchipAlex Williamson2019-06-031-2/+14
* hw: add compat machines for 4.1Cornelia Huck2019-04-251-1/+12
* 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
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell2019-01-081-0/+53
|\
| * usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini2019-01-081-0/+53
* | 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
* | compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau2019-01-071-5/+2Star
* | compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau2019-01-071-5/+2Star
* | compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau2019-01-071-5/+2Star
* | compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau2019-01-071-5/+2Star
* | compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau2019-01-071-5/+2Star
* | compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau2019-01-071-5/+2Star
* | machine: move compat properties out of globalsMarc-André Lureau2019-01-071-66/+55Star
* | hw: apply machine compat properties without touching globalsMarc-André Lureau2019-01-071-11/+22
* | machines: replace COMPAT define with a static arrayMarc-André Lureau2019-01-071-11/+55
|/
* q35: set split kernel irqchip as defaultPeter Xu2018-12-201-0/+2
* hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé2018-12-191-1/+1
* q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson2018-12-111-2/+11
* i386: Rename bools in PCMachineState to end in _enabledCorey Minyard2018-12-111-3/+3
* hw/i386: add pc-i440fx-3.1 & pc-q35-3.1Marc-André Lureau2018-11-201-2/+11
* hw/i386: Use the IEC binary prefix definitionsPaolo Bonzini2018-07-021-1/+2
* hw/display: add standalone ramfb deviceGerd Hoffmann2018-06-181-0/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell2018-06-121-1/+1
|\
| * object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-1/+1
* | pc: Remove PC_COMPAT_2_12 from 3.0 machine-typesEduardo Habkost2018-06-111-1/+0Star
|/
* migration: introduce decompress-error-checkXiao Guangrong2018-06-041-0/+1
* hw/i386: Rename 2.13 machine types to 3.0Peter Maydell2018-05-291-4/+4
* pc: add 2.13 machine typesBabu Moger2018-05-151-2/+11
* q35: change default NIC to e1000ePaolo Bonzini2018-03-121-1/+7
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-3/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* q35: Allow only supported dynamic sysbus devicesEduardo Habkost2018-01-191-2/+4
* machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost2018-01-191-1/+2
* pc: add 2.12 machine typesHaozhong Zhang2018-01-181-2/+11
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-0/+1
* pc: remove useless hot_add_cpu initialisationLaurent Vivier2017-10-151-1/+0Star