From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duhVC-00048q-2N for qemu-devel@nongnu.org; Wed, 20 Sep 2017 12:05:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duhV7-0007Jg-O7 for qemu-devel@nongnu.org; Wed, 20 Sep 2017 12:05:29 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:49426) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1duhV7-0007Ho-I4 for qemu-devel@nongnu.org; Wed, 20 Sep 2017 12:05:25 -0400 Received: by mail-wm0-f54.google.com with SMTP id e71so8604128wmg.4 for ; Wed, 20 Sep 2017 09:05:25 -0700 (PDT) From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= Date: Wed, 20 Sep 2017 18:05:21 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/1] Buffers/caches in VirtIO Balloon driver stats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org Cc: Wei Wang , "Michael S. Tsirkin" , =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= This is a QEMU counterpart to the patch for VirtIO balloon driver posted here: https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg05720.html Tomáš Golembiovský (1): virtio-balloon: include buffers and chached memory statistics hw/virtio/virtio-balloon.c | 2 ++ include/standard-headers/linux/virtio_balloon.h | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) -- 2.14.1