David, I have done some tests. I will send my thoughts and comments as reply to relevant emails. On Thu, Feb 21, 2013 at 05:57:36PM +0000, David Vrabel wrote: > The series adds support for the new hypercall ABI which should be > provided by Xen 4.3. Images are loaded into Xen directly with no > kernel involvement. > > Do not apply until the hypervisor side patches are applied to Xen. > > Patch 1 is unrelated but kexec wouldn't work for me without it. Not > sure why I had problems, perhaps a toolstack specific issue? > > Patch 2 makes libxc 4.3 mandatory for Xen support. > > Patch 3 removes a use of /proc/iomem in favour of libxc. > > Patch 4 adds the support for loading an image into Xen. > > This series explicitly drops support for older version of libxc/Xen as > supporting kexec on these hypervisors requires kernel support that > will never be available upstream. Please do not do that. I agree with Jan that there are many distros in the wild which uses old interface (and they will be doing that long time) and we should not make their life more difficult. I have found that simple kexec does not work. It means that if you call kexec -e (after kexec -l) it displays: Nothing has been loaded! Linux on baremetal works without any issue. Daniel