From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlZwi-0004Fg-J8 for qemu-devel@nongnu.org; Fri, 24 Apr 2015 05:30:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlZwf-00010E-Ax for qemu-devel@nongnu.org; Fri, 24 Apr 2015 05:30:52 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:38648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlZwe-000101-NO for qemu-devel@nongnu.org; Fri, 24 Apr 2015 05:30:49 -0400 Received: by wiun10 with SMTP id n10so13516496wiu.1 for ; Fri, 24 Apr 2015 02:30:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <553A0D44.20207@redhat.com> Date: Fri, 24 Apr 2015 11:30:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1428569498-27393-1-git-send-email-cornelia.huck@de.ibm.com> <1428569498-27393-8-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1428569498-27393-8-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/10] linux-headers: update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de On 09/04/2015 10:51, Cornelia Huck wrote: > This updates linux-headers against kvm/queue (commit > c7f0cf16df59ac98b58af974c3947cac21402e29), with the exception of > avoiding undoing 2106ba30105969262a7810417a57524d9a225b91 > ("uapi/virtio_scsi: allow overriding CDB/SENSE size"). > > Signed-off-by: Cornelia Huck > --- > linux-headers/asm-arm/kvm.h | 3 + > linux-headers/asm-arm64/kvm.h | 3 + > linux-headers/asm-mips/kvm.h | 164 ++++++++++++++++++++++++++---------------- > linux-headers/asm-s390/kvm.h | 4 ++ > linux-headers/linux/kvm.h | 65 ++++++++++++++++- > 5 files changed, 175 insertions(+), 64 deletions(-) Note that this commit was rebased, so you'll have to regenerate this patch against Linus's tree. Thanks, Paolo