Re: [Qemu-devel] [PATCH] VNC display support for QEMU

2006-04-29 Thread Anthony Liguori
Hi Johannes, Johannes Schindelin wrote: Hi, On Sat, 29 Apr 2006, Anthony Liguori wrote: One thing you may notice is that RealVNC has some issues with being disconnected. This is because it likes to switch from 8bit to 32bit depths automatically at startup. Unfortunately, there is a race

[Qemu-devel] Re: playing with qemu's 8139 nic and FreeBSD (loopback mode missing?)

2006-04-29 Thread Juergen Lock
On Sat, Apr 29, 2006 at 10:48:48AM +0400, Igor Kovalenko wrote: > Juergen Lock wrote: > > On Fri, Apr 28, 2006 at 08:25:02PM +0400, Igor Kovalenko wrote: > >> Juergen Lock wrote: > >>> I played with > >>> qemu -monitor stdio -m 256 -cdrom 6.1-RC1-i386-disc1.iso -usb -soundhw > >>> es1370 -kernel

Re: [Qemu-devel] [PATCH] VNC display support for QEMU

2006-04-29 Thread Johannes Schindelin
Hi, On Sat, 29 Apr 2006, Anthony Liguori wrote: > One thing you may notice is that RealVNC has some issues with being > disconnected. This is because it likes to switch from 8bit to 32bit depths > automatically at startup. Unfortunately, there is a race condition in the VNC > protocol and since

Re: [Qemu-devel] Large USB patch

2006-04-29 Thread Lonnie Mendez
lo. The attached patch addresses the problem with removing the usbhub/tablet devices and switches the handle_packet call in the port reset call to handle_msg which just happens to make the hub functional. --- a/qemu/hw/usb-hub.c 2006-04-28 19:44:18.0 -0500 +++ b/qemu/hw/usb-hub.c 2006-

[Qemu-devel] qemu configure

2006-04-29 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/04/29 23:05:23 Modified files: . : configure Log message: Fix non-portable use of expr. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/

[Qemu-devel] [PATCH] VNC display support for QEMU

2006-04-29 Thread Anthony Liguori
Hi, The attach patch adds VNC display support for QEMU. It does not use libvncserver but was rather written from scratch. libvncserver is a really neat project and I've used it in a number of other projects but I think QEMU really requires a custom implementation. First, to enable vnc supp

Re: [Qemu-devel] vnc patch

2006-04-29 Thread Christian MICHON
did I understand well ? 1) there's a rework of the original vnc patch 2) there are no problems of sync using the usb tablet what is this usb tablet stuff? do I really need a usb tablet connected to the host or this is yet another emulated hardware inside the qem guest ? If this is the case, it

[Qemu-devel] qemu/hw i8259.c

2006-04-29 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/29 15:52:14 Modified files: hw : i8259.c Log message: ELCR is not reset by PIC reset (bug report by malc) CVSWeb URLs: http://cvs.savanna