summary refs log tree commit diff stats
path: root/hw/i386/xen/xen-hvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xen-hvm: stop faking I/O to access PCI config spacePaul Durrant2018-05-311-20/+82
* xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2018-05-311-15/+51
* xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2018-05-311-18/+19
* xen-hvm: create separate function for ioreq server initializationPaul Durrant2018-05-181-30/+46
* xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall2018-04-261-23/+27
* xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson2018-04-261-0/+12
* xen: destroy_hvm_domain: Move reason into a variableIan Jackson2018-04-261-2/+3
* xen: defer call to xen_restrict until just before os_setup_postIan Jackson2018-04-261-8/+0
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+1
* xen: Log errno rather than return valueRoss Lagerwall2017-10-261-1/+1
* xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2017-07-181-11/+37
* xen: move physmap saving into a separate functionIgor Druzhinin2017-07-181-26/+31
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau2017-06-201-3/+3
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake2017-05-231-2/+5
* move xen-hvm.c to hw/i386/xen/Anthony Xu2017-04-251-0/+1429