]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen: allow setting the store pfn HVM parameter dom0_wip11 gitlab/dom0_wip11
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 6 Sep 2016 08:58:28 +0000 (10:58 +0200)
committerRoger Pau Monne <roger.pau@citrix.com>
Wed, 2 Nov 2016 17:34:51 +0000 (18:34 +0100)
Xen already allows setting the store event channel, and this parameter is
not used by Xen at all.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/hvm.c

index 089383c8fccb5cc6aae1f6910eefc3d7d9491a9f..1cd7f7b5456c1a098507ce440ce96b8fa20f8f3e 100644 (file)
@@ -5035,6 +5035,7 @@ static int hvm_allow_set_param(struct domain *d,
     case HVM_PARAM_STORE_EVTCHN:
     case HVM_PARAM_CONSOLE_EVTCHN:
     case HVM_PARAM_X87_FIP_WIDTH:
+    case HVM_PARAM_STORE_PFN:
         break;
     /*
      * The following parameters must not be set by the guest