[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1569847479-13201-1-git-send-email-zhenzhong.duan@oracle.com>
Date: Mon, 30 Sep 2019 20:44:35 +0800
From: Zhenzhong Duan <zhenzhong.duan@...cle.com>
To: linux-kernel@...r.kernel.org
Cc: vkuznets@...hat.com, linux-hyperv@...r.kernel.org,
kvm@...r.kernel.org, Zhenzhong Duan <zhenzhong.duan@...cle.com>
Subject: [PATCH v3 0/4] Add a unified parameter "nopvspin"
There are cases folks want to disable spinlock optimization for
debug/test purpose. Xen and hyperv already have parameters "xen_nopvspin"
and "hv_nopvspin" to support that, but kvm doesn't.
The first patch adds that feature to KVM guest with "nopvspin".
For compatibility reason original parameters "xen_nopvspin" and
"hv_nopvspin" are retained and marked obsolete.
v3:
PATCH2: Fix indentation
v2:
PATCH1: pick the print code change into separate PATCH2,
updated patch description [Vitaly Kuznetsov]
PATCH2: new patch with print code change [Vitaly Kuznetsov]
PATCH3: add Reviewed-by [Juergen Gross]
Thanks
Zhenzhong
Powered by blists - more mailing lists