Re: [Qemu-devel] [PATCH] starting qemu vnc session on a pre-allocated port

2007-06-24 Thread Shahar Livne
Anthony Liguori wrote: Shahar Livne wrote: Hi, I am working on a project that runs many concurrent qemu sessions with vnc. [..] Adding the following option: -vnc-socket sd [force VNC server on an already opened Socket Descriptor] Just redirect each port to a unique unix domain socket

[Qemu-devel] [PATCH] starting qemu vnc session on a pre-allocated port

2007-06-24 Thread Shahar Livne
Hi, I am working on a project that runs many concurrent qemu sessions with vnc. Handling the vnc ports for the different sessions is an issue that also project like qemudo tries to solve. The solution chosen there was to handle a pool of ports and manage them internally. Such a solution ignores

Re: [Qemu-devel] ACPI support

2005-11-08 Thread Shahar Livne
Thanks! Actually, I don't need the whole ACPI mechanism working. On the real target, I want to use the power button to initiate a reboot. Such a thing can be done with something like: cat /proc/acpi/event | grep specific_event > /dev/null && reboot In the qemu, I never get to load the relevant ke

[Qemu-devel] ACPI support

2005-11-08 Thread Shahar Livne
(v000 QEMU  ) @ 0x000e ACPI: Invalid RSDT checksum ACPI: Subsystem revision 20050211 ACPI: Interpreter disabled. I use the i386 emulation, and the kernel running inside is 2.6.11 Has someone any experience with ACPI in qemu? Thanks, Shahar Livne LivneX - Open Source Development and Ser

[Qemu-devel] (no subject)

2005-11-08 Thread Shahar Livne
___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel