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][HVM] Fix guest hang producing "PIT: bad access"m

To: Christoph Egger <Christoph.Egger@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH][HVM] Fix guest hang producing "PIT: bad access"messages
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Sat, 12 Jan 2008 11:10:58 +0000
Delivery-date: Sat, 12 Jan 2008 03:11:21 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200801111208.02078.Christoph.Egger@xxxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AchVC86lDTA2b8D/EdyMtwAWy6hiGQ==
Thread-topic: [Xen-devel] [PATCH][HVM] Fix guest hang producing "PIT: bad access"messages
User-agent: Microsoft-Entourage/11.3.6.070618
Fixed by c/s 16709. I tested with the ISO you sent me and NetBSD boots much
further, to a reasonable point (failure to init a console).

 -- Keir

On 11/1/08 11:08, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:

> 
> Hi
> 
> When the HVM guest atomically reads two bytes from the PIT via  "rep insb"
> and the two bytes crosses pages, then in xen/arch/x86/hvm/i8254.c,
> handle_pit_io(), p->data_is_ptr is 1 which leads to an unhandled read.
> 
> Since reading the first byte does not change the guest rip, an endless loop
> of VMEXIT_IOIO happens. This leads to an endless stream of "PIT: bad access"
> xen messages => Guest hangs.
> 
> This has been accurately reproduced on NetBSD/amd64 as HVM guest
> and this also been seen on 64bit Windows guests.
> 
> The attached patch handles the page-crossing access in the PIT emulation.
> 
> Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
> 



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