Re: Q: Stopped VM still using host cpu CPU ?

2009-10-17 Thread Avi Kivity
On 10/17/2009 06:35 AM, Daniel Schwager wrote: I'm not that familiar with oprofile ... so, setup with opcontrol --deinit; modprobe oprofile timer=1; opcontrol --start gave me the following result: kvm03:~# opreport Use 'opreport -l'. Make sure your qemu isn't stripped. Try to

Re: Collecting info on running guests

2009-10-17 Thread Avi Kivity
On 10/18/2009 12:30 PM, MySQL Student wrote: Hi, I have a few kvm guests running successfully. I'd like to find out what resources each are using, such as percent of processor, memory, etc. How can I do this? 'top' How can I find out what version of kvm is currently running? 'uname -r

Re: KVM: fix irq_source_id size verification

2009-10-17 Thread Avi Kivity
On 10/18/2009 10:47 AM, Marcelo Tosatti wrote: find_first_zero_bit works with bit numbers, not bytes. Fixes https://sourceforge.net/tracker/?func=detail&aid=2847560&group_id=180599&atid=893831 Good catch. -- I have a truly marvellous patch that fixes the bug which this signature is too n

Re: kvm ptrace 32bit DoS bug - bisected

2009-10-17 Thread Avi Kivity
On 10/17/2009 10:24 PM, Antoine Martin wrote: Easy to check: Does the UML image still contain mov-to-db instructions? If not, this commit cannot make the difference. I'd be happy to grep it if you give me the mov-to-db opcode. 0f 21 and 0f 23. -- I have a truly marvellous patch t

RE: Unix domain socket device

2009-10-17 Thread dave w
>Hi all, as I can read from the website, a point of the kvm TODO list is "Add a >Unix domain socket device. With this, the >guest can talk to a pci device >which is connected to a Unix domain socket on the host.", it is classified as >a smaller >scale task that can be done by someone wishing to

Collecting info on running guests

2009-10-17 Thread MySQL Student
Hi, I have a few kvm guests running successfully. I'd like to find out what resources each are using, such as percent of processor, memory, etc. How can I do this? How can I find out what version of kvm is currently running? Is there information in /proc that I can query to find out stats about p

Re: Biweekly KVM Test report, kernel 604b0... qemu 47e46...

2009-10-17 Thread Marcelo Tosatti
On Fri, Oct 16, 2009 at 04:06:49PM +0800, Xu, Jiajun wrote: > Hi All, > > This Weekly KVM Testing Report against lastest kvm.git > 604b0ca1fc3c0d45e404db97482f9febe001c685 and qemu-kvm.git > 47e465f031fc43c53ea8f08fa55cc3482c6435c8. > > Latest qemu-kvm tree build is broken with error in net.c: >

KVM: fix irq_source_id size verification

2009-10-17 Thread Marcelo Tosatti
find_first_zero_bit works with bit numbers, not bytes. Fixes https://sourceforge.net/tracker/?func=detail&aid=2847560&group_id=180599&atid=893831 Reported-by: "Xu, Jiajun" Signed-off-by: Marcelo Tosatti diff --git a/virt/kvm/irq_comm.c b/virt/kvm/irq_comm.c index 00c68d2..0d454d3 100644 ---

[ kvm-Bugs-2723366 ] ltp diotest running time is 2.54 times than before

2009-10-17 Thread SourceForge.net
Bugs item #2723366, was opened at 2009-03-31 10:00 Message generated for change (Comment added) made by mtosatti You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2723366&group_id=180599 Please note that this message will contain a full copy of the comment

[ kvm-Bugs-2880337 ] PAE guest boot up very slow with -no-acpi

2009-10-17 Thread SourceForge.net
Bugs item #2880337, was opened at 2009-10-16 03:47 Message generated for change (Comment added) made by mtosatti You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2880337&group_id=180599 Please note that this message will contain a full copy of the comment

Re: guest .img files

2009-10-17 Thread Kenni Lund
2009/10/17 Lynn Wilborn : > I have a windows 2003 server guest that's been registered > with MS, and it probably won't let me do that many more > times. So I want to save the guest, erase fedora, and > install centos 5.4 when it comes out. I don't know if this always is the case, but I've done sev

guest .img files

2009-10-17 Thread Lynn Wilborn
I have a windows 2003 server guest that's been registered with MS, and it probably won't let me do that many more times. So I want to save the guest, erase fedora, and install centos 5.4 when it comes out. Im told I can just copy the .img file of the guest to a network share to back it up, but is

[GIT PULL] KVM updates for 2.6.32-rc5

2009-10-17 Thread Marcelo Tosatti
Linus, please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.32 For three KVM fixes: a bug in initialization of debugfs files, 32-bit compile warning fix on KSM glue, and a NULL pointer dereference in timer emulation. Darrick J. Wong (1): KVM: Prevent kvm_init

Re: kvm ptrace 32bit DoS bug - bisected

2009-10-17 Thread Antoine Martin
Jan Kiszka wrote: > Marcelo Tosatti wrote: >> On Sun, Sep 06, 2009 at 02:50:00PM +0700, Antoine Martin wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA512 >>> >>> [snip] > Is this an AMD host? Nope, Intel Core2, more host info : >>> I have put all the relevant binaries and thei