Re: [Qemu-devel] [PATCH v2 0/2] qemu-img: Allow source cache mode specification

2014-08-22 Thread Kevin Wolf
Am 22.07.2014 um 22:58 hat Max Reitz geschrieben: > Currently, qemu-img does not allow setting the cache mode for source > images. However, it reads images generally only once, therefore a full > writeback cache unnecessarily clutters the host cache. In case the user > finds this undesirable, there

Re: [Qemu-devel] [PATCH v2 0/2] qemu-img: Allow source cache mode specification

2014-08-15 Thread Max Reitz
On 14.08.2014 17:30, Kevin Wolf wrote: Am 22.07.2014 um 22:58 hat Max Reitz geschrieben: Currently, qemu-img does not allow setting the cache mode for source images. However, it reads images generally only once, therefore a full writeback cache unnecessarily clutters the host cache. In case the

Re: [Qemu-devel] [PATCH v2 0/2] qemu-img: Allow source cache mode specification

2014-08-14 Thread Kevin Wolf
Am 22.07.2014 um 22:58 hat Max Reitz geschrieben: > Currently, qemu-img does not allow setting the cache mode for source > images. However, it reads images generally only once, therefore a full > writeback cache unnecessarily clutters the host cache. In case the user > finds this undesirable, there

[Qemu-devel] [PATCH v2 0/2] qemu-img: Allow source cache mode specification

2014-07-22 Thread Max Reitz
Currently, qemu-img does not allow setting the cache mode for source images. However, it reads images generally only once, therefore a full writeback cache unnecessarily clutters the host cache. In case the user finds this undesirable, there has to be a way of disabling that cache. This series firs