[Qemu-devel] [PATCH] Clean-up /tmp directory after -smb use

2008-01-09 Thread Mark Jonckheere
When using the -smb option with samba-3.0.28 qemu fails to completely remove the /tmp/qemu-smb.$pid directory at exit. Newer smbd versions also create subdirectories at this place. This patch removes recursively all files and subdirectories. diff -ur qemu/vl.c qemu-patched/vl.c --- qemu/vl.c 20

[Qemu-devel] [PATCH]: UDP-broadcast address-translation error in slirp code.

2006-08-20 Thread Mark Jonckheere
Fabrice, Paul, There has been a lot of changes in the slirp code this last week, so I'll try once again to submit my UDP broadcast patch. Note, the patch has been modified from previous submissions: this time I do only a check for a broadcast address, when the address has been replaced with our s

[Qemu-devel] Re: VLAN connection issue between Qemu instances.

2006-08-20 Thread Mark Jonckheere
Karel Gardas schreef: > qemu -hda openbsd-fw1.img -net nic,macaddr=22:33:77:55:66:00 -net > socket,listen=:11234 > > qemu -hda openbsd-fw2.img -net nic,macaddr=11:22:33:44:55:66 -net --^ > socket,connect=silence:11234 The first part of your MAC-address

[Qemu-devel] [PATCH] Incorrect address translation in user-net implementation.

2005-12-23 Thread Mark Jonckheere
Fabrice, There are still two pending issues with address translation in the user-net implementation. I already proposed on this list some patches to correct them but maybe you have missed those messages. 1. UDP broadcast from guest to host: Current situation: guest host -

[Qemu-devel] Re: user-net -redir working? [problem located][PATCH]

2005-11-23 Thread Mark Jonckheere
Richard Neill schreef: >> Anyway, I've taken your suggestion, and run both ends with ethereal. >> Here's what I did: >> >> >> HOST (Linux); >>qemu -cdrom /dev/cdrom -boot d -user-net -redir tcp:2200::22 >> >> GUEST (Knoppix): >>Boot up, then start sshd. Verify that I can indeed do ssh >

[Qemu-devel] Re: ssh access from a Windows Host

2005-08-25 Thread Mark Jonckheere
Helmut Auer schreef: > Hi List, > > I tried to access the linux 2.6 client from the windows host via ssh > using putty. > therfore I started: > qemu -user-net -redir tcp:::22 ... > the sshd is started on the client, but > putty -ssh localhost > does not work. Also using the own IP addres