[Qemu-devel] WE NEED GCC 4 please

2008-01-19 Thread [EMAIL PROTECTED]
could you please consider supporting gcc 4 ? SERVIZIO VOICE: TELEFONA e INVIA SMS dal tuo computer a tariffe vantaggiose! Scopri come telefonare e videochiamare gratis da pc a pc. http://voice.repubblica.it

Re: [Qemu-devel] [PATCH] Capture network traffic

2008-01-19 Thread andrzej zaborowski
Hi, On 18/12/2007, Balazs Attila-Mihaly (Cd-MaN) <[EMAIL PROTECTED]> wrote: > Here goes version 0.3 of my packet capture patch. I rewritten it to be a > custom VLANClient which implements the capturing part in its fd_read > proceudre, rather than adding additional properties to the VLAN structur

[Qemu-devel] Modding an Arch

2008-01-19 Thread William Pearson
I'm hoping to do some research on a slightly odd form of resource allocation in an arch. Not sure which yet, hoping for some advise. My only real world assembler practice has been 68K (a while ago), but I have coded in my own assembler before on another homebrew very limited odd VM. I'm going to b

Re: [Qemu-devel] [PATCH] Allow default network type to be determined from an environmental variable

2008-01-19 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Paul Brook <[EMAIL PROTECTED]> writes: : > In the absence of a global configuration file, a reasonably sane way to : > support this configuration system wide is to use an environmental : > variable. QEMU already uses a number of global variables for : >

Re: [Qemu-devel] [PATCH] Allow default network type to be determined from an environmental variable

2008-01-19 Thread Anthony Liguori
Paul Brook wrote: In the absence of a global configuration file, a reasonably sane way to support this configuration system wide is to use an environmental variable. QEMU already uses a number of global variables for configuring audio options. I'd really prefer we didn't do this, and pref

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-19 Thread Johannes Schindelin
Hi, On Sat, 19 Jan 2008, Markus Hitter wrote: > Am 19.01.2008 um 12:16 schrieb Johannes Schindelin: > > > On Sat, 19 Jan 2008, Markus Hitter wrote: > > > > > Am 18.01.2008 um 20:28 schrieb Johannes Schindelin: > > > > > > > Even if another system starts working, if you break existing > > > >

Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-19 Thread Samuel Thibault
andrzej zaborowski, le Sat 19 Jan 2008 14:05:20 +0100, a écrit : > I applied the patch even though the old values worked ok too. The old values weren't in linux 2.6.12 for instance, and it looks like the new ones are the default ones for the FTDI builderr, so it should be fine now. > I also added

Re: [Qemu-devel] [PATCH] Allow default network type to be determined from an environmental variable

2008-01-19 Thread Paul Brook
> In the absence of a global configuration file, a reasonably sane way to > support this configuration system wide is to use an environmental > variable. QEMU already uses a number of global variables for > configuring audio options. I'd really prefer we didn't do this, and preferably obsoleted/r

[Qemu-devel] kqemu working with qemu cvs?

2008-01-19 Thread C.W. Betts
Is there a version of kqemu that works with the cvs version of qemu? When I tried to run qemu with kqemu, it hung while booting SuSE Linux. And I'm sorry if this is the second one with this question; MDaemon seems to like to block me when I use Outlook Express.

Re:Re: [Qemu-devel] How to run gpe on qemu

2008-01-19 Thread 赵经纬
On 19/01/2008, 赵经纬 <[EMAIL PROTECTED]> wrote: > I want run gpe-image on qemuarm. and I have got a gpe-image through > openembedded,like this: > > [EMAIL PROTECTED]:~/stuff$ bitbake gpe-image > NOTE: Handling BitBake files: - (5018/5018) [100 %] > NOTE: Parsing finished. 4783 cached,

Re: [Qemu-devel] How to run gpe on qemu

2008-01-19 Thread andrzej zaborowski
Hi, On 19/01/2008, 赵经纬 <[EMAIL PROTECTED]> wrote: > I want run gpe-image on qemuarm. and I have got a gpe-image through > openembedded,like this: > > [EMAIL PROTECTED]:~/stuff$ bitbake gpe-image > NOTE: Handling BitBake files: - (5018/5018) [100 %] > NOTE: Parsing finished. 4783 cached,

Re: [Qemu-devel] Re: [PATCH] USB serial device

2008-01-19 Thread andrzej zaborowski
Hi, On 17/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > andrzej zaborowski, le Thu 17 Jan 2008 23:25:04 +0100, a écrit : > > Thanks, committed although I hoped for something that lets easily test > > that the adapter works, e.g. so that after a usb_add serial:...:stdio > > you can do cat /

[Qemu-devel] qemu qemu-doc.texi vl.c hw/usb-serial.c

2008-01-19 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/19 13:00:43 Modified files: . : qemu-doc.texi vl.c hw : usb-serial.c Log message: Change the usb-serial product ID to a more widely recognised value

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-19 Thread Markus Hitter
Am 19.01.2008 um 12:16 schrieb Johannes Schindelin: Hi, On Sat, 19 Jan 2008, Markus Hitter wrote: Am 18.01.2008 um 20:28 schrieb Johannes Schindelin: Even if another system starts working, if you break existing users, you did something wrong. And if you don't care, and don't mind giving

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-19 Thread Johannes Schindelin
Hi, On Sat, 19 Jan 2008, Markus Hitter wrote: > Am 18.01.2008 um 20:28 schrieb Johannes Schindelin: > > > Even if another system starts working, if you break existing users, > > you did something wrong. And if you don't care, and don't mind giving > > existing users a hard time, you cannot be

Re: [Qemu-devel] [kqemu] BR and presentation

2008-01-19 Thread Jérôme PRIOR
> > I've got some other problems, maybe this is linked : > > 1/ I installed slackware-12.0 on a vm (the same OS as hosted, may > > I consult a psychanalist ?), on qcow2 virtual disk. The > > installation and use works fine, full virtualisation enabled, and > > today, without doing nothing particu

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-19 Thread Markus Hitter
Am 18.01.2008 um 20:28 schrieb Johannes Schindelin: Even if another system starts working, if you break existing users, you did something wrong. And if you don't care, and don't mind giving existing users a hard time, you cannot be helped and should go somewhere else. So you have to be ba

[Qemu-devel] How to run gpe on qemu

2008-01-19 Thread 赵经纬
Hi all: I want run gpe-image on qemuarm. and I have got a gpe-image through openembedded,like this: [EMAIL PROTECTED]:~/stuff$ bitbake gpe-image NOTE: Handling BitBake files: - (5018/5018) [100 %] NOTE: Parsing finished. 4783 cached, 0 parsed, 235 skipped, 0 masked. NOTE: build