commit | 4614a3a3b638dfd7a67d0237944f6a76331af61d | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Mon Oct 22 11:03:29 2007 +1000 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Oct 23 15:49:51 2007 +1000 |
tree | 8ec25721127eb899b97e46551b1644644ca698ac | |
parent | 625efab1cd3d4da4634dfe26df6b4005385397e2 [diff] |
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 <jes@sgi.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>