Add HTTP protocol using curl v6
authorAlexander Graf <agraf@suse.de>
Mon, 11 May 2009 15:41:42 +0000 (17:41 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 15:50:35 +0000 (10:50 -0500)
commit769ce76d0e220e1ecde16154e76d43cf7099e7c6
treea81618ec07abe2f0cfea6aa0d34de86b81364487
parentd55ebf5539139b26b9c6412a834cb493f008a8a9
Add HTTP protocol using curl v6

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

Signed-off-by: Alexander Graf <agraf@suse.de>
Makefile
Makefile.target
block/curl.c [new file with mode: 0644]
configure