Re: [Qemu-devel] [PATCH 2/3] tests/boot-serial: Add tests for PowerPC Mac machines

2018-02-03 Thread Mark Cave-Ayland
On 01/02/18 10:09, Thomas Huth wrote: OpenBIOS prints out the CPU type on these machine types, so we can use this string to test whether the CPU detection is working correctly. Signed-off-by: Thomas Huth --- tests/boot-serial-test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test

[Qemu-devel] [PATCH 2/3] tests/boot-serial: Add tests for PowerPC Mac machines

2018-02-01 Thread Thomas Huth
OpenBIOS prints out the CPU type on these machine types, so we can use this string to test whether the CPU detection is working correctly. Signed-off-by: Thomas Huth --- tests/boot-serial-test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/boot-serial-test.c b/tests/boot-serial-t