aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_q35.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster1-5/+5
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
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-2/+2
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-1/+12
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee1-0/+2
2020-03-09hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé1-0/+1
2020-01-05hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov1-1/+0
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-1/+1
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-1/+12
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+1
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick1-2/+2
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini1-1/+3
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini1-40/+22
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-24hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé1-1/+0
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé1-13/+1
2019-10-24hw/i386/pc: Move gsi_state creation codePhilippe Mathieu-Daudé1-3/+3
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé1-8/+1
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez1-1/+1
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-17/+18
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez1-0/+1
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez1-1/+1
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard1-4/+5
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-1/+12
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost1-0/+4
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz1-4/+8
2019-06-03q35: Revert to kernel irqchipAlex Williamson1-2/+14
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-1/+12
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger1-2/+2
2019-02-27boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard1-0/+1
2019-02-27i2c: Split smbus into partsCorey Minyard1-1/+1
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella1-0/+3
2019-01-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell1-0/+53
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini1-0/+53
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-4/+2
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-4/+2
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-4/+2
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-5/+2
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-5/+2
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-5/+2
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-5/+2
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-5/+2
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-5/+2
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-5/+2