Hi, Alex Williamson wrote: > This includes a fairly small number of changesets that I'd like to get > in before 3.0.3. Changes include: finishing the PV-on-HVM driver > support for ia64, fix an error when an FPSWA interface is not installed, > add a few EFI calls to support hwclock, add some more perfc counters, > and fix ia64 HVM domain creation. Thanks, Please apply these patches, also. These patches are needed to be enabling the PV-on-HVM driver for IPF. * cutoff.patch + cut off unused codes for IA64 - get_hypercall_stabs() is x86 specific function. We don't use it, and it occurrs compile error on ia64 platform. Thus it is cut off. * build.patch + modify build rule for IA64 - This patch appends a build rule for ia64 platform to mkbuildtree command. They are same with the patches posted last week, except that they are based on current tree. (xen-unstable.hg(cs:11440)) Thanks, - Tsunehisa Doi