qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Modularize NFS Block Driver and Makefile Cleanup
@ 2016-07-27 20:38 Colin Lord
  2016-07-27 20:38 ` [Qemu-devel] [PATCH 1/2] blockdev: Remove unnecessary lines from Makefile Colin Lord
  2016-07-27 20:38 ` [Qemu-devel] [PATCH 2/2] blockdev: Modularize nfs block driver Colin Lord
  0 siblings, 2 replies; 4+ messages in thread
From: Colin Lord @ 2016-07-27 20:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, qemu-block, mreitz, Colin Lord

Some very short patches as a followup to my last patches to add dynamic
loading of block driver modules. The first patch removes some leftover
lines from the Makefile which should have been deleted, and the other
patch modularizes the NFS block driver. The NFS block driver is the only
remaining protocol block driver that links to external libraries that
has not been modularized (once my last patch set is applied).

Colin Lord (2):
  blockdev: Remove unnecessary lines from Makefile
  blockdev: Modularize nfs block driver

 Makefile            | 3 ---
 block/Makefile.objs | 1 +
 configure           | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-07-27 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-27 20:38 [Qemu-devel] [PATCH 0/2] Modularize NFS Block Driver and Makefile Cleanup Colin Lord
2016-07-27 20:38 ` [Qemu-devel] [PATCH 1/2] blockdev: Remove unnecessary lines from Makefile Colin Lord
2016-07-27 22:03   ` Eric Blake
2016-07-27 20:38 ` [Qemu-devel] [PATCH 2/2] blockdev: Modularize nfs block driver Colin Lord

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).