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
2023-12-29
hw/i386: Constify VMState
Richard Henderson
2023-11-07
xen-platform: unplug AHCI disks
David Woodhouse
2023-11-07
hw/xen: only remove peers of PCI NICs on unplug
David Woodhouse
2023-08-01
xen-platform: do full PCI reset during unplug of IDE devices
Olaf Hering
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
2023-03-01
xen-platform: allow its creation with XEN_EMULATE mode
Joao Martins
2023-03-01
xen-platform: exclude vfio-pci from the PCI platform unplug
Joao Martins
2023-02-27
hw/i386/xen: Remove unused 'hw/ide.h' include from header
Philippe Mathieu-Daudé
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-12-16
Replace use of qdev_reset_all() with device_cold_reset()
Peter Maydell
2022-06-09
include/hw/ide: Unexport pci_piix3_xen_ide_unplug()
Bernhard Beschow
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
2021-02-20
hw/i386/xen: Remove dead code
Philippe Mathieu-Daudé
2020-10-19
xen: xenguest is not used so is not needed
Michael Tokarev
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
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