QEMU User Networking (SLIRP) with Xilinx-zcu102

2021-07-01 Thread asif siddiqui
Hello All, I am working on the networking between my host OS linux and guest OS QNX(Running on top of qemu). I have an interface xzynq0 in my guest OS with a dynamic IP address. I am executing the qemu command as follows - qemu-system-aarch64 -M xlnx-zcu102 -m 8G -serial mon:stdio -display none

Re: QEMU User Networking (SLIRP) with Xilinx-zcu102

2021-07-01 Thread Peter Maydell
On Thu, 1 Jul 2021 at 11:43, asif siddiqui wrote: > I am able to transfer files successfully between host os linux and guest > using SCP when ssh is launched. > > But i am not able to ping from guest to host or host to guest. Also if i > want to debug a qnx application using gdb remote debug it

Re: Who can give me help on the issue 'Guest has not initialized the display (yet).'

2021-07-01 Thread 梁朝军
Hi All, I trigger a kernel core on host when issue occur and look the CPU 0 KVM process backtrace like below. Who know what lead it run in so high CPU usage? I’m not sure it is caused by guest bios load failed. Is this issue related with any bios.bin? Thanks! > 在 2021年7月1日,下午2:20,梁朝军 写道:

Who can give me help on the issue 'Guest has not initialized the display (yet).'

2021-07-01 Thread 梁朝军
Hi Guys, Who can give me a help? I recently hit the issue that VM can’t boot correctly and show black screen as 'Guest has not initialized the display (yet)’ as below picture Qemu version in our system is 5.1 and host os is rehat 7.4. kernel version is 3.10.0-693.el7.x86_64. /usr/bin/qemu-s

Windows 11 clipboard issue

2021-07-01 Thread ToddAndMargo
Hi All, Fedora 34 qemu-kvm-5.2.0-8.fc34.x86_64 How do I get the clipboard to work with Windows 11? Many thanks, -T

Re: Windows 11 clipboard issue

2021-07-01 Thread Narcis Garcia
Clipboard can be used, for example, from one application to another: You can write a text in Notepad, select it, and press [Control]+[C] After this, you can open Wordpad and press [Control]+[V] This will make data be in clipboard and prove when pasting in another Windows application. Narcis Garc