Farkas Levente wrote: > Richard W.M. Jones wrote: > >> Libvirt needs works to support block and network stats from QEMU/KVM. >> Virt-top won't fail because this is missing, it just can't display >> anything in those columns. The work as far as I understand it is fairly >> simple, but also lower down on my list of priorities at the moment. >> >> Another thing which virt-top uses but which is missing in QEMU/KVM is >> physical CPU usage and CPU pinning. I have absolutely no idea if qemu >> supports this -- I assume it does through ordinary Linux mechanisms such >> as numactl. As for KVM, no idea whatsoever. >>
qemu and kvm are idential in this respect. The only difference is in smp, where qemu maps all vcpus to a single host thread and kvm has a host thread for each vcpu thread. sched_setaffinity() and similar work as expected. > maybe you can ask kvm people:-) > anyway if the new version will be uploaded i can try it again. > > -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
