From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMC7h-0003bd-QY for qemu-devel@nongnu.org; Tue, 05 Dec 2017 07:14:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMC7e-0004EH-26 for qemu-devel@nongnu.org; Tue, 05 Dec 2017 07:14:53 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:43920) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eMC7d-0004Dm-S7 for qemu-devel@nongnu.org; Tue, 05 Dec 2017 07:14:49 -0500 Received: by mail-wm0-f65.google.com with SMTP id n138so882812wmg.2 for ; Tue, 05 Dec 2017 04:14:49 -0800 (PST) From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= Date: Tue, 5 Dec 2017 13:14:45 +0100 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/1] Disk 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-11/msg02106.html Tomáš Golembiovský (1): virtio-balloon: include statistics of disk/file caches hw/virtio/virtio-balloon.c | 1 + include/standard-headers/linux/virtio_balloon.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -- 2.15.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: virtio-dev-return-2751-cohuck=redhat.com@lists.oasis-open.org Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [66.179.20.138]) by lists.oasis-open.org (Postfix) with ESMTP id B47F15818FA1 for ; Tue, 5 Dec 2017 04:14:50 -0800 (PST) From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= Date: Tue, 5 Dec 2017 13:14:45 +0100 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: [virtio-dev] [PATCH v2 0/1] Disk caches in VirtIO Balloon driver stats 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?= List-ID: This is a QEMU counterpart to the patch for VirtIO balloon driver posted here: https://lists.nongnu.org/archive/html/qemu-devel/2017-11/msg02106.html Tomáš Golembiovský (1): virtio-balloon: include statistics of disk/file caches hw/virtio/virtio-balloon.c | 1 + include/standard-headers/linux/virtio_balloon.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -- 2.15.1 --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org