[Qemu-devel] Re: mingw compile error patch

2006-08-21 Thread Alex
That's better. What's wrong with QCOW? -- Alex. "Kazu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > alex wrote: > >> Hi, >> The patch below allows me to compile qemu on Windows, however it is still >> not working. >> The program exits immediately reporting that it can't open th

Re: [Qemu-devel] mingw compile error patch

2006-08-21 Thread Kazu
sense to me. > Am I doing something wrong? > An attached patch fixes compile error for win32. It also fixes using /dev/cdrom and a file name with a drive letter. Qcow is not fixed. Regards, Kazu qemu-20060821-compile.patch Description: Binary data ___

[Qemu-devel] mingw compile error patch

2006-08-21 Thread alex
Hi, The patch below allows me to compile qemu on Windows, however it is still not working. The program exits immediately reporting that it can't open the hard disk image. GDB reports the offensive pies of code is in malloc(), which does not make sense to me. Am I doing something wrong? qemu_malloc

[Qemu-devel] writing a cosimulated network for QEMU

2006-08-21 Thread Alessandro Corradi
Hi all,my project is to write a simulated network card. It will comunicate with a SystemC emulated device, a cirrus logic cs8900a. The logical scheme is circa as it:QEMU <--> WRITTEN DEVICE <-- socket --> SystemC description of the cirrus. The connection between the qemu device and the cirrus is vi

Re: [Qemu-devel] windows xp under pclinuxos 2005

2006-08-21 Thread Jernej Simončič
On Monday, August 21, 2006, 22:56:15, Fabrice Bellard wrote: > A fully integrated NFS server would be quite simple to implement but it > would not easily work with windows guests. Well, Microsoft has a NFS client (and server) in their Services for Unix, which are a free download for Windows 2000

Re: [Qemu-devel] windows xp under pclinuxos 2005

2006-08-21 Thread Fabrice Bellard
Jan Marten Simons wrote: I was asking for an integrated virtual FTP server (about 14 months ago). [snipped] My preference would be for an SMB server or NFS server fully integrated in slirp. A fully integrated NFS server would be quite simple to implement but it would not easily work with w

Re: [Qemu-devel][Patch] Fix QEMU failure for disk image on readonly filesystem

2006-08-21 Thread Fabrice Bellard
Stefan Weil wrote: Hello, qemu fails when the disk image file is writable but on a readonly filesystem (so it is not really writable). The patch below fixes this. It also declares a local function "static" (maybe this part of the patch is a matter of taste). Are you sure it is needed ? I made

Re: [Qemu-devel] virtual FTP/WebDAV (was: windows xp under pclinuxos 2005)

2006-08-21 Thread Rene Horn
The creator of QEMU-Puppy seems to have some ideas solving this:http://www.erikveen.dds.nl/qemupuppy/index.html#6.1.0His first solution uses a modified FTP server from within the guest, but the modification seems a bit hackish. His second solution uses tar and netcat, but that seems rather inelegan

[Qemu-devel] qemu qemu-doc.texi

2006-08-21 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/21 20:28:18 Modified files: . : qemu-doc.texi Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.106&r2=1.107 ___

[Qemu-devel] qemu qemu-doc.texi

2006-08-21 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/21 20:26:44 Modified files: . : qemu-doc.texi Log message: spelling fixes (Stefan Weil) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r

[Qemu-devel] Are the new arm targets working?

