[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH v2 00/20] [uq/master] Patch queue, part V (the r
From: |
Marcelo Tosatti |
Subject: |
[Qemu-devel] Re: [PATCH v2 00/20] [uq/master] Patch queue, part V (the rest) |
Date: |
Tue, 15 Mar 2011 15:35:24 -0300 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Mar 15, 2011 at 12:26:11PM +0100, Jan Kiszka wrote:
> This series catches "all the rest" to prepare QEMU's KVM support for
> merging with qemu-kvm. IOW, once these bits here are applied, qemu-kvm
> can switch its infrastructure to upstream and is effectively only adding
> own bits for in-kernel irqchip and device assignment support.
>
> Topics of this series are:
> - support for optimized interrupt handling by hooking cpu_interrupt
> - another preparational step for in-kernel irqchip support
> - x86: Do not leave halt if interrupts are disabled
> - mark VCPU state dirty on creation (fixed deadlock on early hw_error)
> - complete KVM support for PAT MSR, some related improvements for TCG
> - further consolidation of inner kvm_cpu_exec loop
> - expose VCPU host thread ID via "info cpus" and "query-cpus"
>
> Changes in v2:
> - Rebased over current uq/master
> - Build fix for MAC OS (regression of previous round)
> - Fix for x86 hardware breakpoints in TCG mode (regression of previous
> round)
> - Build fix for s390 (regression of previous round)
> - Removed premature optimization from "Install optimized interrupt
> handlers"
> - Keep KVM_RUN return value in separate variable (cleanup)
> - Reorder error handling of KVM_RUN (micro-optimization)
Applied all except the two cpu interrupt handler patches, thanks.
- [Qemu-devel] [PATCH v2 09/20] kvm: Mark VCPU state dirty on creation, (continued)
- [Qemu-devel] [PATCH v2 09/20] kvm: Mark VCPU state dirty on creation, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 16/20] kvm: Rework inner loop of kvm_cpu_exec, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 11/20] x86: Save/restore PAT MSR, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 20/20] Expose thread_id in info cpus, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 14/20] kvm: Keep KVM_RUN return value in separate variable, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 17/20] kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 15/20] kvm: Reorder error handling of KVM_RUN, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 13/20] kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUG, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 19/20] kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit, Jan Kiszka, 2011/03/15
- [Qemu-devel] [PATCH v2 18/20] kvm: x86: Reorder functions in kvm.c, Jan Kiszka, 2011/03/15
- [Qemu-devel] Re: [PATCH v2 00/20] [uq/master] Patch queue, part V (the rest),
Marcelo Tosatti <=