On Mon, Apr 26, 2021 at 10:49 PM Stefan Hajnoczi <stefa...@redhat.com> wrote: > > On Thu, Apr 08, 2021 at 06:12:51PM +0800, Xie Yongji wrote: > > diff --git a/hw/block/vhost-blk-common.c b/hw/block/vhost-blk-common.c > > new file mode 100644 > > index 0000000000..96500f6c89 > > --- /dev/null > > +++ b/hw/block/vhost-blk-common.c > > @@ -0,0 +1,291 @@ > > +/* > > + * Parent class for vhost based block devices > > + * > > + * Copyright (C) 2021 Bytedance Inc. and/or its affiliates. All rights > > reserved. > > + * > > + * Author: > > + * Xie Yongji <xieyon...@bytedance.com> > > + * > > + * Heavily based on the vhost-user-blk.c by: > > + * Changpeng Liu <changpeng....@intel.com> > > + * > > + * This work is licensed under the terms of the GNU GPL, version 2. See > > + * the COPYING file in the top-level directory. > > The hw/block/vhost-user-blk.c license is the GNU LGPL, version 2 or > later. Why did you change the license and did you get permission from > the copyright holders?
Oh, sorry. My mistake. Thanks, Yongji