]> xenbits.xensource.com Git - libvirt.git/commit
rpm: remove dependancy from qemu to network/storage drivers
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 14 May 2019 14:57:05 +0000 (15:57 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 20 May 2019 11:27:37 +0000 (12:27 +0100)
commit06a61a202c6b49ba55f0d1734020f250174ac095
tree22a46d94a39a6853a3dae7c2e0336de1252fe8d1
parenta699b19f6c362f14bbedcb21b22a7299898b0825
rpm: remove dependancy from qemu to network/storage drivers

The libvirt-daemon-driver-qemu RPM has historically had a hard
dependency on the libvirt-daemon-driver-network and
libvirt-daemon-driver-storage-core packages. This was because the QEMU
driver would directly call into APIs that were part of these drivers.

The dependency to the storage driver was eliminated in

  commit 064fec69be4a4673e0df17b007bf781026c3b4b2
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Thu Jan 25 09:35:46 2018 +0000

    storage: move storage file backend framework into util directory

The dependency to the network driver was eliminated in

  commit 5b13570ab8b43ec3c590399ec5a7644d91082149
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Thu Jan 25 09:35:47 2018 +0000

    conf: introduce callback registration for domain net device allocation

  commit 1438aea4ee4c65be1c7e5096a5549bc0f7581165
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Thu Jan 25 09:35:48 2018 +0000

    conf: expand network device callbacks to cover bandwidth updates

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in