From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/2] support RT_PRIO_HC hypercall Date: Thu, 21 Sep 2017 09:03:41 -0300 Message-ID: <20170921120341.590850215@redhat.com> To: kvm@vger.kernel.org, qemu-devel@nongnu.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32928 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751531AbdIUMSX (ORCPT ); Thu, 21 Sep 2017 08:18:23 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Add the following CPU options: allow-rt-prio-hc: allow guest to execute hypercall to change vcpu thread priority. rt-prio: SCHED_FIFO priority to be used when that hypercall is invoked. Signed-off-by: Marcelo Tosatti