From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v3 00/10] qemu-kvm: Hook cleanups and yet more use of upstream code Date: Wed, 24 Feb 2010 20:26:19 -0300 Message-ID: <20100224232619.GC16246@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org, Gleb Natapov To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18471 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758427Ab0BXX2W (ORCPT ); Wed, 24 Feb 2010 18:28:22 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Feb 24, 2010 at 03:17:48PM +0100, Jan Kiszka wrote: > Let's proceed with cleaning up the VCPU state writeback. The differences > to v2 are: > - included guest debugging update patch and rebased on top of it > - renamed KVM_PUT_ASYNC_STATE->KVM_PUT_RUNTIME_STATE and added comments > - fixed mp_state corruption due to early use of cpu_is_bsp > > Some patches target uq/master (fully or partially), but I will post them > separately once these bits are acceptible. > > Pull URL is > > git://git.kiszka.org/qemu-kvm.git queues/queues-kvm-merge > > Jan Kiszka (10): > qemu-kvm: Add KVM_CAP_X86_ROBUST_SINGLESTEP-awareness > qemu-kvm: Rework VCPU state writeback API > x86: Extend validity of cpu_is_bsp > qemu-kvm: Clean up mpstate synchronization > KVM: x86: Restrict writeback of VCPU state > qemu-kvm: Use VCPU event state for reset and vmsave/load > qemu-kvm: Cleanup/fix TSC and PV clock writeback > qemu-kvm: Clean up KVM's APIC hooks > qemu-kvm: Move kvm_set_boot_cpu_id > qemu-kvm: Bring qemu_init_vcpu back home Looks fine in general. Do you plan to submit the upstream parts on a separate patchset?