2006-08-21 Thread K. Richard Pixley
Are the new arm targets, versatile[ap]b expected to be working? On ubuntu-5, building 0.8.2 yields a binary which can run the other two targets, but which hangs after printing the monitor prompt on either of these. --rich (apologies if you see this twice. I thought I sent it last week, but I di

Re: [Qemu-devel] virtual FTP/WebDAV (was: windows xp under pclinuxos 2005)

2006-08-21 Thread Andrew Barr
On Mon, 2006-08-21 at 20:17 +0200, Jan Marten Simons wrote: > Hi Rene, > > Your HowTo is quite nice and might be enough for most users, but it > depends on modifying the host-system, which needs admin/root privileges. > An internal virtual FTP server which serves a directory of the host > might

Re: [Qemu-devel] virtual FTP/WebDAV (was: windows xp under pclinuxos 2005)

2006-08-21 Thread Jan Marten Simons
Hi Rene, Your HowTo is quite nice and might be enough for most users, but it depends on modifying the host-system, which needs admin/root privileges. An internal virtual FTP server which serves a directory of the host might be slower, but it would not need any changes on the host side. (Think

Re: [Qemu-devel] windows xp under pclinuxos 2005

2006-08-21 Thread Rene Horn
I wrote up a howto on this:http://qemu.dad-answers.com/viewtopic.php?t=1963I'm not sure if that will provide exactly what the OP was looking for, but it should be a step in the right direction. ReneOn 8/21/06, Jan Marten Simons <[EMAIL PROTECTED]> wrote: frisen wrote:> Dear developers,>> We would l

[Qemu-devel][Patch] Fix QEMU failure for disk image on readonly filesystem

2006-08-21 Thread Stefan Weil
Hello, qemu fails when the disk image file is writable but on a readonly filesystem (so it is not really writable). The patch below fixes this. It also declares a local function "static" (maybe this part of the patch is a matter of taste). Regards, Stefan --- block.c 19 Aug 2006 11:45:59 -

[Qemu-devel] [PATCH] Small fix for qemu-doc.texi

2006-08-21 Thread Stefan Weil
Hi, this patch fixes 4 minor issues in qemu-doc.texi. Kind regards, Stefan --- qemu-doc.texi 19 Aug 2006 16:56:18 - 1.105 +++ qemu-doc.texi 21 Aug 2006 16:34:23 - @@ -559,8 +559,8 @@ The TCP Net Console has two modes of operation. It can send the serial I/O to a locat

Re: [Qemu-devel] Weird behaviour of mailing list?

2006-08-21 Thread Jernej Simončič
On Monday, August 21, 2006, 18:11:58, Jan Marten Simons wrote: > I just read through all of those mails and there were some interesting > bugreports and patches which didn't make it to the list. So the core > devs / Fabrice should check, if those patches can help qemu despite > their (now) old

Re: [Qemu-devel] Weird behaviour of mailing list?

2006-08-21 Thread Jan Marten Simons
René Korthaus wrote: Hey, is anyone else experiencing this? Since some hours I get messages dating from February, March and April again... I just read through all of those mails and there were some interesting bugreports and patches which didn't make it to the list. So the core devs / Fabrice

Re: [Qemu-devel] Weird behaviour of mailing list?

2006-08-21 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I had the same here. Just deleted them. Andreas Bruno Abinader wrote: > I woke up this morning and saw an absurd amount of messages for qemu-list > too. 136 messages for me. > > []s > > > ---

Re: [Qemu-devel] Bridge with qemu VMs & VDE

2006-08-21 Thread James Oakley
On Friday 07 July 2006 12:36 pm, Adrian Gschwend wrote: > Hi all, > > I try to connect my qemu sessions to the "normal" local network, I would > like to do it bridged, which means I don't want to port/ip forwards or > anything like this. > > I set up VDEv2.0 and launched vde_switch, tap0 gets creat

Re: [Qemu-devel] windows xp under pclinuxos 2005

2006-08-21 Thread Jan Marten Simons
frisen wrote: Dear developers, We would like to know how to resolve the problem of file sharing between guest and host operating systems. We have tried in many ways without any success... If you can send us a suggestion, we would be very grateful - the version of qemu we have tried is the 0.8

Re: [Qemu-devel] Manual

2006-08-21 Thread Jan Marten Simons
[EMAIL PROTECTED] wrote: Hi Can I Find A manual to reed so I can find out how to exit fullscreen and enter fullscreen... Thanks http://www.qemu.org/qemu-doc.html have a look at the "keys" section. HTH, Jan ___ Qemu-devel mailing list Qemu-de

Re: [Qemu-devel] kqemu accelerator license

2006-08-21 Thread Jan Marten Simons
Jordan Kapelner wrote: What are the licensing terms for redistributing the kqemu accelerator? I would like to include it as part of a Linux distribution and also include the windows version of the driver to be installed with a windows application. See http://www.qemu.org/qemu-accel.html

Re: [Qemu-devel] Weird behaviour of mailing list?

2006-08-21 Thread Bill C. Riemers
About a month ago, I used 'fetchmail' to copy mail from an IMAP folder to gmail.  I accidently used the wrong flags, and about 100 messages were redelivered...   Perhaps someone else has accidently done the same thing with messages from this mailing list? BillOn 8/21/06, Bruno Abinader <[EMAIL PROT

Re: [Qemu-devel] Weird behaviour of mailing list?

2006-08-21 Thread Bruno Abinader
I woke up this morning and saw an absurd amount of messages for qemu-list too. 136 messages for me.[]s-- Bruno de Oliveira Abinader ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel