aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/xen_platform.c
AgeCommit message (Expand)Author
2020-10-19xen: xenguest is not used so is not neededMichael Tokarev
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-07-18xen-platform: separate unplugging of NVMe disksStefano Stabellini
2017-07-07xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall
2017-03-22xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant
2017-01-27xen-platform: add support for unplugging NVMe disks...Paul Durrant
2017-01-27xen-platform: re-structure unplug_disksPaul Durrant
2016-10-21xen_platform: SUSE xenlinux unplug for emulated PCIOlaf Hering
2016-10-21xen_platform: unplug also SCSI disksOlaf Hering
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29x86: Clean up includesPeter Maydell
2015-10-26xen-platform: Replace assert() with appropriate error reportingEduardo Habkost
2015-10-26xen_platform: switch to realizeStefano Stabellini
2015-10-19xen-platform: Ensure xen is enabled when initializingEduardo Habkost
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-07xen: move Xen HVM files under hw/i386/xenWei Liu