access linux shared folders in qemu ppc

2022-01-29 Thread thomas covenant
Hi all i try to access folders from ubuntu in mac os x leopard. The folders are shared. I can use nfs mount within mac os, but the qemu ppc / mac network is shaky and often loses connection. i tried to use virtfs, but never see the folders in mac: -virtfs local,id=shared_folder_dev_0,path=/ho

gdb switches to __sysvec_apic_timer_interrupt or __default_send_IPI_dest_field with KVM enabled

2022-01-29 Thread Vasyl Vavrychuk
Hello, I run Linux kernel under qemu-system-x86_64 via the "-kernel" option. Also, I added the "-s" option to accept the gdb connection. After Linux boot up I connect with gdb and set a breakpoint in some function, for example "device_del", does not matter really. The problem is if I also use "

Re: How can I use different tcp port other than 1234 to use gdb for application debug on qemu?

2022-01-29 Thread Peter Maydell
On Sat, 29 Jan 2022 at 02:44, Chan Kim wrote: > > Oh, I found it was -gdb tcp::1235. (I had tried only -gdb tcp:1235) > > I think the manual should better have this information there. The syntax for that is given as one of the examples in the -gdb option description in the "Invocation" section a