Hi Anthony, Please pull the below update for VirtFS
The following changes since commit 2f61120c10da9128357510debc8e66880cd2bfdc: Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging (2014-02-01 23:32:31 +0000) are available in the git repository at: https://github.com/kvaneesh/qemu.git for-upstream for you to fetch changes up to f8b7ee38b3ed4ec2da5cc0529cf0cf82c8589805: hw/9pfs: fix P9_STATS_GEN handling (2014-02-02 22:09:16 +0530) ---------------------------------------------------------------- Kirill A. Shutemov (4): hw/9pfs: fix error handing in local_ioc_getversion() hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion() hw/9pfs: make get_st_gen() return ENOTTY error on special files hw/9pfs: fix P9_STATS_GEN handling hw/9pfs/cofile.c | 4 ---- hw/9pfs/virtio-9p-handle.c | 8 +++++++- hw/9pfs/virtio-9p-local.c | 10 ++++++---- hw/9pfs/virtio-9p-proxy.c | 3 ++- hw/9pfs/virtio-9p.c | 12 ++++++++++-- 5 files changed, 25 insertions(+), 12 deletions(-) -aneesh