Re: qemu-bridge-helper failed

2021-05-26 Thread asif siddiqui
Hii Berto, Thanks for the inputs. As suggested by you i tried "qemu-system-aarch64 --help | grep helper" which showed the path as /usr/local/libexec/qemu-bridge-helper, but similar output. Also i compiled the qemu 5.2.0 and used the following command - qemu-system-aarch64 -machine vexpress-a15 -

What does qemu-img convert -W documentation mean?

2021-05-26 Thread Richard W.M. Jones
Firstly there's a real interesting thread about nbdcopy vs qemu-img convert performance: https://listman.redhat.com/archives/libguestfs/2021-May/thread.html#00119 I have a question about qemu-img convert -W flag. The documentation says: -W Allow out-of-order writes to the destination. This o

Re: What does qemu-img convert -W documentation mean?

2021-05-26 Thread Jakob Bohm
On 2021-05-26 15:40, Richard W.M. Jones wrote: Firstly there's a real interesting thread about nbdcopy vs qemu-img convert performance: https://listman.redhat.com/archives/libguestfs/2021-May/thread.html#00119 I have a question about qemu-img convert -W flag. The documentation says: -W Allo

Re: What does qemu-img convert -W documentation mean?

2021-05-26 Thread Richard W.M. Jones
On Wed, May 26, 2021 at 04:01:01PM +0200, Jakob Bohm wrote: > On 2021-05-26 15:40, Richard W.M. Jones wrote: > >Firstly there's a real interesting thread about nbdcopy vs qemu-img > >convert performance: > >https://listman.redhat.com/archives/libguestfs/2021-May/thread.html#00119 > > > >I have a qu

Re: qemu-bridge-helper failed

2021-05-26 Thread Berto Furth
Hi Asif, Can you send back the current contents of the bridge.conf file and show the attributes of it? cat /home/asif/qemu_test/qemu-5.2.0/qemu-5.2.0/build/../etc/qemu/bridge.conf ls -l /home/asif/qemu_test/qemu-5.2.0/qemu-5.2.0/build/../etc/qemu/bridge.conf Are you inclined to just use good ol

Accessing host files from Windows XP VM using SMB

2021-05-26 Thread Programmingkid
Hi I'm trying to share host files with my Windows XP guest using the SMB server built into QEMU. So far I haven't succeeded yet. I used this command: -netdev user,net=10.0.2.0/24,id=host_files,restrict=off,smb=,smbserver=10.0.2.4 It didn't work. In the command prompt I use these commands to try