]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: use correct default protocol for xen-block on x86
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 20 Oct 2023 17:00:18 +0000 (18:00 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 9 Nov 2023 13:39:13 +0000 (16:39 +0300)
commit287303495cbf7b554d193da7d76b226f2de86b59
tree27069d99692177aeb5e3e7de1062be449b69aa14
parent30a4cc2723c67f4c99633e9695835ddb6fcdbfe0
hw/xen: use correct default protocol for xen-block on x86

Even on x86_64 the default protocol is the x86-32 one if the guest doesn't
specifically ask for x86-64.

Cc: qemu-stable@nongnu.org
Fixes: b6af8926fb85 ("xen: add implementations of xen-block connect and disconnect functions...")
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
(cherry picked from commit a1c1082908dde4867b1ac55f546bea0c17d52318)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/block/xen-block.c