Re: [Qemu-devel] Re: [PATCH] CODING_STYLE: Reserve qemu_ prefix for library wrappers

2010-03-11 Thread Jamie Lokier
Anthony Liguori wrote: On 03/11/2010 08:48 AM, Avi Kivity wrote: Signed-off-by: Avi Kivitya...@redhat.com --- CODING_STYLE |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index a579cb1..92036f3 100644 --- a/CODING_STYLE +++

[Qemu-devel] Re: [PATCH] CODING_STYLE: Reserve qemu_ prefix for library wrappers

2010-03-11 Thread Juan Quintela
Avi Kivity a...@redhat.com wrote: Signed-off-by: Avi Kivity a...@redhat.com --- CODING_STYLE |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index a579cb1..92036f3 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -49,6 +49,9 @@ and is

Re: [Qemu-devel] Regression: more 0.12 regression (SeaBIOS related?)

2010-03-11 Thread Kevin O'Connor
On Thu, Mar 11, 2010 at 03:42:28PM +0800, Roy Tam wrote: Sorry I can't find documentation on this usage. But instead I have lots of old programs written with this usage. Using undocumented features from BIOS/DOS is very usual in that time. Can you confirm these other programs fail in the same

Re: [Qemu-devel] Regression: more 0.12 regression (SeaBIOS related?)

2010-03-11 Thread Roy Tam
2010/3/12 Kevin O'Connor ke...@koconnor.net: On Thu, Mar 11, 2010 at 03:42:28PM +0800, Roy Tam wrote: Sorry I can't find documentation on this usage. But instead I have lots of old programs written with this usage. Using undocumented features from BIOS/DOS is very usual in that time. Can you

Re: [Qemu-devel] SeaBIOS error with Nextstep bootloader

2010-03-11 Thread Kevin O'Connor
called (same issue seen on d090723b.zip image reported by Roy). I've put a test image with a workaround for the issue at: http://linuxtogo.org/~kevin/SeaBIOS/test/bios.bin-0.5.1-debug-20100311 See below for the patch I used - I'm still researching it, but the image can be used for testing

[Qemu-devel] [patch 2/2] virtio-serial-bus: wake up iothread upon guest read notification

2010-03-11 Thread Marcelo Tosatti
Wake up iothread when buffers are consumed. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Index: qemu-ioworker/hw/virtio-serial-bus.c === --- qemu-ioworker.orig/hw/virtio-serial-bus.c +++ qemu-ioworker/hw/virtio-serial-bus.c @@

[Qemu-devel] [patch 0/2] introduce QEMUIOWorker and wake up iothread on virtio-serial-bus notification

2010-03-11 Thread Marcelo Tosatti

[Qemu-devel] [patch 1/2] Pass QEMUIOWorker to qemu_notify_event

2010-03-11 Thread Marcelo Tosatti
This can be used later to introduce generic iothread workers. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Index: qemu-ioworker/async.c === --- qemu-ioworker.orig/async.c +++ qemu-ioworker/async.c @@ -180,7 +180,7 @@ void

[Qemu-devel] Re: [patch 2/2] virtio-serial-bus: wake up iothread upon guest read notification

2010-03-11 Thread Amit Shah
On (Thu) Mar 11 2010 [23:45:51], Marcelo Tosatti wrote: Wake up iothread when buffers are consumed. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Index: qemu-ioworker/hw/virtio-serial-bus.c === ---

Re: [Qemu-devel] [PATCH] CODING_STYLE: Reserve qemu_ prefix for library wrappers

2010-03-11 Thread Aurelien Jarno
On Thu, Mar 11, 2010 at 04:48:43PM +0200, Avi Kivity wrote: Signed-off-by: Avi Kivity a...@redhat.com --- CODING_STYLE |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index a579cb1..92036f3 100644 --- a/CODING_STYLE +++

<    1   2