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 you
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/21 22:40:04
Modified files:
. : Makefile.target
Log message:
Add dependency for fop_template.c.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 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:
http://cvs.savannah.gnu.org/vie
got patches?
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
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 perfor
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 someon
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 aud