[pve-devel] adjust-path.diff and pve-auth.patch for qemu 1.3
Alexandre DERUMIER
aderumier at odiso.com
Tue Nov 20 11:39:20 CET 2012
I have made corrections to adjust-path.diff and pve-auth.patch to applied them on qemu 1.3 git.
changes:
pve-auth.patch
@@ -2935,8 +3055,10 @@ void vnc_display_open(DisplayState *ds, const char *display, Error **errp)
}
g_free(path);
} else {
- error_setg(errp, "No certificate path provided");
- goto fail;
+ if (pve_tls_set_x509_creds_dir(vs) < 0) {
+ error_setg(errp, "No certificate path provided");
+ goto fail;
+ }
}
adjust-path.diff
index 780b19a..a111b2f 100755
--- a/configure
+++ b/configure
@@ -187,7 +187,7 @@ libexecdir="\${prefix}/libexec"
includedir="\${prefix}/include"
sysconfdir="\${prefix}/etc"
local_statedir="\${prefix}/var"
-confsuffix="/qemu"
+confsuffix="/kvm"
slirp="yes"
fmod_lib=""
fmod_inc=""
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pve-auth.patch
Type: text/x-patch
Size: 11759 bytes
Desc: not available
URL: <http://lists.proxmox.com/pipermail/pve-devel/attachments/20121120/a3655373/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: adjust-path.diff
Type: text/x-patch
Size: 1302 bytes
Desc: not available
URL: <http://lists.proxmox.com/pipermail/pve-devel/attachments/20121120/a3655373/attachment-0001.bin>
More information about the pve-devel
mailing list