WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 2 of 2] xen: hvm_save: Add pre-3.4 compatibility

To: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 2 of 2] xen: hvm_save: Add pre-3.4 compatibility for hvm_hw_cpu
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Fri, 1 Apr 2011 11:49:36 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 01 Apr 2011 03:50:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <e2f2377fedef200932fd.1301581301@elijah>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <patchbomb.1301581299@elijah> <e2f2377fedef200932fd.1301581301@elijah>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2011-03-31 at 15:21 +0100, George Dunlap wrote:
> @@ -46,6 +46,8 @@
>  
>  /*
>   * Processor
> + *
> + * Compat: Pre-3.4 didn't have msr_tsc_aux

Do you mean Pre-4.0? i.e. 3.4 and earlier?

>   */
>  
>  struct hvm_hw_cpu {
> @@ -157,8 +159,131 @@
>      uint32_t error_code;
>  };
>  
> -DECLARE_HVM_SAVE_TYPE(CPU, 2, struct hvm_hw_cpu);
> +struct hvm_hw_cpu_compat { 

"struct hvm_hw_cpu_3_4_compat" to make it clear which version compat is
with?

Ian.



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>