[kvm-devel] [PATCH] add the last vmexit cs & eip in the debugfs data

2007-05-25 Thread Kamble, Nitin A
Hi Avi, Attached is a small patch to let user land know where the guest was at last vmexit. I am using this to debug the big real mode guests. I think this will be useful to more people. Author: Nitin A Kamble <[EMAIL PROTECTED]> Thanks & Regards, Nitin Open Source Technology Center, Intel Co

Re: [kvm-devel] Performance comparaison with dbench on KVM

2007-05-25 Thread Laurent Vivier
Anthony Liguori wrote: > Laurent Vivier wrote: >> Anthony Liguori wrote: >> Hi Anthony, >> >> I didn't modify aio_init limit... >> > > It would be pretty useful to give it a try. In qemu_aio_init() where > aio_init() get's called. If you just bump aio_threads and aio_num from > 1 to, say, 3

Re: [kvm-devel] [PATCH 0/7] KVM: Suspend and cpu hotplug fixes

2007-05-25 Thread Avi Kivity
Shaohua Li wrote: > On Thu, 2007-05-24 at 20:10 +0800, Avi Kivity wrote: > >> The following patchset makes kvm more robust wrt cpu hotunplug, and >> makes suspend-to-ram actually work. Suspend-to-disk benefits from >> the cpu hotunplug improvements as well. >> >> The major issue is that KVM wan