Re: [Qemu-devel] What is the best way to control qemu on a remote box?

2007-07-31 Thread Thiemo Seufer
Michael Hanselmann wrote: On Fri, Jul 27, 2007 at 09:22:08AM -0700, n schembr wrote: Is system_powerdown a better way to stop the host? Is system_powerdown a soft operation like the atx powersupply? It did not work with a smoothwall guest. It would, but is not implemented for x86.

Re: [Qemu-devel] What is the best way to control qemu on a remote box?

2007-07-27 Thread Michael Hanselmann
On Fri, Jul 27, 2007 at 09:22:08AM -0700, n schembr wrote: Is system_powerdown a better way to stop the host? Is system_powerdown a soft operation like the atx powersupply? It did not work with a smoothwall guest. It would, but is not implemented for x86. I've been working on it using ACPI,

[Qemu-devel] What is the best way to control qemu on a remote box?

2007-07-26 Thread n schembr
I'm using a command line like: qemu -vnc :4 -kernel-kqemu -std-vga -no-reboot -monitor unix:/vservers/qemu/cms1/cms1.sock,server,nowait -boot c -hda hda1.img -hdb swap.img -net nic,vlan=0,macaddr=00:16:3e:00:0f:00 -net tap,vlan=0,ifname=br0-cms1,script=/etc/qemu-ifup-br0 -m 256 I'm running