diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-16 20:34:33 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-16 20:34:33 +0000 |
commit | 05efe46eaa337ce7680a22c5e034686957dc3032 (patch) | |
tree | 4d2c52c5cff9f58e4f9db0e1aa77d5e8ae3999e4 /qemu-doc.texi | |
parent | dbda808a4ad5744fded19bf6a750e7aecbf993d8 (diff) | |
download | qemu-05efe46eaa337ce7680a22c5e034686957dc3032.zip |
VMware 4 disk images support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@927 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index dfa3639277..5c44879737 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -574,6 +574,14 @@ Since holes are used, the displayed size of the COW disk image is not the real one. To know it, use the @code{ls -ls} command. @end enumerate +@subsection Convert VMware disk images to raw disk images + +You can use the tool @file{vmdk2raw} to convert VMware disk images to +raw disk images directly usable by QEMU. The syntax is: +@example +vmdk2raw vmware_image output_image +@end example + @section Network emulation QEMU simulates up to 6 networks cards (NE2000 boards). Each card can |