Re: [Qemu-devel] Re: qcow2 images going corrupt

2007-05-11 Thread C . W . Betts
Maybe release Qemu 0.9.01 with only the qcow2 image fixed On Wednesday, May 9, 2007, at 06:47 AM, Csaba Henk wrote: On 2007-05-08, Thiemo Seufer <[EMAIL PROTECTED]> wrote: There was a bug in the qcow2 support which is fixed in CVS. You can use qcow instead, or upgrade to a recent-ish CVS vers

[Qemu-devel] : mem_info and tlb_info

2007-05-11 Thread Shane Hummer-Smith
Hello there, In the process of trying to understand the MMU and Paging in QEMU, I stumbled upon the the following functions in monitor.c - mem_info() and tlb_info() Can somebody please tell me what's happenning within these functions - I can see, though I'm not sure, that the physical memory i

[Qemu-devel] qemu/fpu softfloat-specialize.h

2007-05-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/11 17:10:14 Modified files: fpu: softfloat-specialize.h Log message: Fix softfloat NaN handling. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/fpu/softfloat-specialize

[Qemu-devel] qemu/target-mips op.c translate.c

2007-05-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/11 17:08:26 Modified files: target-mips: op.c translate.c Log message: Implemented cabs FP instructions, and improve exception handling for trunc/floor/ceil/round. CVSWeb URLs

[Qemu-devel] Windows modem dials up in qemu fails ppp

2007-05-11 Thread Victor Schneider
The "-serial COM3" option gets my COM3 port as ttyS0 in Linux. Doing a ppp dialup gets my PAP script password accepted, followed by IP addresses for the guest dialer and the name server, followed by a series of NOAK messages from the ISP dialed into and ppp debug messages. Is this a known bug

Re: [Qemu-devel] what does vl mean in vl.c?

2007-05-11 Thread Stuart Brady
On Thu, May 10, 2007 at 11:03:14PM -0400, Byunghyun Jang wrote: > Hello, everyone, > > I am just curious what vl means in vl.c file name? > Thanks in advance. I was curious, too, a few months ago, but it's not hard to find out. :-) http://cvs.savannah.nongnu.org/viewcvs/qemu/vl.c?rev=1.1&root=qe

[Qemu-devel] qemu/target-mips translate.c

2007-05-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/11 10:43:55 Modified files: target-mips: translate.c Log message: Another bit of nicer debug output. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsr

[Qemu-devel] qemu/target-mips op.c translate.c

2007-05-11 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/11 09:59:10 Modified files: target-mips: op.c translate.c Log message: Implement FP madd/msub, wire up bc1any[24][ft]. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mip