]> git.proxmox.com Git - qemu.git/commit
hw/9pfs: Add init callback to fs driver
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 2 Aug 2011 06:05:54 +0000 (11:35 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 22 Sep 2011 16:08:52 +0000 (21:38 +0530)
commit0174fe73e605311598d9e7f03e95be9705a3e0e7
treef0336eb862e56d38b3081079f5407d61b15ba7a0
parent2289be19aecc290263ef1f3c1f4a0e9ea32aaad6
hw/9pfs: Add init callback to fs driver

This call back can be used to do fs driver specific initialization.

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