qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add HTTP protocol using curl v3


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH] Add HTTP protocol using curl v3
Date: Thu, 07 May 2009 15:00:41 +0300
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

address@hidden wrote:
+
+BlockDriver bdrv_http = {
+    .format_name       = "http",
+    .protocol_name     = "http",

curl supports a bunch of protocols (from the man page, HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP, FILE). I suggest registering all of them (except FILE) so users can enjoy booting VMs over LDAP.

(well that only works for protocols that support byte range operations)

--
error compiling committee.c: too many arguments to function





reply via email to

[Prev in Thread] Current Thread [Next in Thread]