qemu-kvm monitor command cpu_set query.

2012-02-08 Thread Onkar N Mahajan
I am doing kernel compilation on a guest with 16 VCPUs. like this : make -j16 bzImage modules Meanwhile on qemu monitor CLI, I do this : (qemu) info cpus * CPU #0: pc=0x2b001abec3a4 thread_id=15395 CPU #1: pc=0x2b2b25b49da2 thread_id=15396 CPU #2: pc=0x810f65e8

qemu-kvm monitor

2011-04-12 Thread Onkar Mahajan
Hi All, I have following command line options to qemu-kvm ( apart from others - irrelevant here !! ) -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/vm00-SMP.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control How do I now start the qemu-kvm monitor control session

Re: qemu-kvm monitor

2011-04-12 Thread Stefan Hajnoczi
=charmonitor,id=monitor,mode=control How do I now start the qemu-kvm monitor control session ?? It looks like you're using libvirt. Here are two methods of getting at the QEMU monitor through libvirt: http://blog.vmsplice.net/2011/03/how-to-access-qemu-monitor-through.html Basically, libvirt is already

Re: qemu-kvm monitor

2011-04-12 Thread Jan Kiszka
-SMP.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control How do I now start the qemu-kvm monitor control session ?? It looks like you're using libvirt. Here are two methods of getting at the QEMU monitor through libvirt: http://blog.vmsplice.net/2011/03/how-to-access-qemu