Hi all
I installed ubuntu qemu and leopard on the virt disk
starting the powermac always displays 800x600.
startup command:
qemu-system-ppc -L pc-bios -boot c -M mac99,via=pmu -m 1024 -hda
macos.qcow2 -device VGA,edid=on -display gtk
i tried with
-display -vga
with and without -device VGA,
hi,
may be with -device VGA,edid=on,xres=1280,yres=720
regards.
Le mer. 26 janv. 2022 à 13:53, chuck a écrit :
> Hi all
>
> I installed ubuntu qemu and leopard on the virt disk
>
> starting the powermac always displays 800x600.
>
> startup command:
>
> qemu-system-ppc -L pc-bios -boot c -M mac99
How do we implement Hardware Semaphore (HSEM) in QEMU for this type?
Any suggestions.
BR.
Abhijeet.
On Wed, 15 Dec, 2021, 23:20 Philippe Mathieu-Daudé, wrote:
> On 12/15/21 23:10, abhijeet inamdar wrote:
> > Thanks, I'll check it out.
> >
> > Can we do full system mode or qemu-sytem-arm ?
>
>
Hi everyone,
We were writing a TCG plugin, and for every instruction executed, we wanted
to know the privilege level where it was executed, i.e. was it in user mode
or kernel mode.
Approaches we tried:
1. We tried to use vcpu_syscall_cb/vcpu_syscall_ret_cb initially - any
instruction execution b