commit | cc720ddb5435ceaa4cda397ca3e74b099752b763 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Oct 25 12:10:40 2011 +0530 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Oct 31 12:34:17 2011 +0530 |
tree | d23fdd287d712eaf5465cb3a8a73963234e15c09 | |
parent | 2c74c2cb4bedddbfa67628fbd5f9273b4e0e9903 [diff] |
hw/9pfs: Abstract open state of fid to V9fsFidOpenState To implement synthetic file system in Qemu we may not really require file descriptor and Dir *. Make generic code use V9fsFidOpenState instead. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>