aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/xen-hvm.c
AgeCommit message (Expand)Author
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson
2018-04-26xen: destroy_hvm_domain: Move reason into a variableIan Jackson
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-10-26xen: Log errno rather than return valueRoss Lagerwall
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin
2017-07-18xen: move physmap saving into a separate functionIgor Druzhinin
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-20xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-23shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake
2017-04-25move xen-hvm.c to hw/i386/xen/Anthony Xu