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 their config files here:

[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

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

Re: guest .img files

2009-10-17 Thread Kenni Lund
2009/10/17 Lynn Wilborn l...@hotrodpc.com: 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

[ 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=detailatid=893831aid=2880337group_id=180599 Please note that this message will contain a full copy of the comment

[ 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=detailatid=893831aid=2723366group_id=180599 Please note that this message will contain a full copy of the comment

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=detailaid=2847560group_id=180599atid=893831 Reported-by: Xu, Jiajun jiajun...@intel.com Signed-off-by: Marcelo Tosatti mtosa...@redhat.com diff --git a/virt/kvm/irq_comm.c b/virt/kvm/irq_comm.c

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:

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

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 get