]> git.ipfire.org Git - thirdparty/qemu.git/commit
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 8 Jan 2019 14:48:57 +0000 (14:48 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 14 Jan 2019 13:45:40 +0000 (13:45 +0000)
commite7f5b5f841abc7eae4704a4ad3a33d793e3ff051
tree0a48c9ce2e71ba7d27aa76a3bdf6302c5e67b6d9
parentf3b604e31d8450e42b93cb9042341c8b267cc22c
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>
hw/block/dataplane/xen-block.c