From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5A11-0007PE-Vb for qemu-devel@nongnu.org; Thu, 19 Oct 2017 08:33:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5A0y-0006xB-RT for qemu-devel@nongnu.org; Thu, 19 Oct 2017 08:33:35 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:50044) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5A0y-0006wN-LC for qemu-devel@nongnu.org; Thu, 19 Oct 2017 08:33:32 -0400 Received: by mail-wm0-f66.google.com with SMTP id b189so15586330wmd.4 for ; Thu, 19 Oct 2017 05:33:31 -0700 (PDT) Date: Thu, 19 Oct 2017 14:33:25 +0200 From: =?UTF-8?B?VG9tw6HFoSBHb2xlbWJpb3Zza8O9?= Message-ID: <20171019143325.12b6b8aa@fiorina> In-Reply-To: <20171005155118.51a5bea3@fiorina> References: <20171005155118.51a5bea3@fiorina> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: linux-mm@kvack.org, virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, kvm@vger.kernel.org, virtio-dev@lists.oasis-open.org Cc: Wei Wang , Shaohua Li , Huang Ying , "Michael S. Tsirkin" , Jason Wang On Thu, 5 Oct 2017 15:51:18 +0200 Tom=C3=A1=C5=A1 Golembiovsk=C3=BD wrote: > On Thu, 21 Sep 2017 14:55:40 +0200 > Tom=C3=A1=C5=A1 Golembiovsk=C3=BD wrote: >=20 > > Linux driver part > >=20 > > v2: > > - fixed typos > >=20 > > Tom=C3=A1=C5=A1 Golembiovsk=C3=BD (1): > > virtio_balloon: include buffers and cached memory statistics > >=20 > > drivers/virtio/virtio_balloon.c | 11 +++++++++++ > > include/uapi/linux/virtio_balloon.h | 4 +++- > > mm/swap_state.c | 1 + > > 3 files changed, 15 insertions(+), 1 deletion(-) > >=20 > > --=20 > > 2.14.1 > >=20 >=20 > ping ping --=20 Tom=C3=A1=C5=A1 Golembiovsk=C3=BD