On Sat, 10 Mar 2018 00:53:48 +0200
"Michael S. Tsirkin" wrote:
> On Thu, Feb 22, 2018 at 01:50:52PM +0100, Tomáš Golembiovský wrote:
> > Linux kernel provides some balloon memory statistics that were not
> > included in the specs. Include them to avoid any ID
On Tue, 27 Feb 2018 21:56:04 +0200
"Michael S. Tsirkin" wrote:
> On Wed, Feb 21, 2018 at 06:44:17PM +0100, Tomáš Golembiovský wrote:
> > On Wed, 21 Feb 2018 11:33:28 +
> > Stefan Hajnoczi wrote:
> >
> > > On Wed, Feb 21, 2018 at 12:11:35AM +0100
Linux kernel provides some balloon memory statistics that were not
included in the specs. Include them to avoid any ID clashes in the
future.
Signed-off-by: Tomáš Golembiovský
---
content.tex | 9 +
1 file changed, 9 insertions(+)
diff --git a/content.tex b/content.tex
index c7ef7fd
On Wed, 21 Feb 2018 11:33:28 +
Stefan Hajnoczi wrote:
> On Wed, Feb 21, 2018 at 12:11:35AM +0100, Tomáš Golembiovský wrote:
> > On Tue, 20 Feb 2018 17:15:44 +
> > Stefan Hajnoczi wrote:
> >
> > > On Mon, Feb 19, 2018 at 02:10:29PM +0100, Tomáš Gole
On Tue, 20 Feb 2018 17:15:44 +
Stefan Hajnoczi wrote:
> On Mon, Feb 19, 2018 at 02:10:29PM +0100, Tomáš Golembiovský wrote:
> > +\item[VIRTIO_BALLOON_S_CACHES (7)] The amount of memory currently used for
> > + caching files and other data from disk (in bytes).
> &
On Mon, 19 Feb 2018 21:11:27 -0800
Jonathan Helman wrote:
> > On Feb 19, 2018, at 5:11 AM, Tomáš Golembiovský wrote:
> >
> > On Wed, 14 Feb 2018 00:07:53 +0200
> > "Michael S. Tsirkin" wrote:
> >
> >> On Tue, Feb 13, 2018 at 12:29:39PM -0800
On Wed, 14 Feb 2018 00:07:53 +0200
"Michael S. Tsirkin" wrote:
> On Tue, Feb 13, 2018 at 12:29:39PM -0800, Jonathan Helman wrote:
> >
> >
> > On 02/05/2018 04:08 AM, Tomáš Golembiovský wrote:
> > > ping
> > >
> > > On Tue,
Linux kernel provides some balloon memory statistics that were not
included in the specs. Include them to avoid any ID clashes in the
future.
Signed-off-by: Tomáš Golembiovský
---
content.tex | 8
1 file changed, 8 insertions(+)
diff --git a/content.tex b/content.tex
index c7ef7fd
Document statistics added in commits
commit a0d06486b445985b8d128df172daefbae205bffd
Author: Denis V. Lunev
Date: Wed Feb 24 10:50:48 2016 +0300
virtio-balloon: add 'available' counter
and
commit bf1e7140ef0b3a149860ab9f05b36665133238f6
Author: Tomáš Go
ping
On Tue, 5 Dec 2017 13:14:46 +0100
Tomáš Golembiovský wrote:
> Signed-off-by: Tomáš Golembiovský
> ---
> hw/virtio/virtio-balloon.c | 1 +
> include/standard-headers/linux/virtio_balloon.h | 3 ++-
> 2 files changed, 3 insertions(+), 1 deletion(-)
&g
Signed-off-by: Tomáš Golembiovský
---
hw/virtio/virtio-balloon.c | 1 +
include/standard-headers/linux/virtio_balloon.h | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/hw/virtio/virtio-balloon.c b/hw/virtio/virtio-balloon.c
index 37cde38982..8141326a51
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
On Sun, 12 Nov 2017 13:05:38 +0100
Tomáš Golembiovský wrote:
> Add a new field VIRTIO_BALLOON_S_CACHES to virtio_balloon memory
> statistics protocol. The value represents all disk/file caches.
>
> In this case it corresponds to the sum of values
> Buffers+Cached+SwapCached fro
ut Windows doesn’t let to distinguish between “cached and buffers” as far as
> I see.
Thanks for the input, Yan. That's definitely good to know.
Tomas
>
> Best regards,
> Yan.
>
> > On 20 Sep 2017, at 19:05, Tomáš Golembiovský wrote:
> >
Add a new field VIRTIO_BALLOON_S_CACHES to virtio_balloon memory
statistics protocol. The value represents all disk/file caches.
In this case it corresponds to the sum of values
Buffers+Cached+SwapCached from /proc/meminfo.
Signed-off-by: Tomáš Golembiovský
---
drivers/virtio/virtio_balloon.c
On Tue, 31 Oct 2017 18:15:48 +0200
"Michael S. Tsirkin" wrote:
> On Tue, Oct 31, 2017 at 01:20:19PM +0100, Tomáš Golembiovský wrote:
> > ping
> >
> > +Gil, +Amnon... could you maybe aid in reviewing the patch, please?
> >
> >
> > Tomas
>
ping
+Gil, +Amnon... could you maybe aid in reviewing the patch, please?
Tomas
On Sun, 22 Oct 2017 20:05:57 +0200
Tomáš Golembiovský wrote:
> On Thu, 19 Oct 2017 16:12:20 +0300
> "Michael S. Tsirkin" wrote:
>
> > On Thu, Sep 21, 2017 at 02:55:41PM +0200,
On Thu, 19 Oct 2017 16:12:20 +0300
"Michael S. Tsirkin" wrote:
> On Thu, Sep 21, 2017 at 02:55:41PM +0200, Tomáš Golembiovský wrote:
> > Add a new fields, VIRTIO_BALLOON_S_BUFFERS and VIRTIO_BALLOON_S_CACHED,
> > to virtio_balloon memory statistics protocol. The values c
On Thu, 5 Oct 2017 15:51:18 +0200
Tomáš Golembiovský wrote:
> On Thu, 21 Sep 2017 14:55:40 +0200
> Tomáš Golembiovský wrote:
>
> > Linux driver part
> >
> > v2:
> > - fixed typos
> >
> > Tomáš Golembiovský (1):
> > virtio_ba
On Thu, 21 Sep 2017 14:55:40 +0200
Tomáš Golembiovský wrote:
> Linux driver part
>
> v2:
> - fixed typos
>
> Tomáš Golembiovský (1):
> virtio_balloon: include buffers and cached memory statistics
>
> drivers/virtio/virtio_balloon.c | 11 ++
Linux driver part
v2:
- fixed typos
Tomáš Golembiovský (1):
virtio_balloon: include buffers and cached memory statistics
drivers/virtio/virtio_balloon.c | 11 +++
include/uapi/linux/virtio_balloon.h | 4 +++-
mm/swap_state.c | 1 +
3 files changed, 15
l_swapcache_pages() to modules.
Signed-off-by: Tomáš Golembiovský
---
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(-)
diff --git a/drivers/virtio/vir
Signed-off-by: Tomáš Golembiovský
---
hw/virtio/virtio-balloon.c | 2 ++
include/standard-headers/linux/virtio_balloon.h | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/hw/virtio/virtio-balloon.c b/hw/virtio/virtio-balloon.c
index a705e0ec55
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
On Wed, 20 Sep 2017 17:48:36 +0200
Tomáš Golembiovský wrote:
> Add a new fields, VIRTIO_BALLOON_S_BUFFERS and VIRTIO_BALLOON_S_CACHED,
> to virtio_balloon memory statistics protocol. The values correspond to
> 'Buffers' and 'Cached' in /proc/meminfo.
>
>
l_swapcache_pages() to modules.
Signed-off-by: Tomáš Golembiovský
---
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(-)
diff --git a/drivers/virtio/vir
Resending. It did not reach virtio-dev the first time.
On Tue, 12 Sep 2017 16:29:47 +0200
Tomáš Golembiovský wrote:
> On Tue, 29 Aug 2017 20:01:53 +0800
> Wei Wang wrote:
>
> > On 08/29/2017 05:57 PM, Stefan Hajnoczi wrote:
> > > On Sun, Aug 27, 2017 at 11:30:33PM +
27 matches
Mail list logo