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
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
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:
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
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
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
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
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
> .../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
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
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
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
12 matches
Mail list logo