qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Alexander Graf <agraf@suse.de>
Cc: kwolf@redhat.com, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] Add HTTP protocol using curl
Date: Thu, 09 Apr 2009 16:37:53 -0500	[thread overview]
Message-ID: <49DE6AB1.5070906@codemonkey.ws> (raw)
In-Reply-To: <1239310201-24519-1-git-send-email-agraf@suse.de>

Alexander Graf wrote:
> Currently Qemu can read from posix I/O and NBD. This patch adds a
> third protocol to the game: HTTP.
>
> In certain situations it can be useful to access HTTP data directly,
> for example if you want to try out an http provided OS image, but
> don't know if you want to download it yet.
>
> Using this patch you can now try it on on the fly. Just use it like:
>
> qemu -cdrom http://host/path/my.iso
>
> In order to not reinvent the wheel, this patch uses libcurl.
>   

I have one of these too that reinvents the wheel.  The main reason was 
to enable bdrv_aio_* implementations.

I'm happy to merge a version that uses libcurl but I don't want to merge 
it unless it's implementing bdrv_aio_.  As far as I'm concerned, 
backends implementing bdrv_read/bdrv_write is deprecated.

Regards,

Anthony Liguori

  reply	other threads:[~2009-04-09 21:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-09 20:50 [Qemu-devel] [PATCH] Add HTTP protocol using curl Alexander Graf
2009-04-09 21:37 ` Anthony Liguori [this message]
2009-04-09 21:39   ` [Qemu-devel] " Alexander Graf
2009-04-10  7:25 ` [Qemu-devel] " Blue Swirl

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=49DE6AB1.5070906@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=agraf@suse.de \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).