]> git.proxmox.com Git - qemu.git/commit - vl.c
hw/9pfs: Move opt validation to FsDriver callback
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 14 Dec 2011 08:18:59 +0000 (13:48 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 4 Jan 2012 14:21:28 +0000 (19:51 +0530)
commit99519f0a776797db8fbdbf828240333e5181a612
tree60dea3adf91a2f3317ab05be685bcaee7b5c46fd
parentf3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd
hw/9pfs: Move opt validation to FsDriver callback

This remove all conditional code from common code path and
make opt validation a FSDriver callback.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fsdev/file-op-9p.h
fsdev/qemu-fsdev.c
fsdev/qemu-fsdev.h
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p-handle.c
hw/9pfs/virtio-9p-local.c
vl.c