]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: Add "mode" parameter to xen-block devices
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 7 Feb 2025 14:37:24 +0000 (14:37 +0000)
committerAnthony PERARD <anthony.perard@vates.tech>
Mon, 10 Mar 2025 12:27:30 +0000 (13:27 +0100)
commit4173b3d83752d9547c188db0d99ade08a1adb1fc
tree6c6c882a80c8c2c92d733a9c2f7180467f60393d
parentcfcacbab38e43200264c06135946b1c5096c393a
hw/xen: Add "mode" parameter to xen-block devices

Block devices don't work in PV Grub (0.9x) if there is no mode specified. It
complains: "Error ENOENT when reading the mode"

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Message-Id: <20250207143724.30792-2-dwmw2@infradead.org>
Signed-off-by: Anthony PERARD <anthony.perard@vates.tech>
hw/block/xen-block.c