Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-26 Thread Fabrice Bellard
[EMAIL PROTECTED] wrote: Hi, QEMU is working better from hour to hour :-) Now I am looking for a way to get my data from the linux client to the Win2K host. When I use the integrated smb I get a transfer rate from about 15 KB :-( the tftp is about 600 KBps and using WinSCP over the "redired" ssh

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-26 Thread Christian MICHON
you can only open dos/fat32 partitions on raw images. I usually keep one partition dos available for my linux guests, so I can easily exchange data offline using this dos partition. On 8/26/05, Helmut Auer <[EMAIL PROTECTED]> wrote: > Hi Christian, > > >winimage. > >There's also the possibility

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-26 Thread Helmut Auer
Hi Christian, winimage. There's also the possibility to mount the img as a volume. But there's a catch: both qemu and winimage want the exclusivity of the image file. :( I already tried WinImage ( V6 and v7 ). Both are telling me: Unable to open ... Which foramt should I use for the disk ?

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-26 Thread Christian MICHON
winimage. There's also the possibility to mount the img as a volume. But there's a catch: both qemu and winimage want the exclusivity of the image file. :( On 8/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > QEMU is working better from hour to hour :-) > Now I am looking for a way to

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-26 Thread Jonas Maebe
On 26 aug 2005, at 15:57, [EMAIL PROTECTED] wrote: QEMU is working better from hour to hour :-) Now I am looking for a way to get my data from the linux client to the Win2K host. When I use the integrated smb I get a transfer rate from about 15 KB :-( the tftp is about 600 KBps and using Wi

Re: [Qemu-devel] qemu 0.7.1 + dkms-qvm86-0.7.1 (mandriva cooker) produces version mismatch

2005-08-26 Thread Gwenole Beauchesne
On Fri, 26 Aug 2005, Pascal Terjan wrote: > do you use the same package version of qemu and dkms-qvm86 ? Actually also make sure you don't have a stale qvm86 module already prior to the dkms'ed variant from MDK. e.g. one you manually built and placed in a more prioritized location than the output

[Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-26 Thread vdr
Hi, QEMU is working better from hour to hour :-) Now I am looking for a way to get my data from the linux client to the Win2K host. When I use the integrated smb I get a transfer rate from about 15 KB :-( the tftp is about 600 KBps and using WinSCP over the "redired" ssh connection lead to 60 KBp

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-26 Thread Henrik Nordstrom
On Sun, 21 Aug 2005, Fabrice Bellard wrote: For the future, I would like to change the networks options to have something like: -net usernet,macaddr=00:11:a:0:2:19 -net tunfd=10,macaddr=00:11:a:0:1:19 to be consistent with the character devices. I like this. May even give it a stab as I hav

Re: [Qemu-devel] Vga mode in PC DOS

2005-08-26 Thread Henrik Nordstrom
On Thu, 25 Aug 2005, [iso-8859-2] Josef M?dl wrote: I have instaled PC DOS in Qemu 0.7.0 with FoxPro 2.5 and msclient.All are work fine but when I run Qemu in full screen mode on srceen resolution 1024x768 Qemu is 640x480 only, Foxpro is small window on monitor. How can I change it ? Have yo

Re: [Qemu-devel] Kickstart with CentOS4

2005-08-26 Thread Henrik Nordstrom
On Fri, 19 Aug 2005, Matt Lawrence wrote: I've given up on trying to build a disk image manually, so now I'm trying to automate the kickstart installation for CentOS4. By using an iso of the first CD and a floppy file with a ks.cfg and doing a "linux ks=floppy" at the boot screen, I can get the

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

2005-08-26 Thread [EMAIL PROTECTED]
> > Any hints what I am doing wrong ? > > > > What is your guestOS's IP address? If it is 10.0.2.16, options should be > > qemu.exe -user-net -redir tcp::10.0.2.16:22 ... > Thanks a lot - that did the trick :-) Regards Helmut ___ Qemu-devel mai

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

2005-08-26 Thread Kazu
Friday, August 26, 2005 3:39 AM Helmut Auer wrote: 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