From 27050b094f6b3e64f1536ebca09f3476b308493b Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 26 Jan 2022 17:05:20 +0100 Subject: [PATCH] libvirt, qemu: Move patches to new directory, contrib I'm about to add a new adaptation carrying out-of-tree patches for a Kata Containers PoC -- move the existing out-of-tree patches to their own directory to keep things easy to find in the main one. Signed-off-by: Stefano Brivio --- ...001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch | 0 ...001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch | 0 ...0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {libvirt => contrib/libvirt}/0001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch (100%) rename {qemu => contrib/qemu}/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch (100%) rename {qemu => contrib/qemu}/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch (100%) diff --git a/libvirt/0001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch b/contrib/libvirt/0001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch similarity index 100% rename from libvirt/0001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch rename to contrib/libvirt/0001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch diff --git a/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch b/contrib/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch similarity index 100% rename from qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch rename to contrib/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch diff --git a/qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch b/contrib/qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch similarity index 100% rename from qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch rename to contrib/qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch