All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] qemu floppy stress : memtest+
@ 2004-03-03 20:23 Sebastien Bechet
  2004-03-08 12:15 ` Sebastien Bechet
  2004-03-08 13:48 ` Jocelyn Mayer
  0 siblings, 2 replies; 11+ messages in thread
From: Sebastien Bechet @ 2004-03-03 20:23 UTC (permalink / raw)
  To: qemu-devel

http://www.memtest.org/
http://www.memtest.org/download/memtest86p111_floppy.zip (54Ko)
http://www.memtest.org/download/memtest86p1_floppy.zip (54Ko)

memtest+ is not working for now.

Bye.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] qemu floppy stress : memtest+
  2004-03-03 20:23 [Qemu-devel] qemu floppy stress : memtest+ Sebastien Bechet
@ 2004-03-08 12:15 ` Sebastien Bechet
  2004-03-08 13:48 ` Jocelyn Mayer
  1 sibling, 0 replies; 11+ messages in thread
From: Sebastien Bechet @ 2004-03-08 12:15 UTC (permalink / raw)
  To: qemu-devel

Sorry, this floppy works perfectly it was a problem with floppy size
detection (good with -fda /dev/fd0, not with -fda memtestp.bin).

Bye.

Le mer 03/03/2004 à 21:23, Sebastien Bechet a écrit :
> http://www.memtest.org/
> http://www.memtest.org/download/memtest86p111_floppy.zip (54Ko)
> http://www.memtest.org/download/memtest86p1_floppy.zip (54Ko)
> 
> memtest+ is not working for now.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] qemu floppy stress : memtest+
  2004-03-03 20:23 [Qemu-devel] qemu floppy stress : memtest+ Sebastien Bechet
  2004-03-08 12:15 ` Sebastien Bechet
@ 2004-03-08 13:48 ` Jocelyn Mayer
  2004-03-14 22:00   ` [Qemu-devel] Progress Fabrice Bellard
  1 sibling, 1 reply; 11+ messages in thread
From: Jocelyn Mayer @ 2004-03-08 13:48 UTC (permalink / raw)
  To: qemu mailing list

On Wed, 2004-03-03 at 21:23, Sebastien Bechet wrote:
> http://www.memtest.org/
> http://www.memtest.org/download/memtest86p111_floppy.zip (54Ko)
> http://www.memtest.org/download/memtest86p1_floppy.zip (54Ko)
> 
> memtest+ is not working for now.
> 
> Bye.
> 

Current floppy code is quite buggy.
I sent some updates to Fabrice,
but he didn't merge...
And I now got a new version which fixes problems with DMA partial
transfers, which is able to boot a lot of OSes and makes
read/write/format work for most of them.
I can send the new fdc.c, if you want it.

-- 
Jocelyn Mayer <l_indien@magic.fr>
Never organized

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Qemu-devel] Progress
  2004-03-08 13:48 ` Jocelyn Mayer
@ 2004-03-14 22:00   ` Fabrice Bellard
  2004-03-14 22:45     ` Kyle Hayes
                       ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Fabrice Bellard @ 2004-03-14 22:00 UTC (permalink / raw)
  To: qemu-devel

Hi,

The last commits add the following features:

- command line monitor (enabled by default in graphical mode)
- CD-ROM image change
- multiple network interface support (untested)
- various cosmetic changes to ease new device development

Fabrice.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Progress
  2004-03-14 22:00   ` [Qemu-devel] Progress Fabrice Bellard
@ 2004-03-14 22:45     ` Kyle Hayes
  2004-03-15 22:34       ` J. Mayer
  2004-03-15  0:24     ` Chad Page
                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Kyle Hayes @ 2004-03-14 22:45 UTC (permalink / raw)
  To: qemu-devel

On Sunday 14 March 2004 14:00, Fabrice Bellard wrote:
> Hi,
>
> The last commits add the following features:
>
> - command line monitor (enabled by default in graphical mode)
> - CD-ROM image change
> - multiple network interface support (untested)
> - various cosmetic changes to ease new device development

Does this include the floppy fixes that were mentioned on this list 
over the past day or two?

I'm off to get it from CVS!  

Best,
Kyle

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Progress
  2004-03-14 22:00   ` [Qemu-devel] Progress Fabrice Bellard
  2004-03-14 22:45     ` Kyle Hayes
