[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Xen-devel] [PATCH v3 09/18] xen: remove unnecessary co
From: |
Paul Durrant |
Subject: |
Re: [Qemu-devel] [Xen-devel] [PATCH v3 09/18] xen: remove unnecessary code from dataplane/xen-block.c |
Date: |
Tue, 11 Dec 2018 15:38:52 +0000 |
> -----Original Message-----
> From: Anthony PERARD [mailto:address@hidden
> Sent: 11 December 2018 15:30
> To: Paul Durrant <address@hidden>
> Cc: address@hidden; address@hidden; xen-
> address@hidden; Kevin Wolf <address@hidden>; Stefano
> Stabellini <address@hidden>; Stefan Hajnoczi
> <address@hidden>; Max Reitz <address@hidden>
> 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 +0000, 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 deletions(-)
> >
> > diff --git a/hw/block/dataplane/xen-block.c b/hw/block/dataplane/xen-
> block.c
> > index 9fae505..98f987d 100644
> > --- a/hw/block/dataplane/xen-block.c
> > +++ b/hw/block/dataplane/xen-block.c
> > @@ -1,6 +1,4 @@
> > /*
> > - * xen paravirt block device backend
> > - *
> > * (c) Gerd Hoffmann <address@hidden>
> > *
> > * This program is free software; you can redistribute it and/or
> modify
> > @@ -19,26 +17,12 @@
> > * GNU GPL, version 2 or (at your option) any later version.
> > */
> >
> > +/*
> > + * Copyright (c) 2018 Citrix Systems Inc.
>
> Can you move this copyright line to the existing license boilerplate as
> I've asked on v2?
>
Oops. I thought I'd done this.
> > + *
> > + * This work is licensed under the terms of the GNU GPL, version 2 or
> later.
> > + * See the COPYING file in the top-level directory.
>
> And this isn't needed as it just duplicate the already existing one.
>
Sure. I'll send v4 with both these fixed.
Paul
> > + */
> >
>
> Thanks,
>
> --
> Anthony PERARD
- [Qemu-devel] [PATCH v3 05/18] xen: add xenstore watcher infrastructure, (continued)
- [Qemu-devel] [PATCH v3 05/18] xen: add xenstore watcher infrastructure, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 03/18] xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom', Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 07/18] xen: add event channel interface for XenDevice-s, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 09/18] xen: remove unnecessary code from dataplane/xen-block.c, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 02/18] xen: introduce new 'XenBus' and 'XenDevice' object hierarchy, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 08/18] xen: duplicate xen_disk.c as basis of dataplane/xen-block.c, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 04/18] xen: create xenstore areas for XenDevice-s, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 01/18] xen: re-name XenDevice to XenLegacyDevice..., Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 11/18] xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 14/18] xen: add implementations of xen-block connect and disconnect functions..., Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 13/18] xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c, Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 17/18] MAINTAINERS: add myself as a Xen maintainer, Paul Durrant, 2018/12/11