mbox

[PULL,0/4] Block layer patches for 2.8.0-rc2

Message ID 1480436227-2211-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git tags/for-upstream

Message

Kevin Wolf Nov. 29, 2016, 4:17 p.m. UTC
The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:

  Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 8f57758311d816c66e88cfcfdc91f986f59345ad:

  docs: Specify that cache-clean-interval is only supported in Linux (2016-11-25 13:51:31 +0100)

----------------------------------------------------------------
Block layer patches for 2.8.0-rc2

----------------------------------------------------------------
Alberto Garcia (4):
      qcow2: Make qcow2_cache_table_release() work only in Linux
      qcow2: Allow 'cache-clean-interval' in Linux only
      qcow2: Remove stale comment
      docs: Specify that cache-clean-interval is only supported in Linux

 block/qcow2-cache.c  | 6 +++---
 block/qcow2.c        | 8 ++++++++
 docs/qcow2-cache.txt | 5 +++--
 3 files changed, 14 insertions(+), 5 deletions(-)

Comments

Stefan Hajnoczi Nov. 29, 2016, 5:11 p.m. UTC | #1
On Tue, Nov 29, 2016 at 05:17:03PM +0100, Kevin Wolf wrote:
> The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:
> 
>   Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
> 
> for you to fetch changes up to 8f57758311d816c66e88cfcfdc91f986f59345ad:
> 
>   docs: Specify that cache-clean-interval is only supported in Linux (2016-11-25 13:51:31 +0100)
> 
> ----------------------------------------------------------------
> Block layer patches for 2.8.0-rc2
> 
> ----------------------------------------------------------------
> Alberto Garcia (4):
>       qcow2: Make qcow2_cache_table_release() work only in Linux
>       qcow2: Allow 'cache-clean-interval' in Linux only
>       qcow2: Remove stale comment
>       docs: Specify that cache-clean-interval is only supported in Linux
> 
>  block/qcow2-cache.c  | 6 +++---
>  block/qcow2.c        | 8 ++++++++
>  docs/qcow2-cache.txt | 5 +++--
>  3 files changed, 14 insertions(+), 5 deletions(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan