Re: [Xen-devel] [PATCH v3 09/18] xen: remove unnecessary code from dataplane/xen-block.c

2018-12-11 Thread Paul Durrant
ajnoczi > ; Max Reitz > Subject: Re: [Xen-devel] [PATCH v3 09/18] xen: remove unnecessary code > from dataplane/xen-block.c > > On Tue, Dec 11, 2018 at 10:47:09AM +, Paul Durrant wrote: > > v2: > > - Leave existing boilerplate alone, other than removing the now- >

Re: [Xen-devel] [PATCH v3 09/18] xen: remove unnecessary code from dataplane/xen-block.c

2018-12-11 Thread Anthony PERARD
On Tue, Dec 11, 2018 at 10:47:09AM +, Paul Durrant wrote: > v2: > - Leave existing boilerplate alone, other than removing the now-incorrect >description > --- > hw/block/dataplane/xen-block.c | 409 > ++--- > 1 file changed, 16 insertions(+), 393 delet

[Xen-devel] [PATCH v3 09/18] xen: remove unnecessary code from dataplane/xen-block.c

2018-12-11 Thread Paul Durrant
Not all of the code duplicated from xen_disk.c is required as the basis for the new dataplane implementation so this patch removes extraneous code, along with the legacy #includes and calls to the legacy xen_pv_printf() function. Error messages are changed to be reported using error_report(). NOTE