[Qemu-discuss] connect virtual machines to each other

2019-09-27 Thread Pascal
hi, I come back to this subject about using VDE to connect VM. this is what I use: $ vde_switch $ slirpvde -L :10.0.2.101:22 $ qemu -enable-kvm -m 512 -nic vde,mac=52:54:00:12:34:56 samba.disk # 10.0.2.101/24 $ qemu -enable-kvm -m 512 -nic vde,mac=52:54:00:12:34:57 linux.disk # 10.0

Re: [RFC PATCH] configure: deprecate 32 bit build hosts

2019-09-27 Thread Gerd Hoffmann
Hi, > That leaves armv7 as the only 32-bit arch in Fedora that is somewhat > active & maintained. I don't have any real insight on whether any > armv7 (Fedora) users are making much use of QEMU/KVM though, either > system or user emulation. Played with system emulation a while back. I doubt t

qemu smb access problem host: linux, guest: win10

2019-09-27 Thread thomas.strasser....@etm.at
Hello! I have problems, accessing a shared folder from Windows 10 guest on my OpenSuse host machine. I can access the shared folder in my virtual machine with \\192.168.0.4\qemu. However, If I open it with explorer I get a Could not access \\192.168.0.4\qemu error. In the Windows command line I

Re: [RFC PATCH] configure: deprecate 32 bit build hosts

2019-09-27 Thread Mark Cave-Ayland
On 26/09/2019 00:30, Alex Bennée wrote: > The 32 bit hosts are already a second class citizen especially with > support for running 64 bit guests under TCG. We are also limited by > testing as actual working 32 bit machines are getting quite rare in > developers personal menageries. For TCG suppor

qemu smb access problem host: linux, guest: win10

2019-09-27 Thread thomas.strasser....@etm.at
Hello! I have problems, accessing a shared folder from Windows 10 guest on my OpenSuse host machine. I can access the shared folder in my virtual machine with ""\\192.168.0.4\qemu"". However, If I open it with explorer I get a ""Could not access \\192.168.0.4\qemu"" error. In the Windows comma

Stopping gdb stub at exception

2019-09-27 Thread Vince Harron
Hi all, I'm running littlekernel aarch64-elf in qemu. I've got the gdb stub running and I've connected to it from gdb. I'm able to set breakpoints, run, step and inspect variables. Unfortunately, when the kernel panics, the callstack I get isn't very useful. 1 uart_pgetcu