Re: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64

2009-04-02 Thread Avi Kivity
Zhang, Yang wrote: when using make in kernel, it can not find msidef.h. This patch fix this. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

RE: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64

2009-03-04 Thread Zhang, Yang
Marcelo Tosatti wrote: On Tue, Mar 03, 2009 at 11:38:17AM +0800, Zhang, Yang wrote: diff --git a/qemu/hw/i8259.c b/qemu/hw/i8259.c index 9cb3941..025f993 100644 --- a/qemu/hw/i8259.c +++ b/qemu/hw/i8259.c @@ -189,8 +189,10 @@ static void i8259_set_irq(void *opaque, int irq, int

Re: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64

2009-03-04 Thread Marcelo Tosatti
On Thu, Mar 05, 2009 at 09:36:13AM +0800, Zhang, Yang wrote: Marcelo Tosatti wrote: On Tue, Mar 03, 2009 at 11:38:17AM +0800, Zhang, Yang wrote: diff --git a/qemu/hw/i8259.c b/qemu/hw/i8259.c index 9cb3941..025f993 100644 --- a/qemu/hw/i8259.c +++ b/qemu/hw/i8259.c @@ -189,8 +189,10

RE: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64

2009-03-04 Thread Zhang, Yang
Marcelo Tosatti wrote: On Thu, Mar 05, 2009 at 09:36:13AM +0800, Zhang, Yang wrote: seems right, But i cannot find the proper place to define it. And i think we can do this at the time of we need to use it. The thinking is avoid code from piling in kvm-userspace when it belongs in upstream

RE: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64

2009-03-02 Thread Zhang, Xiantao
diff --git a/kernel/Makefile b/kernel/Makefile index f8b341f..808f15e 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -61,7 +61,8 @@ headers-old = $(LINUX)/./include/asm-$(ARCH_DIR)/kvm*.h headers-new = $(LINUX)/arch/$(ARCH_DIR)/include/asm/./kvm*.h \

RE: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64

2009-03-02 Thread Zhang, Yang
ok, i see Best Regards --yang -Original Message- From: Zhang, Xiantao Sent: 2009年3月3日 11:51 To: Zhang, Yang; kvm-i...@vger.kernel.org Cc: kvm@vger.kernel.org; Avi Kivity Subject: RE: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64 diff --git a/kernel/Makefile

RE: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for ia64

2009-03-02 Thread Zhang, Yang
Hi please drop the previous patch. This is the modifide patch. thanks From 4cdda47ee9d1fb19697eed36b82c1d8d614a2d4e Mon Sep 17 00:00:00 2001 From: Yang Zhang yang.zh...@intel.com Date: Mon, 2 Mar 2009 22:56:08 -0500 Subject: [PATCH] kvm : qemu : fix compilation error in kvm-userspace for