SHA256
1
0
forked from pool/qemu

Accepting request 295186 from home:a_faerber:branches:Virtualization

Enable some more features and be explicit about our choices. This adds a qemu-block-ssh module subpackage.

OBS-URL: https://build.opensuse.org/request/show/295186
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=245
This commit is contained in:
Andreas Färber
2015-04-09 13:38:04 +00:00
committed by Git OBS Bridge
parent ba342ad299
commit 98d635e29e
3 changed files with 231 additions and 12 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Apr 9 12:21:07 UTC 2015 - afaerber@suse.de
- Tidy configure options:
* Move --enable-modules to build options
* Sort libusb alphabetically
* Explicitly enable attr, bluez, fdt, lzo, tpm, vhdx, vhost-net,
vnc, xen-pci-passthrough
* Enable bzip2
* Enable libssh2 where possible and package as qemu-block-ssh
* Enable numa where a compatible numactl is available
* Enable quorum where a compatible gnutls is available
* Enable snappy where possible
* Prepare to enable glusterfs
* Explicitly enable the nop tracing backend (to be revisited)
* Explicitly disable Archipelago, as we don't have libxseg and it's
incompatibly GPL-3.0+
* Explicitly disable libiscsi, libnfs, netmap and rbd
as we don't have packages
* Drop deprecated --enable-virtio-blk-data-plane (now default)
-------------------------------------------------------------------
Wed Apr 8 20:47:32 UTC 2015 - afaerber@suse.de