[PATCH v1 0/2] Fix the documentation for vfio-user and multi-process QEMU

Jagannathan Raman posted 2 patches 11 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1684338236.git.jag.raman@oracle.com
Maintainers: Elena Ufimtseva <elena.ufimtseva@oracle.com>, Jagannathan Raman <jag.raman@oracle.com>, John G Johnson <john.g.johnson@oracle.com>
docs/system/multi-process.rst |  2 +-
hw/remote/vfio-user-obj.c     | 14 +++++++++++---
2 files changed, 12 insertions(+), 4 deletions(-)
[PATCH v1 0/2] Fix the documentation for vfio-user and multi-process QEMU
Posted by Jagannathan Raman 11 months, 3 weeks ago
This series addresses recent comments from Markus Armbruster in the
"Machine x-remote property auto-shutdown" email thread.

Jagannathan Raman (2):
  vfio-user: update comments
  docs: fix multi-process QEMU documentation

 docs/system/multi-process.rst |  2 +-
 hw/remote/vfio-user-obj.c     | 14 +++++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

-- 
2.20.1
Re: [PATCH v1 0/2] Fix the documentation for vfio-user and multi-process QEMU
Posted by Stefan Hajnoczi 11 months, 2 weeks ago
On Wed, May 17, 2023 at 04:43:55PM +0000, Jagannathan Raman wrote:
> This series addresses recent comments from Markus Armbruster in the
> "Machine x-remote property auto-shutdown" email thread.
> 
> Jagannathan Raman (2):
>   vfio-user: update comments
>   docs: fix multi-process QEMU documentation
> 
>  docs/system/multi-process.rst |  2 +-
>  hw/remote/vfio-user-obj.c     | 14 +++++++++++---
>  2 files changed, 12 insertions(+), 4 deletions(-)
> 
> -- 
> 2.20.1
> 

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>