On Mon, 21 Nov 2016 13:39:29 -0800
Stefano Stabellini wrote:
> pdus are initialized and used in 9pfs common code. Move the array from
> V9fsVirtioState to V9fsState.
>
> Signed-off-by: Stefano Stabellini
> ---
Reviewed-by: Greg Kurz
> hw/9pfs/9p.c| 7 +++
> hw/9pfs/9p.h|
pdus are initialized and used in 9pfs common code. Move the array from
V9fsVirtioState to V9fsState.
Signed-off-by: Stefano Stabellini
---
hw/9pfs/9p.c| 7 +++
hw/9pfs/9p.h| 1 +
hw/9pfs/virtio-9p.h | 1 -
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/hw/9pfs