diff options
author | Jagannathan Raman | 2021-01-29 17:46:12 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2021-02-10 10:23:28 +0100 |
commit | c7d80c7c1d9183fedd33fabd68190de51aab291d (patch) | |
tree | 6af3292171e6fe5afa7457b523ea2ceda72bacf4 /MAINTAINERS | |
parent | multi-process: Initialize message handler in remote device (diff) | |
download | qemu-c7d80c7c1d9183fedd33fabd68190de51aab291d.tar.gz qemu-c7d80c7c1d9183fedd33fabd68190de51aab291d.tar.xz qemu-c7d80c7c1d9183fedd33fabd68190de51aab291d.zip |
multi-process: Associate fd of a PCIDevice with its object
Associate the file descriptor for a PCIDevice in remote process with
DeviceState object.
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>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: f405a2ed5d7518b87bea7c59cfdf334d67e5ee51.1611938319.git.jag.raman@oracle.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d2693525c..bcbb5a100c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3214,6 +3214,7 @@ F: include/hw/remote/machine.h F: hw/remote/mpqemu-link.c F: include/hw/remote/mpqemu-link.h F: hw/remote/message.c +F: hw/remote/remote-obj.c Build and test automation ------------------------- |