[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 07/18] xen: add event channel interface for X
From: |
Paul Durrant |
Subject: |
Re: [Qemu-devel] [PATCH v3 07/18] xen: add event channel interface for XenDevice-s |
Date: |
Tue, 11 Dec 2018 15:43:52 +0000 |
> -----Original Message-----
> From: Anthony PERARD [mailto:address@hidden
> Sent: 11 December 2018 15:25
> To: Paul Durrant <address@hidden>
> Cc: address@hidden; address@hidden; xen-
> address@hidden
> Subject: Re: [PATCH v3 07/18] xen: add event channel interface for
> XenDevice-s
>
> On Tue, Dec 11, 2018 at 10:47:07AM +0000, Paul Durrant wrote:
> > The legacy PV backend infrastructure provides functions to bind, unbind
> > and send notifications to event channnels. Similar functionality will be
> > required by XenDevice implementations so this patch adds the necessary
> > support.
> >
> > Signed-off-by: Paul Durrant <address@hidden>
> > Reviewed-by: Stefano Stabellini <address@hidden>
>
> When and where did this review happend? I can only find my review-by tag
> on v2, which is missing here.
>
Oh, that must have been my mistake... I cut'n'pasted the wrong line. Apologies
to Stefano and yourself... I'll fix it in v4.
Paul
> --
> Anthony PERARD
- [Qemu-devel] [PATCH v3 00/18] Xen PV backend 'qdevification', Paul Durrant, 2018/12/11
- [Qemu-devel] [PATCH v3 06/18] xen: add grant table interface for XenDevice-s, Paul Durrant, 2018/12/11
- [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