[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 1/8] Documentation: Remove outdated host_device note
From: |
Kevin Wolf |
Subject: |
[Qemu-devel] [PATCH 1/8] Documentation: Remove outdated host_device note |
Date: |
Wed, 6 Jul 2011 16:21:22 +0200 |
People shouldn't explicitly specify host_device any more. raw is doing the
Right Thing.
Signed-off-by: Kevin Wolf <address@hidden>
---
qemu-img.texi | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/qemu-img.texi b/qemu-img.texi
index ced64a4..526474c 100644
--- a/qemu-img.texi
+++ b/qemu-img.texi
@@ -173,12 +173,6 @@ Linux or NTFS on Windows), then only the written sectors
will reserve
space. Use @code{qemu-img info} to know the real size used by the
image or @code{ls -ls} on Unix/Linux.
address@hidden host_device
-
-Host device format. This format should be used instead of raw when
-converting to block devices or other devices where "holes" are not
-supported.
-
@item qcow2
QEMU image format, the most versatile format. Use it to have smaller
images (useful if your filesystem does not supports holes, for example
--
1.7.6
- [Qemu-devel] [PULL 0/8] Block patches, Kevin Wolf, 2011/07/06
- [Qemu-devel] [PATCH 1/8] Documentation: Remove outdated host_device note,
Kevin Wolf <=
- [Qemu-devel] [PATCH 2/8] qemu-img: Add cache command line option, Kevin Wolf, 2011/07/06
- [Qemu-devel] [PATCH 3/8] block/raw-posix: Linux compat-ioctl warning workaround, Kevin Wolf, 2011/07/06
- [Qemu-devel] [PATCH 4/8] virtio-blk: Turn drive serial into a qdev property, Kevin Wolf, 2011/07/06
- [Qemu-devel] [PATCH 5/8] block: drive_init(): Simplify interface type setting, Kevin Wolf, 2011/07/06
- [Qemu-devel] [PATCH 6/8] block: drive_init(): Improve CHS setting error message, Kevin Wolf, 2011/07/06
- [Qemu-devel] [PATCH 7/8] ide: Ignore reads during PIO in and writes during PIO out, Kevin Wolf, 2011/07/06
- [Qemu-devel] [PATCH 8/8] ide: Initialise buffers with zeros, Kevin Wolf, 2011/07/06
- Re: [Qemu-devel] [PULL 0/8] Block patches, Kevin Wolf, 2011/07/12
- Re: [Qemu-devel] [PULL 0/8] Block patches, Anthony Liguori, 2011/07/12