64fe77 Disable vfio-user for the moment

Authored and Committed by Eduardo Lima (Etrunko) 2 years ago
1 file changed. 0 lines added. 7 lines removed.
    Disable vfio-user for the moment
    
    https://github.com/nutanix/libvfio-user/issues/707
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
    
        
file modified
+0 -7
qemu.spec CHANGED
@@ -502,10 +502,6 @@ BuildRequires: pcre-static
502
502
%endif
503
503
%endif
504
504
505
- # vfio-user-server
506
- BuildRequires: pkgconfig(json-c)
507
- BuildRequires: pkgconfig(cmocka)
508
-
509
505
510
506
# Requires for the Fedora 'qemu' metapackage
511
507
Requires: %{name}-user = %{epoch}:%{version}-%{release}
@@ -1729,7 +1725,6 @@ run_configure \
1729
1725
%endif
1730
1726
--enable-usb-redir \
1731
1727
--enable-vdi \
1732
- --enable-vfio-user-server \
1733
1728
--enable-vhost-crypto \
1734
1729
%if %{have_virgl}
1735
1730
--enable-virglrenderer \
@@ -2208,8 +2203,6 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
2208
2203
# Fedora specific
2209
2204
%{_datadir}/applications/qemu.desktop
2210
2205
%exclude %{_datadir}/%{name}/qemu-nsis.bmp
2211
- %{_libdir}/libvfio-user.so*
2212
- %exclude %{_includedir}/vfio-user/
2213
2206
%{_libexecdir}/virtfs-proxy-helper
2214
2207
%{_mandir}/man1/virtfs-proxy-helper.1*
2215
2208