index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
xen
/
xen_platform.c
Age
Commit message (
Expand
)
Author
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2017-12-18
misc: remove old i386 dependency
Philippe Mathieu-Daudé
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-07-18
xen-platform: separate unplugging of NVMe disks
Stefano Stabellini
2017-07-07
xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
Ross Lagerwall
2017-03-22
xen: create wrappers for all other uses of xc_hvm_XXX() functions
Paul Durrant
2017-01-27
xen-platform: add missing disk unplug option
Paul Durrant
2017-01-27
xen-platform: add support for unplugging NVMe disks...
Paul Durrant
2017-01-27
xen-platform: re-structure unplug_disks
Paul Durrant
2016-10-21
xen_platform: SUSE xenlinux unplug for emulated PCI
Olaf Hering
2016-10-21
xen_platform: unplug also SCSI disks
Olaf Hering
2016-09-29
block-backend: remove blk_flush_all
John Snow
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
x86: Clean up includes
Peter Maydell
2015-10-26
xen-platform: Replace assert() with appropriate error reporting
Eduardo Habkost
2015-10-26
xen_platform: switch to realize
Stefano Stabellini
2015-10-19
xen-platform: Ensure xen is enabled when initializing
Eduardo Habkost
2015-09-11
maint: remove unused include for assert.h
Daniel P. Berrange
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-07
xen: move Xen HVM files under hw/i386/xen
Wei Liu