commit | b042a3ca949053231950a1b15f31cccca9e305f3 | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@citrix.com> | Thu Feb 05 17:09:56 2015 +0000 |
committer | David Vrabel <david.vrabel@citrix.com> | Tue Feb 10 16:04:46 2015 +0000 |
tree | 4ae59a2823b7373329d55ec4f95476d2b9ace6f4 | |
parent | 3bb8c98e5612f069010ad04e5f463389e2eb6563 [diff] |
xen-blkback: default to X86_32 ABI on x86 Prior to the existance of 64-bit backends using the X86_64 ABI, frontends used the X86_32 ABI. These old frontends do not specify the ABI and when used with a 64-bit backend do not work. On x86, default to the X86_32 ABI if one is not specified. Backends on ARM continue to default to their NATIVE ABI. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com>