@ 2004-03-15  0:24     ` Chad Page
  2004-03-15  0:25     ` ignore: " Chad Page
  2004-03-15  8:48     ` Renzo Davoli
  3 siblings, 0 replies; 11+ messages in thread
From: Chad Page @ 2004-03-15  0:24 UTC (permalink / raw)
  To: qemu-devel


	I just tried cvs up'ing the tree and building - i386-softmmu
dosen't build because ne2000.o is missing.  Is this a local problem or
something with the tree?  (I'm using an iBook at the moment)

	- Chad


On Sun, 14 Mar 2004, Fabrice Bellard wrote:

> Hi,
> 
> The last commits add the following features:
> 
> - command line monitor (enabled by default in graphical mode)
> - CD-ROM image change
> - multiple network interface support (untested)
> - various cosmetic changes to ease new device development
> 
> Fabrice.
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* ignore: Re: [Qemu-devel] Progress
  2004-03-14 22:00   ` [Qemu-devel] Progress Fabrice Bellard
  2004-03-14 22:45     ` Kyle Hayes
  2004-03-15  0:24     ` Chad Page
@ 2004-03-15  0:25     ` Chad Page
  2004-03-15  8:48     ` Renzo Davoli
  3 siblings, 0 replies; 11+ messages in thread
From: Chad Page @ 2004-03-15  0:25 UTC (permalink / raw)
  To: qemu-devel


	Me bad... needed to run cvs up -d.


On Sun, 14 Mar 2004, Fabrice Bellard wrote:

> Hi,
> 
> The last commits add the following features:
> 
> - command line monitor (enabled by default in graphical mode)
> - CD-ROM image change
> - multiple network interface support (untested)
> - various cosmetic changes to ease new device development
> 
> Fabrice.
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Progress
  2004-03-14 22:00   ` [Qemu-devel] Progress Fabrice Bellard
                       ` (2 preceding siblings ...)
  2004-03-15  0:25     ` ignore: " Chad Page
@ 2004-03-15  8:48     ` Renzo Davoli
  2004-03-15 23:52       ` Fabrice Bellard
  3 siblings, 1 reply; 11+ messages in thread
From: Renzo Davoli @ 2004-03-15  8:48 UTC (permalink / raw)
  To: qemu-devel

On Sun, Mar 14, 2004 at 11:00:03PM +0100, Fabrice Bellard wrote:
> - multiple network interface support (untested)

I have found a minor bug about this:
the management of the -tun-fd option (changed to cope with multiple
interfaces) is buggy, it is a for(;;) loop with no exiting break.

The fix is very simple:
*** vl.c.orig   Mon Mar 15 09:43:50 2004
--- vl.c        Mon Mar 15 09:39:15 2004
***************
*** 980,986 ****
                          } else if (*p != '\0') {
                              fprintf(stderr, "qemu: invalid fd for
network interface %d\n", nb_nics);
                              exit(1);
!                         }
                      }
                  }
                break;
--- 980,987 ----
                          } else if (*p != '\0') {
                              fprintf(stderr, "qemu: invalid fd for
network interface %d\n", nb_nics);
                              exit(1);
!                         } else
!                               break;
                      }
                  }
                break;

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Progress
  2004-03-14 22:45     ` Kyle Hayes
@ 2004-03-15 22:34       ` J. Mayer
  0 siblings, 0 replies; 11+ messages in thread
From: J. Mayer @ 2004-03-15 22:34 UTC (permalink / raw)
  To: kyle, qemu-devel

On Sun, 2004-03-14 at 23:45, Kyle Hayes wrote:
> On Sunday 14 March 2004 14:00, Fabrice Bellard wrote:
> > Hi,
> >
> > The last commits add the following features:
> >
> > - command line monitor (enabled by default in graphical mode)
> > - CD-ROM image change
> > - multiple network interface support (untested)
> > - various cosmetic changes to ease new device development
> 
> Does this include the floppy fixes that were mentioned on this list 
> over the past day or two?

No.
And I need time to merge my patches with Fabrice changes, as many API
went broken...
I'll re-send a patch as soon as I can.

-- 
J. Mayer <l_indien@magic.fr>
Never organized

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Progress
  2004-03-15  8:48     ` Renzo Davoli
