[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

[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 is

[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

[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: 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 address