summaryrefslogtreecommitdiff
path: root/hw/i386/xen
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-27xen-platform: add support for unplugging NVMe disks...Paul Durrant1-0/+1
2017-01-27xen-platform: re-structure unplug_disksPaul Durrant1-9/+16
2016-10-21xen_platform: SUSE xenlinux unplug for emulated PCIOlaf Hering1-1/+26
2016-10-21xen_platform: unplug also SCSI disksOlaf Hering1-0/+4
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář1-0/+6
2016-09-29block-backend: remove blk_flush_allJohn Snow1-2/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell1-4/+0
2016-01-29x86: Clean up includesPeter Maydell3-0/+3
2016-01-21xen-pvdevice: convert to realize()Cao jin1-6/+6
2015-10-26xen-platform: Replace assert() with appropriate error reportingEduardo Habkost1-1/+5
2015-10-26xen_platform: switch to realizeStefano Stabellini1-4/+2
2015-10-19xen-platform: Ensure xen is enabled when initializingEduardo Habkost1-0/+3
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange1-2/+0
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+3
2014-08-01qemu: support xen hvm direct kernel bootChunyan Liu1-0/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-05-07xen: move Xen HVM files under hw/i386/xenWei Liu4-0/+683