Re: [Qemu-devel] QEMU GUI

2006-06-29 Thread Daniel P. Berrange
On Wed, Jun 28, 2006 at 07:03:31PM -0400, Joe Lee wrote: I would be interested in a GUI that is not specific to QEMU. e.g. Xen/VT, Basilisk II, SheepShaver, etc. ;-) Gwenole, can you elaborate more on your comments above. Are your comments referring to having a GUI that can both run and

Re: [Qemu-devel] qemu kbd emulation

2006-06-29 Thread RafaƂ Cygnarowski
I have an ugly hack that fixes the code so there are no more key repeats, but I was never able to figure out what caused the key drops. I suppose that I have same ugly hack as you: uint32_t ps2_read_data(void *opaque) { [...] if (q-count == 0) { [...] } else { val =

Re: [Qemu-devel] QEMU GUI

2006-06-29 Thread Joe Lee
Daniel, thanks for your info and comments below. I really like the concept and work being done with virt-manager using the libvirt API. Question: Is the virt-manager project run by Redhat or yourself? In what OS platform will virt-manager run under (Windows, Linux, OS-X) - Essentially, how