Re: [libvirt] [PATCH 0/2] Add 'l2-cache-size' property to specify maximum size of the L2 table cache for qcow2 image

2017-11-15 Thread Kashyap Chamarthy
On Wed, Nov 15, 2017 at 04:09:28PM +0100, Alberto Garcia wrote: > On Wed 15 Nov 2017 12:21:24 PM CET, Kashyap Chamarthy wrote: > > [Cc: Alberto Garcia of QEMU, who added the 'l2-cache-size' upstream] > > [...] > > >> There's already something on list about l2 cache, see > >> > >> https://www.red

Re: [libvirt] [PATCH 0/2] Add 'l2-cache-size' property to specify maximum size of the L2 table cache for qcow2 image

2017-11-15 Thread Alberto Garcia
On Wed 15 Nov 2017 12:21:24 PM CET, Kashyap Chamarthy wrote: > [Cc: Alberto Garcia of QEMU, who added the 'l2-cache-size' upstream] [...] >> There's already something on list about l2 cache, see >> >> https://www.redhat.com/archives/libvir-list/2017-September/msg00553.html >> >> it adds 3 relat

Re: [libvirt] [PATCH 0/2] Add 'l2-cache-size' property to specify maximum size of the L2 table cache for qcow2 image

2017-11-15 Thread Kashyap Chamarthy
[Cc: Alberto Garcia of QEMU, who added the 'l2-cache-size' upstream] On Wed, Nov 15, 2017 at 05:54:13AM -0500, John Ferlan wrote: > > > On 11/14/2017 08:58 PM, Lin Ma wrote: > > Lin Ma (2): > > caps: Add capability for maximum size of the qcow2 L2 table cache > > qemu: Add support for 'l2-ca

Re: [libvirt] [PATCH 0/2] Add 'l2-cache-size' property to specify maximum size of the L2 table cache for qcow2 image

2017-11-15 Thread John Ferlan
On 11/14/2017 08:58 PM, Lin Ma wrote: > Lin Ma (2): > caps: Add capability for maximum size of the qcow2 L2 table cache > qemu: Add support for 'l2-cache-size' property of qcow2 > There's already something on list about l2 cache, see https://www.redhat.com/archives/libvir-list/2017-Septemb

[libvirt] [PATCH 0/2] Add 'l2-cache-size' property to specify maximum size of the L2 table cache for qcow2 image

2017-11-14 Thread Lin Ma
Lin Ma (2): caps: Add capability for maximum size of the qcow2 L2 table cache qemu: Add support for 'l2-cache-size' property of qcow2 docs/formatdomain.html.in | 11 +++ docs/schemas/domaincommon.rng | 5 src/conf/domain_conf.c