From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiNQ5-00074c-3V for qemu-devel@nongnu.org; Thu, 08 May 2014 08:27:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiNPw-0006iC-4P for qemu-devel@nongnu.org; Thu, 08 May 2014 08:27:25 -0400 Message-ID: <536B7822.9050204@suse.de> Date: Thu, 08 May 2014 14:27:14 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1396530891-6352-1-git-send-email-aik@ozlabs.ru> <1396530891-6352-2-git-send-email-aik@ozlabs.ru> In-Reply-To: <1396530891-6352-2-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] kvm: Add set_one_reg/get_one_reg helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Cornelia Huck , qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 04/03/2014 03:14 PM, Alexey Kardashevskiy wrote: > This adds QEMU wrappers for KVM_SET_ONE_REG/KVM_GET_ONE_REG ioctls. > > Signed-off-by: Alexey Kardashevskiy Please merge with the s390 variant of this. Alex