index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc.c
Age
Commit message (
Expand
)
Author
2019-02-05
pc: Use hotplug_handler_(plug|unplug|unplug_request)
David Hildenbrand
2019-02-05
i386: allow to load initrd below 4 GB for recent linux
Li Zhijian
2019-02-05
i386: import & use bootparam.h
Li Zhijian
2019-02-05
hw/i386/pc: enable PVH only for machine type >= 4.0
Stefano Garzarella
2019-02-05
hw/i386/pc: use PVH option rom
Stefano Garzarella
2019-02-05
pvh: load initrd and expose it through fw_cfg
Stefano Garzarella
2019-02-05
pvh: Boot uncompressed kernel using direct boot ABI
Liam Merwick
2019-01-28
i386: Enable NPT and NRIPSAVE for AMD CPUs
Vitaly Kuznetsov
2019-01-28
i386: Update stepping of Cascadelake-Server
Tao Xu
2019-01-24
hw/i386/pc.c: fix one typo in function name
Wei Yang
2019-01-14
target/i386: Disable MPX support on named CPU models
Paolo Bonzini
2019-01-14
target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU models
Borislav Petkov
2019-01-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2019-01-09
machine: Use shorter format for GlobalProperty arrays
Eduardo Habkost
2019-01-09
machine: Eliminate unnecessary stringify() usage
Eduardo Habkost
2019-01-09
ioapic: use TYPE_FOO MACRO than constant string
Li Qiang
2019-01-07
compat: remove remaining PC_COMPAT macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macros
Marc-André Lureau
2019-01-07
compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macros
Marc-André Lureau
2018-12-20
x86-iommu: switch intr_supported to OnOffAuto type
Peter Xu
2018-12-19
hw/smbios: Move to the hw/firmware/ subdirectory
Philippe Mathieu-Daudé
2018-12-14
hw/i386/pc.c: Don't use load_image()
Peter Maydell
2018-12-11
i386: Rename bools in PCMachineState to end in _enabled
Corey Minyard
2018-10-24
pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug
David Hildenbrand
2018-10-19
pc: Fix machine property nvdimm-persistence error handling
Markus Armbruster
2018-10-02
change get_image_size return type to int64_t
Li Zhijian
2018-08-23
pc-dimm: assign and verify the "addr" property during pre_plug
David Hildenbrand
2018-08-23
pc: drop memory region alignment check for 0
David Hildenbrand
2018-08-23
pc-dimm: assign and verify the "slot" property during pre_plug
David Hildenbrand
2018-07-16
hyperv: ensure VP index equal to QEMU cpu_index
Roman Kagan
2018-07-02
hw/i386: Use the IEC binary prefix definitions
Paolo Bonzini
2018-06-28
pc-dimm: get_memory_region() will not fail after realize
David Hildenbrand
2018-06-28
pc: factor out pc specific dimm checks into pc_memory_pre_plug()
David Hildenbrand
2018-06-28
pc-dimm: rename pc_dimm_memory_* to pc_dimm_*
David Hildenbrand
2018-06-28
pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*
David Hildenbrand
2018-06-12
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...
Peter Maydell
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-11
nvdimm: make persistence option symbolic
Ross Zwisler
[next]