[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v10 07/19] multi-process: Initialize message handler in remot
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v10 07/19] multi-process: Initialize message handler in remote device |
Date: |
Wed, 7 Oct 2020 15:26:14 +0100 |
On Mon, Oct 05, 2020 at 11:50:55AM -0700, elena.ufimtseva@oracle.com wrote:
> From: Jagannathan Raman <jag.raman@oracle.com>
>
> Initializes the message handler function in the remote process. It is
> called whenever there's an event pending on QIOChannel that registers
> this function.
>
> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
> Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> ---
> MAINTAINERS | 1 +
> hw/i386/meson.build | 1 +
> hw/i386/remote-msg.c | 61 ++++++++++++++++++++++++++++++++++++++++
> include/hw/i386/remote.h | 9 ++++++
> 4 files changed, 72 insertions(+)
> create mode 100644 hw/i386/remote-msg.c
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v10 00/19] Initial support for multi-process Qemu, elena . ufimtseva, 2020/10/05
- [PATCH v10 06/19] multi-process: define MPQemuMsg format and transmission functions, elena . ufimtseva, 2020/10/05
- [PATCH v10 02/19] multi-process: Add config option for multi-process QEMU, elena . ufimtseva, 2020/10/05
- [PATCH v10 01/19] memory: alloc RAM from file at offset, elena . ufimtseva, 2020/10/05
- [PATCH v10 07/19] multi-process: Initialize message handler in remote device, elena . ufimtseva, 2020/10/05
- Re: [PATCH v10 07/19] multi-process: Initialize message handler in remote device,
Stefan Hajnoczi <=
- [PATCH v10 03/19] multi-process: setup PCI host bridge for remote device, elena . ufimtseva, 2020/10/05
- [PATCH v10 05/19] multi-process: add qio channel function to transmit, elena . ufimtseva, 2020/10/05
- [PATCH v10 08/19] multi-process: Associate fd of a PCIDevice with its object, elena . ufimtseva, 2020/10/05
- [PATCH v10 09/19] multi-process: setup memory manager for remote device, elena . ufimtseva, 2020/10/05
- [PATCH v10 12/19] multi-process: Forward PCI config space acceses to the remote process, elena . ufimtseva, 2020/10/05
- [PATCH v10 10/19] multi-process: introduce proxy object, elena . ufimtseva, 2020/10/05
- [PATCH v10 14/19] multi-process: Synchronize remote memory, elena . ufimtseva, 2020/10/05
- [PATCH v10 16/19] multi-process: Retrieve PCI info from remote process, elena . ufimtseva, 2020/10/05