aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/xen-hvm.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+1
2017-10-26xen: Log errno rather than return valueRoss Lagerwall1-1/+1
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin1-11/+37
2017-07-18xen: move physmap saving into a separate functionIgor Druzhinin1-26/+31
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-20xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau1-3/+3
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-23shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake1-2/+5
2017-04-25move xen-hvm.c to hw/i386/xen/Anthony Xu1-0/+1429