[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/functional: Add a ppc64 mac99 test
From: |
Richard Henderson |
Subject: |
Re: [PATCH] tests/functional: Add a ppc64 mac99 test |
Date: |
Tue, 28 Jan 2025 13:32:01 -0800 |
User-agent: |
Mozilla Thunderbird |
On 1/28/25 12:23, BALATON Zoltan wrote:
Oh, you're right, OpenBIOS hangs with "milliseconds isn't unique" when running "qemu-
system-ppc64 -M mac99 -display none -serial stdio" ... that's weird... so you need to
keep the -nographic here, indeed!
That's because of -display none, without that you can see the output in the window. I
think if OpenBIOS finds a VGA card it tries to output there so you have to remove that too
to get output on serial.
Yes. You need to add -vga none to remove the graphics card.
With -display none, you merely remove the qemu interface.
r~