qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/3] block: Fix libbz2 library dependency reg


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v4 0/3] block: Fix libbz2 library dependency regresssion
Date: Fri, 23 Sep 2016 16:55:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 05.09.2016 04:50, Fam Zheng wrote:
> v4: Remove unused variable in patch 1 and unwanted warning in patch 2. [Max]
> 
> v3: Fix typo in copyright header. [Max]
>     Fix pre-existing type casting. [Max]
> 
> v2: Rebase on top of Max's block-next tree, which has Colin's patches to
>     dynamically load block modules.
>     Two more tweaks to the module system is added.
> 
> v1 was submitted as a single patch:
> 
> https://lists.gnu.org/archive/html/qemu-devel/2016-08/msg00508.html
> 
> Fam Zheng (3):
>   scripts: Allow block module to not define BlockDriver
>   module: Don't load the same module if requested multiple times
>   dmg: Move libbz2 code to dmg-bz2.so
> 
>  block/Makefile.objs             |  3 +-
>  block/dmg-bz2.c                 | 62 ++++++++++++++++++++++++++++++++++++
>  block/dmg.c                     | 69 
> ++++++++++-------------------------------
>  block/dmg.h                     | 59 +++++++++++++++++++++++++++++++++++
>  scripts/modules/module_block.py |  7 -----
>  util/module.c                   | 18 +++++++++--
>  6 files changed, 156 insertions(+), 62 deletions(-)
>  create mode 100644 block/dmg-bz2.c
>  create mode 100644 block/dmg.h

Thanks, applied to my block branch:

https://github.com/XanClic/qemu/commits/block

Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]