From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXk0L-0005Il-9s for qemu-devel@nongnu.org; Fri, 14 Dec 2018 04:43:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXk0G-0003J3-BR for qemu-devel@nongnu.org; Fri, 14 Dec 2018 04:43:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37262) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gXk0G-0003Il-3T for qemu-devel@nongnu.org; Fri, 14 Dec 2018 04:43:28 -0500 References: <20181213210057.3676-1-quintela@redhat.com> <20181213210057.3676-16-quintela@redhat.com> From: Thomas Huth Message-ID: Date: Fri, 14 Dec 2018 10:43:19 +0100 MIME-Version: 1.0 In-Reply-To: <20181213210057.3676-16-quintela@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 15/16] virtio: split virtio crypto bits rom virtio-pci.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Gerd Hoffmann , Gonglei On 2018-12-13 22:00, Juan Quintela wrote: > Reviewed-by: Laurent Vivier > Signed-off-by: Juan Quintela > --- > hw/virtio/virtio-crypto-pci.c | 14 ++++++++++++++ > hw/virtio/virtio-pci.h | 14 -------------- > 2 files changed, 14 insertions(+), 14 deletions(-) > Reviewed-by: Thomas Huth