From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfqf9-0006wZ-Gx for qemu-devel@nongnu.org; Wed, 08 Apr 2015 10:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfqf5-0006Kn-Gv for qemu-devel@nongnu.org; Wed, 08 Apr 2015 10:09:03 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:33951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfqf5-0006KX-Ac for qemu-devel@nongnu.org; Wed, 08 Apr 2015 10:08:59 -0400 Received: by iget9 with SMTP id t9so29878988ige.1 for ; Wed, 08 Apr 2015 07:08:58 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1428496121-10995-2-git-send-email-pbonzini@redhat.com> References: <1428496121-10995-1-git-send-email-pbonzini@redhat.com> <1428496121-10995-2-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Wed, 8 Apr 2015 15:08:38 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] kvm: add support for memory transaction attributes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers , kvm-devel On 8 April 2015 at 13:28, Paolo Bonzini wrote: > Let kvm_arch_post_run convert fields in the kvm_run struct to MemTxAttrs. > These are then passed to address_space_rw. > > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Maydell At some point it might be nice to support returning the transaction-failed response to the kernel, but that would be a KVM API enhancement, so definitely something for another day. thanks -- PMM