mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
* src/qemu_driver.c: switch flags to unsigned by James Morris
* AUTHORS: add James Morris Daniel
This commit is contained in:
parent
df01e14bd7
commit
821dcf0ff7
1
AUTHORS
1
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....]
|
||||
|
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user