Re: [Qemu-devel] quick gtk2.c update

2005-06-28 Thread Jim C. Brown
On Tue, Jun 28, 2005 at 10:56:55AM -0400, Christian Bourque wrote: > Excellent! > > What are your plans regarding QEMU in long term? Do you still want to > integrate a built-in GUI? > > I'm asking because I'm the author of JQEMU and I was wondering if I > should continue improving the product...

Re: [Qemu-devel] Build environment image

2005-06-28 Thread Jim C. Brown
On Fri, Jun 24, 2005 at 03:52:20PM -0500, [EMAIL PROTECTED] wrote: > "John R. Hogerhuis" > > > > > I can't say. But even if it were, I'd guess most here would rather work > > under Unix-like OS. > > Undoubtably. > > The Linux builders outnumber the Win builders by probably 50 to one. If not >

RE: [Qemu-devel] new forum

2005-06-28 Thread carlo . andreoli
>I rented a new server and opened up a new forum, with the same look as >the old one. > >You still need to re-register as I haven't found any good backup and >I'm trying to investigate a possible recovery, but for now - you can >start using the forum. > >there's a new URL: http://qemu.dad-answers.c

Re: [Qemu-devel] debug qemu-arm

2005-06-28 Thread Paul Brook
> It will report the following messages: > > Starting program: /home/qemu/arm-user/qemu-arm /home/qemu/tests/hello-arm > Warning: > Cannot insert breakpoint 1. > Error accessing memory address 0x1c7da: Input/output error. > > If I remove breakpoint at main and run it, it will be OK, Will yo

Re: [Qemu-devel] Is something broken in the CVS?

2005-06-28 Thread Natalia Portillo
forget it, was forgetting to make clean El 28/06/2005, a las 9:50, Natalia Portillo escribió: tibook:~/qemu claunia$ make for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \ make -C $d all || exit 1 ; \ done gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/Use

Re: [Qemu-devel] interesting tftp experiments

2005-06-28 Thread Christian MICHON
> Probably your problem is a port problem. this was a possibility > You have to options: > > - If connecting on PORT mode in your FTP client, port 20 should be > redirected to your QEmu session through the -redir option. interesting, never heard of it. Makes sense. > - If you use passive mode

[Qemu-devel] $B40A4L5NA$NAG?M=PD%%[%9%H$N%"%k%P%$%H(B

2005-06-28 Thread info
$B(.(,(/(.(,(/(.(,(/(.(,(/(B $B(-AG(-(-?M(-(-=P(-(-D%(-(B $B(1(,(0(1(,(0(1(,(0(1(,(0(B http://awg.webchu.com/?freehost $B"(%[%9%HBgJg=8!J$*;n$740A4L5NAEPO?#O#K!*!K(B $B"($9$Y$F%([EMAIL PROTECTED];W$$$r$7$F>.8/$$2T$.!*(B $B"($*Ajn!&#S>n!&#M>n!&(B $B%J!<%9!&%9%C%A!<$J$I(B $B(.(,(/(.(,(

Re: [Qemu-devel] interesting tftp experiments

2005-06-28 Thread CoMiKe
> since I was able on a windows host to connect (but no transfer) > on a ftp server over slirp, I thought I could do the same: > over slirp, connect to a true tftp server, not the layer provided > in slirp/tftp.c Hi! I've never got problems connecting to an FTP server placed on my host computer.

Re: [Qemu-devel] Re: FreeOsZoo domain name tranfer

2005-06-28 Thread Jean-Michel POURE
Le Lundi 27 Juin 2005 15:51, Renzo Davoli a écrit : > I expected Jean-Michel to receive a mail message for the authorization. No, I did not receive any email. When did you send it? The authoritative email is [EMAIL PROTECTED] Any transfer transfer should use this email. Kind regards, Jean-Michel

[Qemu-devel] Is something broken in the CVS?

2005-06-28 Thread Natalia Portillo
tibook:~/qemu claunia$ make for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \ make -C $d all || exit 1 ; \ done gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/Users/ claunia/qemu/target-i386 -I/Users/claunia/qemu -D_GNU_SOURCE - D_FILE_OFFSET_BITS=64 -D_LAR

[Qemu-devel] debug qemu-arm

2005-06-28 Thread Chen.James
Hi: I try to debug qemu-arm like the following: cd /home/qemu/arm-user/ gdb qemu-arm set args /home/qemu/tests/hello-arm br main run   It will report the following messages:   Starting program: /home/qemu/arm-user/qemu-arm /home/qemu/tests/hello-arm   Warn