hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.
commite4027caf9373c5797b7769f5120c249e31ab5487
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 21 Dec 2011 07:07:23 +0000 (21 12:37 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 21 Dec 2011 07:07:23 +0000 (21 12:37 +0530)
tree69160b9bb09e5c5e029cdc65fcff2b0418363a5f
parent2f008a8c97e2549da7337c98c53eae2d31f0d548
hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.

Kernel internal values can change, add protocol values for these constant and
use them.

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