Re: [Qemu-devel] [PATCH] boot-order-test: Add tests for PowerMacs

2013-02-25 Thread Markus Armbruster
This is on top of my "[PATCH v2 0/8] -boot and -no-fd-bootchk fixes". Since I need to respin my series anyway, I can include your patch in the respin. Andreas Färber writes: > They set the boot device via fw_cfg, which is then translated to a boot > path of "hd" or "cd" in OpenBIOS. > > Signed-o

[Qemu-devel] [PATCH] boot-order-test: Add tests for PowerMacs

2013-02-24 Thread Andreas Färber
They set the boot device via fw_cfg, which is then translated to a boot path of "hd" or "cd" in OpenBIOS. Signed-off-by: Andreas Färber Cc: Markus Armbruster Cc: Alexander Graf Cc: qemu-...@nongnu.org --- tests/Makefile |2 ++ tests/boot-order-test.c | 66 +++