Re: [Qemu-devel] use qemu without X, on a remote machine

2006-05-31 Thread Jérôme MOLLIER-PIERRET
Simply use the -nographic option when starting qemu ... and use networking options to get your virtual host accessible. I personnaly do it and it is working well. Regards Jerome MOLLIER-PIERRET Rakotomandimby Mihamina a écrit : Hi, I would like to use qemu without X Why? Because of resso

Re: [Qemu-devel] use qemu without X, on a remote machine

2006-05-31 Thread Anthony Liguori
Rakotomandimby Mihamina wrote: Hi, I would like to use qemu without X You should try out the -vnc option in the newest version of qemu. Alternatively, you can use the -nographics option if your sure that you only ever need a serial line. There is also an interesting patch floating aroun