From: Daniel Veillard Date: Thu, 4 Sep 2008 08:15:05 +0000 (+0000) Subject: * src/qemu_driver.c: switch flags to unsigned by James Morris X-Git-Tag: LIBVIRT_0_4_6~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=821dcf0ff729353c7e7d3da4f401f6629efff8b6;p=thirdparty%2Flibvirt.git * src/qemu_driver.c: switch flags to unsigned by James Morris * AUTHORS: add James Morris Daniel --- diff --git a/AUTHORS b/AUTHORS index 18c67c0291..8680d5668c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -50,6 +50,7 @@ Patches have also been contributed by: David Lively Charles Duffy Nguyen Anh Quynh + James Morris [....send patches to get your name here....] diff --git a/ChangeLog b/ChangeLog index 33ae01b7d6..c0adc50d4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +Thu Sep 4 10:13:43 CEST 2008 Daniel Veillard + + * src/qemu_driver.c: switch flags to unsigned by James Morris + * AUTHORS: add James Morris + Wed Sep 3 10:14:00 PDT 2008 Dan Smith + * src/lxc_driver.c: Add hypervisor version implementation diff --git a/src/qemu_driver.c b/src/qemu_driver.c index 59faf94df0..72c2d817de 100644 --- a/src/qemu_driver.c +++ b/src/qemu_driver.c @@ -2987,7 +2987,7 @@ static int qemudDomainChangeEjectableMedia(virDomainPtr dom, virDomainDiskDefPtr origdisk, newdisk; char *cmd, *reply, *safe_path; char *devname = NULL; - int qemuCmdFlags; + unsigned int qemuCmdFlags; if (!vm) { qemudReportError(dom->conn, dom, NULL, VIR_ERR_INVALID_DOMAIN,