From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Thu, 12 Nov 2009 00:34:57 +0000 Subject: Ubuntu Message-Id: <1257986097.2140.70.camel@pasglop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Hoy ! So it seems to be making fwd progress in fact in the karmic installer, but it's -extremely- slow. Not sure what's up yet, haven't had a chance to really instrument it yet. Let me know if you want to toy with it. Basically, what I do to get debug is that I take the initrd out of the ISO, and I run with: ./qemu-system-ppc [-enable-kvm ... or not] -cdrom -boot order=d -m 512 -initrd= -kernel -append "file=/cdrom/preseed/ubuntu.seed debug=" In a few places it looks stuck, but it's just terribly slow. However it's not using much CPU on the host, seems to be sleeping mostly. Could be something wrong with decrementer emulation ? Cheers, Ben.