Re: [Xen-devel] [PATCH 0/2] x86/hvm: HVMOP_get/set_param improvements

2015-05-01 Thread Paul Durrant
Sorry, this was an artefact of the previous set... Please ignore. Paul > -Original Message- > From: Paul Durrant [mailto:paul.durr...@citrix.com] > Sent: 01 May 2015 15:06 > To: xen-de...@lists.xenproject.org > Cc: Paul Durrant > Subject: [PATCH 0/2] x86/hvm: HVMOP_get/set_param improve

[Xen-devel] [PATCH 0/2] x86/hvm: HVMOP_get/set_param improvements

2015-05-01 Thread Paul Durrant
The following 3 patches re-structure the code implementing HVMOP_set_param and HVMOP_get_param. Patch #1 gives each operation its own function Patch #2 splits out checks for getting/setting non-reflexive params and setting params with change-once semantics, as well as the XSM check into separate

Re: [Xen-devel] [PATCH 0/2] x86/hvm: HVMOP_get/set_param improvements

2015-04-24 Thread Paul Durrant
The subject line should obviously be prefixed [PATCH 0/3], but the content is at least correct. Apologies for that, Paul > -Original Message- > From: Paul Durrant [mailto:paul.durr...@citrix.com] > Sent: 24 April 2015 17:21 > To: xen-de...@lists.xenproject.org > Cc: Paul Durrant > Sub

[Xen-devel] [PATCH 0/2] x86/hvm: HVMOP_get/set_param improvements

2015-04-24 Thread Paul Durrant
The following 3 patches re-structure the code implementing HVMOP_set_param and HVMOP_get_param. Patch #1 gives each operation its own function Patch #2 splits out checks for getting/setting non-reflexive params and setting params with change-once semantics, as well as the XSM check into separate