xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
commitf3b604e31d8450e42b93cb9042341c8b267cc22c
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 8 Jan 2019 14:48:56 +0000 (8 14:48 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 14 Jan 2019 13:45:40 +0000 (14 13:45 +0000)
treeeeff5d37296a20dfec4de146604b49be06c3a277
parentfcab2b464e06ee096f3496e3d502e35b930570b8
xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block

This is a purely cosmetic patch that substitutes the old 'struct XenBlkDev'
name with 'XenBlockDataPlane' and 'blkdev' field/variable names with
'dataplane', and then does necessary fix-up to adhere to coding style.

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
hw/block/dataplane/xen-block.h