Re: [Qemu-devel] [PATCH][UPDATED] Fix path mangling in linux-user/path.c

2007-05-22 Thread Lauri Leukkunen
On 5/22/07, Kirill A. Shutemov <[EMAIL PROTECTED]> wrote: On [Tue, 22.05.2007 02:22], Lauri Leukkunen wrote: > Attached patch fixes the linux-user path mangling code for use with > real target root filesystems that have nasty symlinks and lots of > files. The old code is terribly slow and can eas

[Qemu-devel] DetaolB: a small linux distro developed for qemu

2007-05-22 Thread Christian MICHON
Hi qemu list, this is a small "donation" for a x86/32bits small distro I'm toying with. it's reached a small 1st step (bootable and stable enough): v0.1 lots of kudos and credits to: - linux developers - qemu developers - busybox developers - and soon uclibc developers - of course, Rob Landley w

[Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/pc.c hw/...

2007-05-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/23 00:03:59 Modified files: . : Makefile.target vl.h hw : acpi.c pc.c smbus.h smbus_eeprom.c Added files: hw : i2c.c i2c.h smbus.c Log message:

[Qemu-devel] qemu vl.c hw/arm_timer.c hw/ptimer.c

2007-05-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/23 00:06:54 Modified files: . : vl.c hw : arm_timer.c Added files: hw : ptimer.c Log message: Add periodic timer implementation. CVSWeb

[Qemu-devel] Timers

2007-05-22 Thread Paul Brook
I get fed up of having to re-implement a simple countdown timer for every new board, so I've added a simple periodic timer implementation to cvs (ptimer.c). Currently only the Arm PrimeCell based boards use this, but I've a few other uses in the pipeline. Paul

Re: [Qemu-devel] Timers

2007-05-22 Thread George G. Davis
On Wed, May 23, 2007 at 01:06:59AM +0100, Paul Brook wrote: > I get fed up of having to re-implement a simple countdown timer for every new > board, so I've added a simple periodic timer implementation to cvs > (ptimer.c). Currently only the Arm PrimeCell based boards use this, but I've > a few

[Qemu-devel] detaolb is now in sourceforge.net

2007-05-22 Thread Christian MICHON
actually, it's been registered by myself in 2005 ;) Detaolb aims to be a "much-less-than-a-floppy" linux distro. It's been thought and built in/for qemu all along. Only recently I started using colinux to speed up some dev ( cofs in colinux is a killer feature over samba inside qemu, btw... ). t

[Qemu-devel] qemu Makefile.target vl.h

2007-05-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/05/23 01:13:57 Modified files: . : Makefile.target vl.h Log message: Add ptimer.c function declarations and makefile rule. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Mak

Re: [Qemu-devel] Timers

2007-05-22 Thread Paul Brook
> .../qemu/hw/arm_timer.c:25: syntax error before "ptimer_state" > .../qemu/hw/arm_timer.c:25: warning: no semicolon at end of struct or union > > Current CVS is missing definition for ptimer_state. Oops, sorry. Should be fixed now. Paul

Re: [Qemu-devel] Timers

2007-05-22 Thread George G. Davis
On Wed, May 23, 2007 at 02:14:02AM +0100, Paul Brook wrote: > > .../qemu/hw/arm_timer.c:25: syntax error before "ptimer_state" > > .../qemu/hw/arm_timer.c:25: warning: no semicolon at end of struct or union > > > > Current CVS is missing definition for ptimer_state. > > Oops, sorry. Should be fixe

[Qemu-devel] Re: qemu/kvm seems to take ALSA all for itself?

2007-05-22 Thread David Abrahams
on Mon May 21 2007, Avi Kivity wrote: > David Abrahams wrote: >> When I have windows XP running under kvm, I get >> >> [EMAIL PROTECTED]:/tmp$ aplay /usr/share/sounds/gaim/receive.wav >> ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave >> aplay: main:550: audio open erro

[Qemu-devel] [PATCH] Remove cscope files on `make clean`

2007-05-22 Thread George G. Davis
Remove cscope files on `make clean`. --- Index: qemu/Makefile === RCS file: /sources/qemu/qemu/Makefile,v retrieving revision 1.119 diff -u -r1.119 Makefile --- qemu/Makefile 20 May 2007 10:54:50 - 1.119 +++ qemu/Makefi