qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fam Zheng <famcool@gmail.com>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
	Stefan Hajnoczi <stefanha@gmail.com>,
	Christoph Hellwig <hch@lst.de>
Subject: [Qemu-devel] [PATCH 0/12] Adding VMDK monolithic flat support
Date: Sat, 4 Jun 2011 08:39:54 +0800	[thread overview]
Message-ID: <BANLkTi=w2RVtUU8PJK0Lkc=KXM3rH_XgUQ@mail.gmail.com> (raw)

This is a split patch series of the previous monolithic flat support
version, with improvements according to Kevin's comments.

Original comment:
VMDK multiple file images can not be recognized for now. This patch is
adding monolithic flat support to it, that is the image type with two
files, one text descriptor file and a plain data file. This type of
image can be created in VMWare, with the options "allocate all disk
space now" and "store virtual disk as a single file" checked.

A VmdkExtent structure is introduced to hold the image "extent"
information, which makes further adding multi extents support of VMDK
easy. An image creating option "flat" is added for creating flat
(preallocated) image.

---

 block/vmdk.c |  908 +++++++++++++++++++++++++++++++++++++++++-----------------
 block_int.h  |    2 +
 qemu-img.c   |    6 +-
 3 files changed, 649 insertions(+), 267 deletions(-)

             reply	other threads:[~2011-06-04  0:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-04  0:39 Fam Zheng [this message]
2011-06-18 18:39 ` [Qemu-devel] [PATCH 0/12] Adding VMDK monolithic flat support Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=w2RVtUU8PJK0Lkc=KXM3rH_XgUQ@mail.gmail.com' \
    --to=famcool@gmail.com \
    --cc=hch@lst.de \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).