[pve-devel] [PATCH] kvm : fix stealtime bug

Dietmar Maurer dietmar at proxmox.com
Wed Oct 21 14:02:11 CEST 2015



On 10/21/2015 01:25 PM, Alexandre Derumier wrote:
> Signed-off-by: Alexandre Derumier <aderumier at 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?




More information about the pve-devel mailing list