Displaying 1 result from an estimated 1 matches for "xenguest_kexec".
2005 Jul 07
14
[PATCH] Xen Guest Kexec
...ressed interest in kexec support for Xen guests.
In particular, it''s mainly useful for purposes of implementing an in-guest
bootloader app and avoiding the need for dom0 to access the guest filesystem.
It''s a largish patch, so I stuck it online:
http://www.cl.cam.ac.uk/~maw48/xenguest_kexec.patch
Tested on i386. I suspect it''ll have build issues on x86_64 but those should
be easy to fix - actually the code is probably generic enough to work on
both.
You''ll also need a modified version of the kexec tools, which I''ll post
details of later.
Notes on the i...