aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen
AgeCommit message (Expand)AuthorFilesLines
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant1-0/+3
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant3-3/+3
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+5
2018-07-02hw/xen: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31xen-hvm: stop faking I/O to access PCI config spacePaul Durrant2-20/+84
2018-05-31xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2-15/+52
2018-05-31xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2-19/+20
2018-05-18xen-hvm: create separate function for ioreq server initializationPaul Durrant1-30/+46
2018-05-18xen-pvdevice: Introduce a simplistic xen-pvdevice save stateIgor Druzhinin1-0/+11
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall1-23/+27
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson1-0/+12
2018-04-26xen: destroy_hvm_domain: Move reason into a variableIan Jackson1-2/+3
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson1-8/+0
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+1
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2-2/+1
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-12-18mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville1-1/+1
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-6/+6
2017-10-26xen: Log errno rather than return valueRoss Lagerwall1-1/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2-0/+8
2017-09-19General warn report fixupsAlistair Francis1-1/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+3
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-2/+2
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-11/+11
2017-07-21xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G1-2/+11
2017-07-21xen: fix compilation on 32-bit hostsIgor Druzhinin1-4/+5
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2-12/+40
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin1-8/+77
2017-07-18xen/mapcache: add an ability to create dummy mappingsIgor Druzhinin1-8/+36
2017-07-18xen: move physmap saving into a separate functionIgor Druzhinin1-26/+31
2017-07-18xen-platform: separate unplugging of NVMe disksStefano Stabellini1-12/+35
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-07-07xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall1-0/+11
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-05-16xen/mapcache: store dma information in revmapcache entries for debuggingStefano Stabellini1-5/+10
2017-04-25move xen-mapcache.c to hw/i386/xen/Anthony Xu3-1/+466
2017-04-25move xen-hvm.c to hw/i386/xen/Anthony Xu3-1/+1441
2017-03-22xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant1-1/+1
2017-02-03Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...Peter Maydell1-20/+31
2017-01-31trace: move hw/i386/xen events to correct subdirDaniel P. Berrange1-0/+6
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant1-12/+15