From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: kvm: get_dirty_pages returned -2 (kvm-15) Date: Wed, 28 Feb 2007 19:36:46 +0200 Message-ID: <45E5BDAE.9020800@qumranet.com> References: <54577.192.168.1.160.1172683800.squirrel@mail.matter.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Larry Matter Return-path: In-Reply-To: <54577.192.168.1.160.1172683800.squirrel-eRF/mgt17vY7WJLwNC7dFw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Larry Matter wrote: > Hi, > > I installed kvm-15 on my AMD-64 box running 32bit fedora core 6. I ran > into the modprobe issues already mentioned so I dropped back to kvm-14. > > This worked then I started getting the get_dirty_pages error. Searching > the list I saw the patch from Avi which solved the modprobe issues and I > went back to kvm-15. But I am still getting the get_dirty_pages error; > not sure if this is related to bug 1661262 or not. > > My command line is: > > /usr/local/kvm/bin/qemu -m 512 -std-vga -soundhw es1370 -net > nic,macaddr=,vlan=0 -net > tap,ifname=tap0,vlan=0,script=/etc/qemu-ifup -boot c -hda > /mnt/windows/windows.img > > Can you try stracing to see if it's a kernel or userspace problem? prefix your command line with strace -e trace=ioctl -e signal=none -o /tmp/kvm.trace /usr/local/bin/qemu... and then post the result of grep ENOENT /tmp/kvm.trace -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV