On Tue, 24 Nov 2015 19:00:52 +0100
Paolo Bonzini wrote:
> Prepare for moving the allocation to virtqueue_pop.
>
> Signed-off-by: Paolo Bonzini
> ---
And aside from this series goal, it makes the code nicer :)
> hw/9pfs/virtio-9p-device.c | 7 +--
> hw/9pfs/virtio-9p.c| 10 +++---
On Mon, 11/30 10:27, Fam Zheng wrote:
> On Tue, 11/24 19:00, Paolo Bonzini wrote:
> OK, and I think handle_9p_output no longer needs to check the returned
> pointer.
Yes it's removed in patch 3, good.
Fam
On Tue, 11/24 19:00, Paolo Bonzini wrote:
> Prepare for moving the allocation to virtqueue_pop.
>
> Signed-off-by: Paolo Bonzini
> ---
> hw/9pfs/virtio-9p-device.c | 7 +--
> hw/9pfs/virtio-9p.c| 10 +++---
> hw/9pfs/virtio-9p.h| 2 --
> 3 files changed, 4 insertions(+)
Prepare for moving the allocation to virtqueue_pop.
Signed-off-by: Paolo Bonzini
---
hw/9pfs/virtio-9p-device.c | 7 +--
hw/9pfs/virtio-9p.c| 10 +++---
hw/9pfs/virtio-9p.h| 2 --
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/hw/9pfs/virtio-9p-device.c