qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.8 v3 0/3] block: Fix libbz2 library dependency regresssion
@ 2016-08-17  7:20 Fam Zheng
  2016-08-17  7:20 ` [Qemu-devel] [PATCH for-2.8 v3 1/3] scripts: Allow block module to not define BlockDriver Fam Zheng
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fam Zheng @ 2016-08-17  7:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Stefan Hajnoczi, Kevin Wolf, Max Reitz, qemu-block

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 |  5 ---
 util/module.c                   | 19 ++++++++++--
 6 files changed, 157 insertions(+), 60 deletions(-)
 create mode 100644 block/dmg-bz2.c
 create mode 100644 block/dmg.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-09-05  2:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17  7:20 [Qemu-devel] [PATCH for-2.8 v3 0/3] block: Fix libbz2 library dependency regresssion Fam Zheng
2016-08-17  7:20 ` [Qemu-devel] [PATCH for-2.8 v3 1/3] scripts: Allow block module to not define BlockDriver Fam Zheng
2016-08-29 13:11   ` Max Reitz
2016-08-17  7:20 ` [Qemu-devel] [PATCH for-2.8 v3 2/3] module: Don't load the same module if requested multiple times Fam Zheng
2016-08-29 13:30   ` Max Reitz
2016-09-05  2:27     ` Fam Zheng
2016-08-17  7:20 ` [Qemu-devel] [PATCH for-2.8 v3 3/3] dmg: Move libbz2 code to dmg-bz2.so Fam Zheng
2016-08-17  8:35   ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2016-08-17  8:43 ` [Qemu-devel] [Qemu-block] [PATCH for-2.8 v3 0/3] block: Fix libbz2 library dependency regresssion Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).