[libvirt] [PATCH 0/3] Fix license violation of virsh when vbox is enabled

Eric Blake eblake at redhat.com
Thu May 2 04:26:30 UTC 2013


See the big hairy analysis here:
https://www.redhat.com/archives/libvir-list/2013-May/msg00030.html

I feel comfortable enough with these patches that I'm hoping to
get them into libvirt 1.0.5, while saving the bigger task of
refactoring vbox support into libvirtd out to libvirt 1.0.6.

Eric Blake (3):
  build: move readline check into its own macro
  build: check for libedit
  build: fall back to libedit if libvirt.so is crippled

 configure.ac        | 54 +++++++++++++-------------------------------
 libvirt.spec.in     |  8 +++++++
 m4/virt-edit.m4     | 26 +++++++++++++++++++++
 m4/virt-readline.m4 | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/virsh.c       | 21 ++++++++++++-----
 5 files changed, 131 insertions(+), 43 deletions(-)
 create mode 100644 m4/virt-edit.m4
 create mode 100644 m4/virt-readline.m4

-- 
1.8.1.4




More information about the libvir-list mailing list