diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-19 22:12:34 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-19 22:12:34 +0000 |
commit | 85b2c688328d949a0848ce6d3b0e536dd48df29d (patch) | |
tree | f6d1e7bd1978a33871efaa6ff32e9368916972d1 /qemu-doc.texi | |
parent | 48c2f068e4c1e3480d82b76d78503dd5da93a748 (diff) |
vvfat note
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1728 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 94d6fbdfa5..97cb49af1b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -790,7 +790,8 @@ What you should @emph{never} do: @itemize @item use non-ASCII filenames ; @item use "-snapshot" together with ":rw:" ; -@item expect it to work when loadvm'ing. +@item expect it to work when loadvm'ing ; +@item write to the FAT directory on the host system while accessing it with the guest system. @end itemize @section Network emulation |