From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZzKj-000779-T8 for qemu-devel@nongnu.org; Thu, 20 Dec 2018 09:29:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZzIr-0002LX-BH for qemu-devel@nongnu.org; Thu, 20 Dec 2018 09:28:02 -0500 Received: from mail-ot1-f65.google.com ([209.85.210.65]:43360) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZzIr-0002Ko-6F for qemu-devel@nongnu.org; Thu, 20 Dec 2018 09:27:57 -0500 Received: by mail-ot1-f65.google.com with SMTP id a11so2047115otr.10 for ; Thu, 20 Dec 2018 06:27:56 -0800 (PST) MIME-Version: 1.0 References: <20181213210057.3676-1-quintela@redhat.com> <20181213210057.3676-6-quintela@redhat.com> In-Reply-To: <20181213210057.3676-6-quintela@redhat.com> From: Stefano Garzarella Date: Thu, 20 Dec 2018 15:27:44 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v3 05/16] virtio: split virtio balloon bits from virtio-pci List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, Thomas Huth , Gonglei , Gerd Hoffmann , "Michael S. Tsirkin" On Thu, Dec 13, 2018 at 10:07 PM Juan Quintela wrote: > > Reviewed-by: Thomas Huth > Reviewed-by: Laurent Vivier > Signed-off-by: Juan Quintela > --- > hw/virtio/Makefile.objs | 1 + > hw/virtio/virtio-balloon-pci.c | 94 ++++++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.c | 58 --------------------- > hw/virtio/virtio-pci.h | 14 ----- > tests/Makefile.include | 2 +- > 5 files changed, 96 insertions(+), 73 deletions(-) > create mode 100644 hw/virtio/virtio-balloon-pci.c Reviewed-by: Stefano Garzarella