From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Durrant Subject: [PATCH v2 0/3] x86/viridian improvements Date: Mon, 4 Aug 2014 14:12:38 +0100 Message-ID: <1407157961-7239-1-git-send-email-paul.durrant@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This patch incorporates several improvements to the code supporting viridian (i.e. hyper-v compatible) enlightenments for Windows guests: Patch #1 series lays the foundations for adding new viridian enlightenments such that they can be optionally enabled, and not immediately exposed to a guest across a save/restore boundary. Patch #2 fixes a possible DoS issue by correctly noting that all the logging in the viridian code is actually under the control of the guest Patch #3 adds support for the 'Partition Time Reference Counter' enlightenment. v2: - Addressed comments from Jan Beulich - Added patch #2