aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/xen_platform.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/i386: Constify VMStateRichard Henderson1-1/+1
2023-11-07xen-platform: unplug AHCI disksDavid Woodhouse1-23/+45
2023-11-07hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse1-2/+7
2023-08-01xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering1-3/+4
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse1-3/+4
2023-03-01xen-platform: allow its creation with XEN_EMULATE modeJoao Martins1-13/+26
2023-03-01xen-platform: exclude vfio-pci from the PCI platform unplugJoao Martins1-3/+15
2023-02-27hw/i386/xen: Remove unused 'hw/ide.h' include from headerPhilippe Mathieu-Daudé1-1/+0
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-2/+2
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell1-1/+1
2022-06-09include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow1-1/+47
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth1-1/+0
2021-02-20hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé1-11/+2
2020-10-19xen: xenguest is not used so is not neededMichael Tokarev1-2/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-1/+1
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-1/+0
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-6/+6
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-07-18xen-platform: separate unplugging of NVMe disksStefano Stabellini1-12/+35
2017-07-07xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall1-0/+11
2017-03-22xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant1-1/+1
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-09-29block-backend: remove blk_flush_allJohn Snow1-2/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
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-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 Liu1-0/+450