* grub-core/lib/i386/xen/relocator.S: Fix hypercall ABI violation.
GRUB relied on %ebx being preserved across hypercall which isn't true.
This commit is contained in:
parent
d16ff5897f
commit
2c384f1e6e
2 changed files with 28 additions and 18 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-12-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/i386/xen/relocator.S: Fix hypercall ABI violation.
|
||||
|
||||
GRUB relied on %ebx being preserved across hypercall which isn't true.
|
||||
|
||||
2013-12-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/x86_64/xen/relocator.S: Fix hypercall ABI violation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue