From: Jes Sorensen Date: Mon, 22 Oct 2007 01:03:29 +0000 (+1000) Subject: Reorder guest saved regs to match hyperall order X-Git-Tag: v2.6.24-rc1~28^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4614a3a3b638dfd7a67d0237944f6a76331af61d;p=pandora-kernel.git Reorder guest saved regs to match hyperall order Move eax next to ebx/ecx/edx in struct lguest_regs on i386, so they will be located together and allow it to map directly to a struct hcall_ring entry (which will be renamed struct hcall_args as in a subsequent patch). This is in preparation for making the code hcall code architecture independent. Signed-off-by: Jes Sorensen Signed-off-by: Rusty Russell --- Reading git-diff-tree failed