Re: [Qemu-devel] [PATCH 10/13] 9pfs: Wrap in vmstate

2016-06-30 Thread Greg Kurz
On Tue, 21 Jun 2016 20:14:04 +0100 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Forcibly convert it to a vmstate wrapper; proper conversion > comes later. > > Signed-off-by: Dr. David Alan Gilbert > --- Reviewed-by: Greg Kurz > hw/9pfs/virtio-9p-device.c | 1

Re: [Qemu-devel] [PATCH 10/13] 9pfs: Wrap in vmstate

2016-06-23 Thread Cornelia Huck
On Tue, 21 Jun 2016 20:14:04 +0100 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Forcibly convert it to a vmstate wrapper; proper conversion > comes later. > > Signed-off-by: Dr. David Alan Gilbert > --- > hw/9pfs/virtio-9p-device.c | 14 +- > 1 file

[Qemu-devel] [PATCH 10/13] 9pfs: Wrap in vmstate

2016-06-21 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Forcibly convert it to a vmstate wrapper; proper conversion comes later. Signed-off-by: Dr. David Alan Gilbert --- hw/9pfs/virtio-9p-device.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/