qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: Lyu Mitnick <mitnick.lyu@gmail.com>
Cc: Stefan Hajnoczi <stefanha@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] GSoC: Improved image format compatibility
Date: Wed, 30 Mar 2011 21:11:48 +0200	[thread overview]
Message-ID: <4D938074.5090803@mail.berlios.de> (raw)
In-Reply-To: <AANLkTinQ9qFy3FoPniVCZYk_C3Bt-JZCnbPBpxuQUUu6@mail.gmail.com>

Am 30.03.2011 20:40, schrieb Lyu Mitnick:
> Hello Stefan,
>
> I have spent a whole night to trace the code of block/vpc.c and 
> compare against the VHD specifications
> (at 
> http://www.microsoft.com/downloads/en/details.aspx?FamilyID=C2D03242-2FFB-48EF-A211-F0C44741109E&amp;displaylang=en 
> <http://www.microsoft.com/downloads/en/details.aspx?FamilyID=C2D03242-2FFB-48EF-A211-F0C44741109E&amp;displaylang=en>).
> It seems that there isn't Fixed hard disk image and Differencing hard 
> disk image support now. I am wondering whether what I has
> learned from tracing code is true or false? I also found some 
> possibility of optimization in block/vpc.c. Should I contact mentor
> assigned to this project in private or post the whole idea on the 
> mailing list??
>
> thanks very much
>
> Mitnick
>


Hello Mitnick,

asynchronous i/o is also missing in block/vpc.c.

All newer block drivers support asynchronous reads and writes,
only some old drivers don't.

So adding asynchronous i/o to at least some of the old drivers
would improve their usability.

Look for "aio" in block/*.c to get a starting point.

Regards
Stefan (W.)

  reply	other threads:[~2011-03-30 19:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29 21:55 [Qemu-devel] GSoC: Improved image format compatibility Lyu Mitnick
2011-03-30  4:50 ` Stefan Weil
2011-03-30  8:32   ` Stefan Hajnoczi
2011-03-30 18:40     ` Lyu Mitnick
2011-03-30 19:11       ` Stefan Weil [this message]
2011-03-30 19:36         ` Lyu Mitnick
2011-04-01 15:15         ` Lyu Mitnick
2011-04-01 16:29           ` Kevin Wolf
2011-04-01 18:29             ` Lyu Mitnick
2011-04-02 13:54               ` Stefan Hajnoczi
2011-04-02 19:03                 ` Lyu Mitnick
2011-04-03  7:33                   ` Stefan Hajnoczi
2011-04-04 17:35                     ` Lyu Mitnick
2011-04-01 17:02           ` Stefan Weil

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=4D938074.5090803@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=mitnick.lyu@gmail.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).