aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-05pc: Use hotplug_handler_(plug|unplug|unplug_request)David Hildenbrand1-22/+8
2019-02-05i386: allow to load initrd below 4 GB for recent linuxLi Zhijian1-1/+20
2019-02-05i386: import & use bootparam.hLi Zhijian1-7/+1
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella1-1/+3
2019-02-05hw/i386/pc: use PVH option romStefano Garzarella1-0/+5
2019-02-05pvh: load initrd and expose it through fw_cfgStefano Garzarella1-9/+29
2019-02-05pvh: Boot uncompressed kernel using direct boot ABILiam Merwick1-0/+135
2019-01-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov1-0/+8
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu1-0/+1
2019-01-24hw/i386/pc.c: fix one typo in function nameWei Yang1-2/+2
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini1-0/+7
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov1-0/+3
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-589/+131
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-589/+131
2019-01-09machine: Eliminate unnecessary stringify() usageEduardo Habkost1-47/+47
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-2/+2
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau1-0/+232
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau1-0/+15
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau1-0/+95
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau1-0/+86
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-0/+71
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-0/+23
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-0/+34
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-0/+29
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-0/+9
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-0/+17
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-0/+13
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-0/+21
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-0/+17
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-0/+9
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu1-1/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2018-12-14hw/i386/pc.c: Don't use load_image()Peter Maydell1-10/+12
2018-12-11i386: Rename bools in PCMachineState to end in _enabledCorey Minyard1-9/+9
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand1-3/+3
2018-10-19pc: Fix machine property nvdimm-persistence error handlingMarkus Armbruster1-2/+3
2018-10-02change get_image_size return type to int64_tLi Zhijian1-1/+6
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand1-11/+5
2018-08-23pc: drop memory region alignment check for 0David Hildenbrand1-1/+1
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand1-0/+2
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan1-0/+5
2018-07-02hw/i386: Use the IEC binary prefix definitionsPaolo Bonzini1-11/+12
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand1-6/+1
2018-06-28pc: factor out pc specific dimm checks into pc_memory_pre_plug()David Hildenbrand1-18/+26
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-2/+2
2018-06-28pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*David Hildenbrand1-9/+9
2018-06-12Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell1-1/+1
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler1-18/+17