]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/qemu_driver.c: switch flags to unsigned by James Morris
authorDaniel Veillard <veillard@redhat.com>
Thu, 4 Sep 2008 08:15:05 +0000 (08:15 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 4 Sep 2008 08:15:05 +0000 (08:15 +0000)
* AUTHORS: add James Morris
Daniel

AUTHORS
ChangeLog
src/qemu_driver.c

diff --git a/AUTHORS b/AUTHORS
index 18c67c029120d7f263340718145a3f1151dec08c..8680d5668ca667139032a56f9727adb8494d029a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -50,6 +50,7 @@ Patches have also been contributed by:
   David Lively         <dlively@virtualiron.com>
   Charles Duffy        <Charles_Duffy@messageone.com>
   Nguyen Anh Quynh     <aquynh@gmail.com>
+  James Morris         <jmorris@namei.org>
 
 
   [....send patches to get your name here....]
index 33ae01b7d681f6bed6f23da6d5fc2a95600fcc21..c0adc50d4b8c88bb2958cb9499191ca9317c3c0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+Thu Sep  4 10:13:43 CEST 2008 Daniel Veillard <veillard@redhat.com>
+
+       * 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 <danms@us.ibm.com>
+
        * src/lxc_driver.c:
          Add hypervisor version implementation
 
index 59faf94df00b021171c8f2bfdfc018969b0d0a27..72c2d817de8b3f65e26b94cad99d7b6f9336850c 100644 (file)
@@ -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,