On 10/21/2015 01:25 PM, Alexandre Derumier wrote:
Signed-off-by: Alexandre Derumier <aderum...@odiso.com>
---
  Makefile           |   1 +
  kvmstealtime.patch | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 113 insertions(+)
  create mode 100644 kvmstealtime.patch

diff --git a/Makefile b/Makefile
index 287585b..5818f32 100644
--- a/Makefile
+++ b/Makefile
@@ -209,6 +209,7 @@ ${KERNEL_SRC}/README ${KERNEL_CFG_ORG}: ${KERNELSRCTAR}
        #cd ${KERNEL_SRC}; patch -p1 
<../add-empty-ndo_poll_controller-to-veth.patch
        #cd ${KERNEL_SRC}; patch -p1 
<../override_for_missing_acs_capabilities.patch
        #cd ${KERNEL_SRC}; patch -p1 
<../vhost-net-extend-device-allocation-to-vmalloc.patch
+       #cd ${KERNEL_SRC}; patch -p1 <../kvmstealtime.patch
Confused - do you want to add the patch or not? Maybe we want to do:

+       cd ${KERNEL_SRC}; patch -p1 <../kvmstealtime.patch


instead?

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to