Home
last modified time | relevance | path

Searched refs:XenBlockDrive (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/xen/
H A Dxen-block.h41 typedef struct XenBlockDrive { struct
44 } XenBlockDrive; argument
56 XenBlockDrive *drive;
/openbmc/qemu/hw/block/
H A Dxen-block.c851 static void xen_block_drive_destroy(XenBlockDrive *drive, Error **errp) in xen_block_drive_destroy()
868 static XenBlockDrive *xen_block_drive_create(const char *id, in xen_block_drive_create()
879 XenBlockDrive *drive = NULL; in xen_block_drive_create()
911 drive = g_new0(XenBlockDrive, 1); in xen_block_drive_create()
984 static const char *xen_block_drive_get_node_name(XenBlockDrive *drive) in xen_block_drive_get_node_name()
1032 XenBlockDrive *drive = NULL; in xen_block_device_create()
1132 XenBlockDrive *drive = blockdev->drive; in xen_block_device_destroy()