RE: [PATCH v5 6/9] add jump labels for ia64 paravirt

2011-07-13 Thread Luck, Tony
The paravirt/xen bits in ia64 are already in bit-rot. I have this build error in upstream building the arch/ia64/configs/xen_domu_defconfig (even before applying your latest patch): drivers/xen/grant-table.c: In function 'gnttab_map_refs': drivers/xen/grant-table.c:491: error: implicit declaratio

RE: [patch 1/2] IA64: export smp_send_reschedule

2009-04-14 Thread Luck, Tony
satti; kvm@vger.kernel.org; Luck, Tony Cc: Gleb Natapov Subject: RE: [patch 1/2] IA64: export smp_send_reschedule Hi, Tony Could you help to ack the patch ? Xiantao Acked-by: Xiantao Zhang Marcelo Tosatti wrote: > To be used by KVM. > > CC: > CC: Gleb Natapov > Signed-off-by: Marcel

RE: [PATCH 01/02] ia64: Move the macro definitions related to MSI to one header file.

2009-02-17 Thread Luck, Tony
> For supporting kvm's MSI, we have to move some macros > from ia64_msi.c out to avoide duplicate them. In addition, > to keep them consistent with x86's , I also changed some > macros' name. How do you think of the patch ? If you > agree to the changes, could you add your Sign-off-by to > the pa