virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts
commit2afee49fc4a366ab740899ec9e79079ec335e0fb
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Jan 2012 18:47:21 +0000 (6 18:47 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 6 Jan 2012 18:50:44 +0000 (6 12:50 -0600)
tree9793be3ca588affc9c07d397d654d388a9a24c4f
parentf40b7d113d73d5ca1cdcbe6a4acc1be340a3751d
virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts

Fix a compile failure on 32 bit hosts (integer constant is too large
for 'unsigned long' type) by correcting a typo where the mask used
for filling in the second f_fsid word had too many 'F's in it.
Also drop the 'L' suffix that allowed this typo to go undetected on
64 bit hosts.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/9pfs/virtio-9p-proxy.c