Uncompressing linux message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Oct 31, 2009 at 10:41 PM, Christoffer Dall <cd2436 at columbia.edu> wrote:
> I placed a screenshot of the guest printing "Uncompressing linux..."
> on the wiki: http://android.chazy.dk.
>
> The crash which can be seen in the screenshot will be the main focus
> of my work in the nearest future together with determining why some
> characters are dropped in the mmio operations. There will also be some
> more work in cleaning up the emulation code to make it all kernel
> style and easier to maintain.

We had a very similar problem on PowerPC, and it looks like it may be
the same cause for you. Basically kvm_arch_vcpu_ioctl_run() should
look something like this:
+		if (!run->exit_reason) {
 		if (signal_pending(current)) {
			run->exit_reason = KVM_EXIT_IRQ_WINDOW_OPEN;
			break;
		}
+		}

Otherwise, you can have kvm_run all filled out for MMIO emulation,
then see a pending signal and clobber it.

-Hollis


[Index of Archives]     [Linux KVM]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux