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

Alexandre DERUMIER aderumier at odiso.com
Wed Oct 21 14:04:11 CEST 2015


oh sorry, wrong copy paste :/

yes I want to include it.

(I have tested it, works fine)
----- Mail original -----
De: "dietmar" <dietmar at proxmox.com>
À: "pve-devel" <pve-devel at pve.proxmox.com>, "aderumier" <aderumier at odiso.com>
Envoyé: Mercredi 21 Octobre 2015 14:02:11
Objet: Re: [pve-devel] [PATCH] kvm : fix stealtime bug

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