[Qemu-devel] Streaming Audio

2007-01-21 Thread www.mein-webdesigner.com
Hello everyone, I thought it would be a great idea to add streaming audio functionality to QEMU. Because I only use VNC connections for my virtual machines, it is not possible to hear sound. Or is there any other way to remotely connect to virtual machines including the functionality of hearing

[Qemu-devel] [RFC] qemu-gui status report

2007-01-21 Thread Marc Andre Tanner
Hi, I just want to let you know that i have made some improvements to qemu-gui, communication with qemu is now done over a tcp socket rather than stdio. However it is still a long way to go until it is really usable, especially input handling, vnc and drawing performance need some work. If

Re: [Qemu-devel] [RFC] qemu-gui status report

2007-01-21 Thread Martin Bochnig
Marc Andre Tanner wrote: Hi, I just want to let you know that i have made some improvements to qemu-gui, communication with qemu is now done over a tcp socket rather than stdio. However it is still a long way to go until it is really usable, especially input handling, vnc and drawing performance

Re: [Qemu-devel] [RFC] qemu-gui status report

2007-01-21 Thread Ben Taylor
got patches? ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu gdbstub.c vl.c vl.h

2007-01-21 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/01/21 16:47:02 Modified files: . : gdbstub.c vl.c vl.h Log message: Don't resume guest when gdb connection terminates and -S specified. CVSWeb URLs:

[Qemu-devel] qemu Makefile.target

2007-01-21 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/01/21 22:40:04 Modified files: . : Makefile.target Log message: Add dependency for fop_template.c. CVSWeb URLs:

[Qemu-devel] [RFC] QEMU Live Migration

2007-01-21 Thread Anthony Liguori
Howdy, I wanted to post a draft of my QEMU live migration patch. I think there's a lingering memory allocation problem. I also need to implement ARP forwarding and a TCP transport stream. However, I thought I'd post an initial version in case anyone wants to play around with it. Once