Re: [Qemu-devel] [PATCH 11/12] KVM/MIPS: MIPS specfic APIs for KVM.

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

 



On 2 March 2013 15:18, Sanjay Lal <sanjayl@xxxxxxxxxxx> wrote:
> +    /* If we have an interrupt but the guest is not ready to receive an
> +     * interrupt, request an interrupt window exit.  This will
> +     * cause a return to userspace as soon as the guest is ready to
> +     * receive interrupts.
> +     */
> +    if ((env->interrupt_request & CPU_INTERRUPT_HARD)) {
> +        run->request_interrupt_window = 1;
> +    } else {
> +        run->request_interrupt_window = 0;
> +    }
> +}

Does MIPS really need x86-style fully-synchronised delivery
of interrupts from userspace to the kernel? Don't copy x86
unless you know it's really what your architecture requires.

-- PMM
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux