os x resolution only 800x600

2022-01-26 Thread chuck
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,

Re: os x resolution only 800x600

2022-01-26 Thread Pascal
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

Re: Ast2600 emulation

2022-01-26 Thread abhijeet inamdar
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 ? > >

Getting privilege level of an instruction in TCG plugin

2022-01-26 Thread Milind Luthra
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