On Tue, 9 Oct 2018 13:52:24 -0400 Tony Krowiak <akrow...@linux.vnet.ibm.com> wrote:
> diff --git a/hw/s390x/ap-device.c b/hw/s390x/ap-device.c > new file mode 100644 > index 000000000000..fb6e35024c82 > --- /dev/null > +++ b/hw/s390x/ap-device.c > @@ -0,0 +1,39 @@ > +/* > + * Adjunct Processor (AP) matrix device > + * > + * Copyright 2018 IBM Corp. > + * Author(s): Tony Krowiak <akrow...@linux.vnet.ibm.com> Do you also want this to use the vnet-less form instead? > + * > + * This work is licensed under the terms of the GNU GPL, version 2 or (at > + * your option) any later version. See the COPYING file in the top-level > + * directory. > + */ > diff --git a/include/hw/s390x/ap-device.h b/include/hw/s390x/ap-device.h > new file mode 100644 > index 000000000000..4fb3c9ab82f2 > --- /dev/null > +++ b/include/hw/s390x/ap-device.h > @@ -0,0 +1,23 @@ > +/* > + * Adjunct Processor (AP) matrix device interfaces > + * > + * Copyright 2018 IBM Corp. > + * Author(s): Tony Krowiak <akrow...@linux.vnet.ibm.com> Same here.