[Qemu-devel] bug in Sparc part ?

2005-08-10 Thread vaise
I don't know if it has already been said on this list. Forgive me if so. -1- i386 only : make clean ok ./configure --cc=gcc32 --target-list="i386-softmmu i386-user" ok make ok -2- default : make cleanok ./configure --cc=gcc32 ok make ->ERROR gcc32 -Wall -O2 -g -fno-strict-

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Lonnie Mendez
On Wednesday 10 August 2005 5:10 pm, Mark Williamson wrote: > > > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > > guest)? > > > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > > currently emulates the host controller and not much else. >

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Mark Williamson
> > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > guest)? > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > currently emulates the host controller and not much else. Oh, OK that makes sense. > Using the usb-over-ip protocol mentioned abo

[Qemu-devel] Any med for your girl to be happy!

2005-08-10 Thread Fleisher
___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Connecting vde and LAN

2005-08-10 Thread Jim C. Brown
On Thu, Aug 04, 2005 at 12:14:53PM +0200, Henrik Nordstrom wrote: > For host->guest packets the RAW sockets demonstrated earlier is fine if > you accept that the guest packets is also duplicated on the local lan. I > do not know of a method to have host->guest packets sent cleanly without > dupl

[Qemu-devel] Re:is there a way to access an usb stick from Windows which runs in qemu

2005-08-10 Thread lance windham
>is there a way to access an usb stick from Windows > which runs in qemu > under Linux?? Actually I acces my physical hard disks and all types of media when i'm using a guest OS using ftp server. First i start up an FTP server on winblows, next I login from qemu guest OS, in my case DSL linux. T

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Paul Brook
On Wednesday 10 August 2005 18:07, Jim C. Brown wrote: > On Wed, Aug 10, 2005 at 03:03:25PM +0100, Paul Brook wrote: > > > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > > guest)? > > > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > > curr

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Jim C. Brown
On Wed, Aug 10, 2005 at 03:03:25PM +0100, Paul Brook wrote: > > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > guest)? > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > currently emulates the host controller and not much else. > > Using

Re: Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Jim C. Brown
On Wed, Aug 10, 2005 at 06:57:14AM -0400, Ben Taylor wrote: > I haven't tried it, but couldn't you either pass the > physical device (like /dev/sda) as -hdb, or mount up > the USB memory stick and use samba (either qemu's > builtin or an existing samba server) to share it to > the window's guest?

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Paul Brook
On Wednesday 10 August 2005 14:49, Mark Williamson wrote: > > > http://usbip.naist.jp/ and http://sourceforge.net/projects/usbip/ might > > > help if the guest and the host were both linux 2.6, however afaict usbip > > > does not work under Windows yet. >... > Isn't there a USB patch floating aroun

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Mark Williamson
Isn't there a USB patch floating around somewhere (emulates OHCI in the guest)? Or am I remembering something else? Cheers, Mark On Wednesday 10 August 2005 11:57, Ben Taylor wrote: > "Jim C. Brown" <[EMAIL PROTECTED]> > > > On Tue, Aug 09, 2005 at 10:33:31PM +0200, Michael Hoeller wrote: > > >

Re: [Qemu-devel] Binary package and the kqemu support.

2005-08-10 Thread Paul Brook
> Also, if he is distributing binaries where part of the binary is > LGPL'd or GPL'd code where the _copyright is held by other people_ > (i.e. contributors), then you can make a case that if he's > distributing kqemu-enabled binaries of qemu (that nobody else is able > to legally reproduce), he's

Re: [Qemu-devel] Binary package and the kqemu support.

2005-08-10 Thread Jamie Lokier
Paul Brook wrote: > > From http://fabrice.bellard.free.fr/qemu/qemu-accel.html: > > > > Terms of Use > > The QEMU Accelerator is free to use, but it is a closed source > > proprietary product. You are not allowed to distribute it yourself to > > other people without an explicit authorisation. Dist

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread vaise
On Wednesday 10 August 2005 12:57, Ben Taylor wrote: > I haven't tried it, but couldn't you either pass the > physical device (like /dev/sda) as -hdb, or mount up > the USB memory stick and use samba (either qemu's > builtin or an existing samba server) to share it to > the window's guest? > I do t

Re: Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Ben Taylor
"Jim C. Brown" <[EMAIL PROTECTED]> > > On Tue, Aug 09, 2005 at 10:33:31PM +0200, Michael Hoeller wrote: > > Hello, > > > > is there a way to access an usb stick from Windows which runs in qemu > > under Linux?? > > > > Michael > > > > No. > > http://usbip.naist.jp/ and http://sourceforge.net

[Qemu-devel] Default BIOS path for win32

2005-08-10 Thread Kazu
Hi, A default BIOS path isn't set properly for win32 when a slash is used to set a drive letter. Attached patch is a workaround for it. It's OK when a path is set manually by -L option. Regards, Kazu qemu-0.7.1-bios.patch Description: Binary data ___

[Qemu-devel] qemu-img.exe to create file greater than 4GB for win32

2005-08-10 Thread Kazu
Hi, Now qemu-img.exe can't create a file greater than 2GB on Windows. A patch and a binary below supports to make a file greater than 4GB on NTFS file system for Windows 2000/XP. This patch is made by lukewarm. http://ebisa.hp.infoseek.co.jp/qemu/arcs/qemu-0.7.1-win32-imgover4g.zip Note: Min

[Qemu-devel] Re: importing VMWare image

2005-08-10 Thread Adam Bradley
Yves Trudeau wrote: Filip Navara a écrit : Yves Trudeau wrote: Hi, I am trying to use a VMWare Win2k image in Qemu-0.7.1. I imported the image with qemu-img successfully but when I lauch qemu, I have the first part (in text mode) of the win2k boot with the progress bar but as soon as i