[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

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

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