Re: [RFC PATCH v1 05/26] char-socket: add 'fd' property

2020-04-15 Thread Adalbert Lazăr
On Wed, 15 Apr 2020 12:56:18 +0200, Marc-André Lureau wrote: > On Wed, Apr 15, 2020 at 3:07 AM Adalbert Lazăr wrote: > > > > This is used by the VM introspection object, after handshake, to hand > > over the file descriptor to KVM. > > > > CC: "Marc-André Lureau" > > CC: Paolo Bonzini > > Sign

Re: [RFC PATCH v1 05/26] char-socket: add 'fd' property

2020-04-15 Thread Marc-André Lureau
On Wed, Apr 15, 2020 at 3:07 AM Adalbert Lazăr wrote: > > This is used by the VM introspection object, after handshake, to hand > over the file descriptor to KVM. > > CC: "Marc-André Lureau" > CC: Paolo Bonzini > Signed-off-by: Adalbert Lazăr patch looks ok, Reviewed-by: Marc-André Lureau

[RFC PATCH v1 05/26] char-socket: add 'fd' property

2020-04-14 Thread Adalbert Lazăr
This is used by the VM introspection object, after handshake, to hand over the file descriptor to KVM. CC: "Marc-André Lureau" CC: Paolo Bonzini Signed-off-by: Adalbert Lazăr --- chardev/char-socket.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/chardev/char-socket.c