Re: [Qemu-devel] time for 0.8.3/0.9?

2006-12-25 Thread Thomas Sailer
On Mon, 2006-12-25 at 22:24 +0100, Pascal Terjan wrote: > Could you be more precise ? > I have been using qemu on x86_64 built with a 64 bits compiler for > more than 1 year (maybe 2). I get a qemu segfault during build of http://projects.o-hand.com/poky. Poky crosscompiles glibc for arm, then tr

[Qemu-devel] [PATCH] USB network interface

2006-11-03 Thread Thomas Sailer
se { --- ./hw/usb-net.c.usbnet 2006-10-29 18:14:38.0 +0100 +++ ./hw/usb-net.c 2006-10-30 01:07:27.00000 +0100 @@ -0,0 +1,1342 @@ +/* + * QEMU USB Net devices + * + * Copyright (c) 2006 Thomas Sailer + * based on usb-hid.c Copyright (c) 2005 Fabrice Bellard + * + * Permission

[Qemu-devel] [PATCH] USB network interface

2006-11-03 Thread Thomas Sailer
se { --- ./hw/usb-net.c.usbnet 2006-10-29 18:14:38.0 +0100 +++ ./hw/usb-net.c 2006-10-30 01:07:27.00000 +0100 @@ -0,0 +1,1342 @@ +/* + * QEMU USB Net devices + * + * Copyright (c) 2006 Thomas Sailer + * based on usb-hid.c Copyright (c) 2005 Fabrice Bellard + * + * Permission

[Qemu-devel] [PATCH] USB network interface

2006-10-31 Thread Thomas Sailer
se { --- ./hw/usb-net.c.usbnet 2006-10-29 18:14:38.0 +0100 +++ ./hw/usb-net.c 2006-10-30 01:07:27.00000 +0100 @@ -0,0 +1,1342 @@ +/* + * QEMU USB Net devices + * + * Copyright (c) 2006 Thomas Sailer + * based on usb-hid.c Copyright (c) 2005 Fabrice Bellard + * + * Permission