@ 2004-03-15 23:52       ` Fabrice Bellard
  0 siblings, 0 replies; 11+ messages in thread
From: Fabrice Bellard @ 2004-03-15 23:52 UTC (permalink / raw)
  To: qemu-devel

Ooops, you are right !

Fabrice.

Renzo Davoli wrote:
> On Sun, Mar 14, 2004 at 11:00:03PM +0100, Fabrice Bellard wrote:
> 
>>- multiple network interface support (untested)
> 
> 
> I have found a minor bug about this:
> the management of the -tun-fd option (changed to cope with multiple
> interfaces) is buggy, it is a for(;;) loop with no exiting break.
> 
> The fix is very simple:
> *** vl.c.orig   Mon Mar 15 09:43:50 2004
> --- vl.c        Mon Mar 15 09:39:15 2004
> ***************
> *** 980,986 ****
>                           } else if (*p != '\0') {
>                               fprintf(stderr, "qemu: invalid fd for
> network interface %d\n", nb_nics);
>                               exit(1);
> !                         }
>                       }
>                   }
>                 break;
> --- 980,987 ----
>                           } else if (*p != '\0') {
>                               fprintf(stderr, "qemu: invalid fd for
> network interface %d\n", nb_nics);
>                               exit(1);
> !                         } else
> !                               break;
>                       }
>                   }
>                 break;
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [Qemu-devel] Progress
@ 2004-03-16 14:19 Yelich, Scott D.
  0 siblings, 0 replies; 11+ messages in thread
From: Yelich, Scott D. @ 2004-03-16 14:19 UTC (permalink / raw)
  To: qemu-devel

is anyone testing / compiling on the ipaq cluster at handhelds.org?
if you need information on access, please email me.

Scott


-----Original Message-----
From: Fabrice Bellard [mailto:fabrice@bellard.org]
Sent: Monday, March 15, 2004 6:53 PM
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Progress

Ooops, you are right !

Fabrice.

Renzo Davoli wrote:
> On Sun, Mar 14, 2004 at 11:00:03PM +0100, Fabrice Bellard wrote:
>
>>- multiple network interface support (untested)
>
>
> I have found a minor bug about this:
> the management of the -tun-fd option (changed to cope with multiple
> interfaces) is buggy, it is a for(;;) loop with no exiting break.
>
> The fix is very simple:
> *** vl.c.orig   Mon Mar 15 09:43:50 2004
> --- vl.c        Mon Mar 15 09:39:15 2004
> ***************
> *** 980,986 ****
>                           } else if (*p != '\0') {
>                               fprintf(stderr, "qemu: invalid fd for
> network interface %d\n", nb_nics);
>                               exit(1);
> !                         }
>                       }
>                   }
>                 break;
> --- 980,987 ----
>                           } else if (*p != '\0') {
>                               fprintf(stderr, "qemu: invalid fd for
> network interface %d\n", nb_nics);
>                               exit(1);
> !                         } else
> !                               break;
>                       }
>                   }
>                 break;
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
>




_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://mail.nongnu.org/mailman/listinfo/qemu-devel

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email Security System.
________________________________________________________________________


This mail message originated outside Commerzbank via the Internet. As a result, the sender's address is not verifiable.


**********************************************************************
This communication is confidential and is intended only for the person to whom it is addressed.  If you are not that person you are not permitted to make use of the information and you are requested to notify Commerzbank Aktiengesellschaft, New York Branch immediately that you have received it and then to destroy the copy in your possession.  Views expressed in this e-mail do not necessarily reflect the views of Commerzbank AG.
**********************************************************************

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-03-16 14:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-03 20:23 [Qemu-devel] qemu floppy stress : memtest+ Sebastien Bechet
2004-03-08 12:15 ` Sebastien Bechet
2004-03-08 13:48 ` Jocelyn Mayer
2004-03-14 22:00   ` [Qemu-devel] Progress Fabrice Bellard
2004-03-14 22:45     ` Kyle Hayes
2004-03-15 22:34       ` J. Mayer
2004-03-15  0:24     ` Chad Page
2004-03-15  0:25     ` ignore: " Chad Page
2004-03-15  8:48     ` Renzo Davoli
2004-03-15 23:52       ` Fabrice Bellard
  -- strict thread matches above, loose matches on Subject: below --
2004-03-16 14:19 Yelich, Scott D.

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.