From f059385409574defb229afc2538849db523c2d8e Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Wed, 1 May 2019 08:30:58 -0500 Subject: [PATCH] pkg: qemu-vanilla: organize patches per version. If we apply patches directly to qemu package this will fail unless we use qemu 4.0 (not yet today). This patch organize qemu patches per version. For following PRs we should make scripts aware of this and apply the right set of patches. Fixes: #475 Signed-off-by: Jose Carlos Venegas Munoz --- ...001-9p-removing-coroutines-of-9p-to-increase-the-I-O-per.patch | 0 ...002-migration-add-capability-to-bypass-the-shared-memory.patch | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {obs-packaging/qemu-vanilla/patches => qemu/patches/4.0.x}/0001-9p-removing-coroutines-of-9p-to-increase-the-I-O-per.patch (100%) rename {obs-packaging/qemu-vanilla/patches => qemu/patches/4.0.x}/0002-migration-add-capability-to-bypass-the-shared-memory.patch (100%) diff --git a/obs-packaging/qemu-vanilla/patches/0001-9p-removing-coroutines-of-9p-to-increase-the-I-O-per.patch b/qemu/patches/4.0.x/0001-9p-removing-coroutines-of-9p-to-increase-the-I-O-per.patch similarity index 100% rename from obs-packaging/qemu-vanilla/patches/0001-9p-removing-coroutines-of-9p-to-increase-the-I-O-per.patch rename to qemu/patches/4.0.x/0001-9p-removing-coroutines-of-9p-to-increase-the-I-O-per.patch diff --git a/obs-packaging/qemu-vanilla/patches/0002-migration-add-capability-to-bypass-the-shared-memory.patch b/qemu/patches/4.0.x/0002-migration-add-capability-to-bypass-the-shared-memory.patch similarity index 100% rename from obs-packaging/qemu-vanilla/patches/0002-migration-add-capability-to-bypass-the-shared-memory.patch rename to qemu/patches/4.0.x/0002-migration-add-capability-to-bypass-the-shared-memory.patch