* src/qemu_driver.c: switch flags to unsigned by James Morris

* AUTHORS: add James Morris
Daniel
This commit is contained in:
Daniel Veillard 2008-09-04 08:15:05 +00:00
parent df01e14bd7
commit 821dcf0ff7
3 changed files with 8 additions and 1 deletions

View File

@ -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....]

View File

@ -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

View 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,