summaryrefslogtreecommitdiffstats
path: root/hw/i386/xen/xen_platform.c
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé2021-02-201-11/+2Star
* xen: xenguest is not used so is not neededMichael Tokarev2020-10-191-2/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-1/+1
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-1/+0Star
|\
| * misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-6/+6
|/
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* xen-platform: separate unplugging of NVMe disksStefano Stabellini2017-07-181-12/+35
* xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall2017-07-071-0/+11
* xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant2017-03-221-1/+1
* xen-platform: add missing disk unplug optionPaul Durrant2017-01-281-12/+15
* xen-platform: add support for unplugging NVMe disks...Paul Durrant2017-01-281-0/+1
* xen-platform: re-structure unplug_disksPaul Durrant2017-01-281-9/+16
* xen_platform: SUSE xenlinux unplug for emulated PCIOlaf Hering2016-10-211-1/+26
* xen_platform: unplug also SCSI disksOlaf Hering2016-10-211-0/+4
* block-backend: remove blk_flush_allJohn Snow2016-09-291-2/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* xen-platform: Replace assert() with appropriate error reportingEduardo Habkost2015-10-261-1/+5
* xen_platform: switch to realizeStefano Stabellini2015-10-261-4/+2Star
* xen-platform: Ensure xen is enabled when initializingEduardo Habkost2015-10-191-0/+3
* maint: remove unused include for assert.hDaniel P. Berrange2015-09-111-2/+0Star
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+3
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1Star
* xen: move Xen HVM files under hw/i386/xenWei Liu2014-05-071-0/+450