xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
commit4ea7d1a7f1e6555be1222f0a873eba3d603c1335
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 8 Jan 2019 14:48:53 +0000 (8 14:48 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 14 Jan 2019 13:45:40 +0000 (14 13:45 +0000)
treeef852802e54c5d438c2e73ee8e143ec84c05729e
parenta3d669c8bd1a93ad588d4dce5c70ea6405fa9bb9
xen: duplicate xen_disk.c as basis of dataplane/xen-block.c

The new xen-block XenDevice implementation requires the same core
dataplane as the legacy xen_disk implementation it will eventually replace.
This patch therefore copies the legacy xen_disk.c source module into a new
dataplane/xen-block.c source module as the basis for the new dataplane and
adjusts the MAINTAINERS file accordingly.

NOTE: The duplicated code is not yet built. It is simply put into place by
      this patch (just fixing style violations) such that the
      modifications that will need to be made to the code are not
      conflated with code movement, thus making review harder.

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>
MAINTAINERS
hw/block/dataplane/xen-block.c [new file with mode: 0644]