[PATCH 1/4] Use proper open call for init file

2008-08-12 Thread Philippe Gerum
This patch fixes misspelled calls to qemu_fopen_file(). Signed-off-by: Philippe Gerum <[EMAIL PROTECTED]> --- qemu/hw/ds1225y.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu/hw/ds1225y.c b/qemu/hw/ds1225y.c index 3b91b4f..b1d0284 100644 --- a/qemu/hw/ds1225y.c +

Re: [PATCH 1/4] Use proper open call for init file

2008-08-13 Thread Avi Kivity
Philippe Gerum wrote: This patch fixes misspelled calls to qemu_fopen_file(). Please send to qemu-devel as this is a generic qemu issue, not kvm specific. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in th

Re: [PATCH 1/4] Use proper open call for init file

2008-08-13 Thread Anthony Liguori
Avi Kivity wrote: Philippe Gerum wrote: This patch fixes misspelled calls to qemu_fopen_file(). Please send to qemu-devel as this is a generic qemu issue, not kvm specific. qemu_fopen_file() only exists in KVM (it's one of the live migration changes). Regards, Anthony Liguori -- T

Re: [PATCH 1/4] Use proper open call for init file

2008-08-13 Thread Avi Kivity
Anthony Liguori wrote: Avi Kivity wrote: Philippe Gerum wrote: This patch fixes misspelled calls to qemu_fopen_file(). Please send to qemu-devel as this is a generic qemu issue, not kvm specific. qemu_fopen_file() only exists in KVM (it's one of the live migration changes). Well I