qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v9 03/20] multi-process: setup PCI host bridge for remote dev


From: Stefan Hajnoczi
Subject: Re: [PATCH v9 03/20] multi-process: setup PCI host bridge for remote device
Date: Mon, 14 Sep 2020 16:46:48 +0100

On Thu, Aug 27, 2020 at 11:12:14AM -0700, elena.ufimtseva@oracle.com wrote:
> From: Jagannathan Raman <jag.raman@oracle.com>
> 
> PCI host bridge is setup for the remote device process. It is
> implemented using remote-pcihost object. It is an extension of the PCI
> host bridge setup by QEMU.
> Remote-pcihost configures a PCI bus which could be used by the remote
> PCI device to latch on to.
> 
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
> ---
>  MAINTAINERS                  |  8 ++++
>  hw/pci-host/meson.build      |  1 +
>  hw/pci-host/remote.c         | 75 ++++++++++++++++++++++++++++++++++++
>  include/hw/pci-host/remote.h | 30 +++++++++++++++
>  4 files changed, 114 insertions(+)
>  create mode 100644 hw/pci-host/remote.c
>  create mode 100644 include/hw/pci-host/remote.h

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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]