[Qemu-devel] Re:qemu configure

2005-07-03 Thread Garth Dahlstrom
 http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/configure.diff?tr1=1.68tr2=1.69r1=textr2=text

echo To build QEMU with graphical output configure with --disable-gfx-check

Wondering if that instead, shouldn't that be something like:
echo To build QEMU without graphical output, run configure with
--disable-gfx-check

Cheers,
-G


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] Current CVS broken

2005-07-03 Thread Natalia Portillo

Hi!

Before last commits the monitor wasn't working on MacOS X (it appears  
but anything I write on it is ignored), and not it even doesn't compile:


gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/Users/ 
claunia/qemu/target-mips -I/Users/claunia/qemu -D_GNU_SOURCE - 
D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/Users/claunia/qemu/fpu - 
I/Users/claunia/qemu/slirp -c -o ppc-dis.o /Users/claunia/qemu/ppc-dis.c

In file included from /Users/claunia/qemu/ppc-dis.c:3076:
/Users/claunia/qemu/target-mips/cpu.h:25: error: parse error before  
numeric constant
/Users/claunia/qemu/target-mips/cpu.h:25: warning: no semicolon at  
end of struct or union
/Users/claunia/qemu/target-mips/cpu.h:27: error: parse error before  
'}' token
/Users/claunia/qemu/target-mips/cpu.h:49: error: field `tlb' has  
incomplete type

make[1]: *** [ppc-dis.o] Error 1
make: *** [all] Error 1
tibook:~/qemu claunia$



GCC is 3.3
Regards


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] Congratulation..!

2005-07-03 Thread Artur Peci

Thanks for this open source program.
I bye the iEmulator, but this is a bad copy of QEMU.

Bye


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu/hw ppc_prep.c

2005-07-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/07/03 16:00:50

Modified files:
hw : ppc_prep.c 

Log message:
allow variable bios size

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/ppc_prep.c.diff?tr1=1.21tr2=1.22r1=textr2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu qemu-doc.texi

2005-07-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/07/03 17:34:05

Modified files:
.  : qemu-doc.texi 

Log message:
update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.62tr2=1.63r1=textr2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu/target-i386 helper2.c

2005-07-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch: 
Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/07/03 21:29:17

Modified files:
target-i386: helper2.c 

Log message:
better fpu state dump

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/helper2.c.diff?tr1=1.33tr2=1.34r1=textr2=text



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] kqemu freebsd host smp problems?

2005-07-03 Thread Juergen Lock
Hi!

 Is kqemu and the freebsd wrapper smp aware?  I just saw this panic
report again,
http://lists.freebsd.org/pipermail/freebsd-current/2005-May/050161.html
and noticed it apparently happened with an smp kernel.

 Curious...
Juergen


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] kqemu freebsd host smp problems?

2005-07-03 Thread Bakul Shah
Lock writes:
  Is kqemu and the freebsd wrapper smp aware?  I just saw this panic
 report again,
   http://lists.freebsd.org/pipermail/freebsd-current/2005-May/050161.html
 and noticed it apparently happened with an smp kernel.

My guess is

.d_flags = D_NEEDGIANT,

needs to be added to the initializer of kqemu_cdevsw for the
freebsd-current case.  AFAIK this flag ensures only one
thread can be in this driver at a time (but caveat emptor: I
don't play in the kernel these days).


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] Building a disk image?

2005-07-03 Thread Matt Lawrence

I'm trying to figure out how to script the creation of disk images for qemu.  I've already scripted file system creation with user-mode-linux, so once I can get the partitions created correctly, the rest should be easy.  Right now, when I do a qemu-img create and run fdisk on the file, I get the message You must set cylinders.  So, how to I figure out what to set them to?  And then, how do I convince mke2fs to create a filesystem in the partition?  Or, am I attacking this problem from the wrong direction?

-- Matt___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] Re: Qemu Windows Host Client Feedback

2005-07-03 Thread Doctor Bill
On 6/30/05, Doctor Bill [EMAIL PROTECTED] wrote:
 The first problem I noticed is that with the 0.70 version, keys are
 not mapped correctly.  For example, if I try to type in a URL as soon
 as I press the letter e explorer opens.  As soon as I type the letter
 m, the window minimizes   I installed a the CVS snapshot and
 that problem appears to be fixed.

It looks like I was premature in reporting the snapshot version fixes
the problem.
Even with the snapshot version, the same mapping problem occurs sometimes.
Usually, it is after a soft reboot.  For example, if I restart from
Windows 98 se to
DOS and then back to Windows 98 se then I get the key mapping where keys
act as hot keys regardless of focus.  However, I have experienced a few times
when the keyboard started off in that mode.  The general workaround seems to
be to do a shutdown of the virtual machine and then restart QEMU.

I have also found many applications which require a reboot run into
problems.  For example, some have already mentioned that GHOST boot
disks fail to work.  A problem not reported is that attempting to
convert C: drive from FAT16 to FAT32 using the windows utility will
also cause a general protection fault.  The workaround for the fat
conversion is
to mount the image as drive D.  For the GHOST problem I ended up
working around the problem by restoring the partition as real
partitions on the host OS and then converting them to image files.

Bill


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel