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-ia64-devel

[RESEND]RE: [Xen-ia64-devel][PATCH 4/4] boot windows server 2003:

To: "Alex Williamson" <alex.williamson@xxxxxx>
Subject: [RESEND]RE: [Xen-ia64-devel][PATCH 4/4] boot windows server 2003:
From: "Xu, Anthony" <anthony.xu@xxxxxxxxx>
Date: Tue, 1 Aug 2006 09:28:47 +0800
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 31 Jul 2006 18:29:21 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Aca0zgaTAxrjSt7kTcKIgTOwaUb+5AAOzmOQ
Thread-topic: [RESEND]RE: [Xen-ia64-devel][PATCH 4/4] boot windows server 2003:
Hi Alex,

That's for debug, and is removed.

Thanks,
Anthony

>From: Alex Williamson
>Sent: 2006?8?1? 2:20
>Hi Anthony,
>
>On Fri, 2006-07-28 at 14:55 +0800, Xu, Anthony wrote:
>> --- a/xen/arch/ia64/vmx/vtlb.c  Thu Jul 27 10:43:34 2006 -0600
>> +++ b/xen/arch/ia64/vmx/vtlb.c  Fri Jul 28 11:08:02 2006 +0800
>> @@ -120,14 +120,17 @@ thash_data_t *__vtr_lookup(VCPU *vcpu, u
>>  }
>>
>>
>> -static void thash_recycle_cch(thash_cb_t *hcb, thash_data_t *hash)
>> +void thash_recycle_cch(thash_cb_t *hcb, thash_data_t *hash)
>>  {
>>      thash_data_t *p, *q;
>>      int i=0;
>>
>>      p=hash;
>>      for(i=0; i < MAX_CCN_DEPTH; i++){
>> -        p=p->next;
>> +        if(p->next)
>> +           p=p->next;
>> +        else
>> +           while(10);
>              ^^^^^^^^^^  ???
>
>--
>Alex Williamson                             HP Open Source & Linux Org.

Attachment: support_8K_guest_pagesize.patch
Description: support_8K_guest_pagesize.patch

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [RESEND]RE: [Xen-ia64-devel][PATCH 4/4] boot windows server 2003:, Xu, Anthony <=