On 2014-11-20 at 16:27, Kevin Wolf wrote:
This is forbidden if the raw driver was probed.
Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
tests/qemu-iotests/109 | 132 +++++++++++++
tests/qemu-iotests/109.out | 231 ++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/sample_images/grub_mbr.raw.bz2 | Bin 0 -> 552 bytes
4 files changed, 364 insertions(+)
create mode 100755 tests/qemu-iotests/109
create mode 100644 tests/qemu-iotests/109.out
create mode 100644 tests/qemu-iotests/sample_images/grub_mbr.raw.bz2
Looking at the hexdump of the grub_mbr.raw, it looks like GRUB 2 to me
(when comparing it to my MBR and a GRUB Legacy boot sector; I wasn't so
sure whether you might go for GRUB Legacy as a late protest against GRUB
2). Good. :-)
Reviewed-by: Max Reitz <mre...@redhat.com>