summary refs log tree commit diff stats
path: root/hw/xen/xen-backend.c
diff options
context:
space:
mode:
authorPaul Durrant <paul.durrant@citrix.com>2019-01-08 14:48:57 +0000
committerAnthony PERARD <anthony.perard@citrix.com>2019-01-14 13:45:40 +0000
commite7f5b5f841abc7eae4704a4ad3a33d793e3ff051 (patch)
tree0a48c9ce2e71ba7d27aa76a3bdf6302c5e67b6d9 /hw/xen/xen-backend.c
parentf3b604e31d8450e42b93cb9042341c8b267cc22c (diff)
downloadfocaccia-qemu-e7f5b5f841abc7eae4704a4ad3a33d793e3ff051.tar.gz
focaccia-qemu-e7f5b5f841abc7eae4704a4ad3a33d793e3ff051.zip
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
This is a purely cosmetic patch that purges the name 'ioreq' from struct,
variable and field names. (This name has been problematic for a long time
as 'ioreq' is the name used for generic I/O requests coming from Xen).
The patch replaces 'struct ioreq' with a new 'XenBlockRequest' type and
'ioreq' field/variable names with 'request', and then does necessary
fix-up to adhere to coding style.

Function names are not modified by this patch. They will be dealt with in
a subsequent patch.

No functional change.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Anthony Perard <anthony.perard@citrix.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'hw/xen/xen-backend.c')
0 files changed, 0 insertions, 0 deletions