| To: | Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [Xen-devel] Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up |
| From: | Keir Fraser <keir.fraser@xxxxxxxxxxxxx> |
| Date: | 2008年3月21日 10:10:46 +0000 |
| Delivery-date: | 2008年3月21日 03:11:54 -0700 |
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxx |
| In-reply-to: | <20080321100329.GB4353@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
| 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: | AciLO9Q6EsXbsPcvEdyxlwAWy6hiGQ== |
| Thread-topic: | [Xen-devel] Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up |
| User-agent: | Microsoft-Entourage/11.4.0.080122 |
On 21/3/08 10:03, "Samuel Thibault" <samuel.thibault@xxxxxxxxxxxxx> wrote:
>> --- a/tools/ioemu/hw/ide.c Thu Mar 20 17:45:00 2008 +0000
>> +++ b/tools/ioemu/hw/ide.c Thu Mar 20 17:47:05 2008 +0000
>> @@ -1823,7 +1823,6 @@ static void ide_ioport_write(void *opaqu
>> break;
>> case WIN_SETMULT:
>> if (s->nsector > MAX_MULT_SECTORS ||
>> - s->nsector == 0 ||
>> (s->nsector & (s->nsector - 1)) != 0) {
>> ide_abort_command(s);
>> } else {
>>
>> If revert c/s 17266, WinXP guest can boot up, but Linux still can't.
>
> Oh, that's pretty odd that it doesn't like it... Well then OK, please
> revert it (it was mostly meant to fix a scary but harmless warning in
> the Linux hda initialization). I'm also getting the Linux hda issue,
> maybe I'll try to dig it out.
This patch has been found blameless.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Xen-devel] Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up , Samuel Thibault |
|---|---|
| Next by Date: | [Xen-devel] [PATCH] ioemu: fix VNC case when switching from 32bpp to 24bpp , Samuel Thibault |
| Previous by Thread: | [Xen-devel] Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up , Samuel Thibault |
| Next by Thread: | [Xen-devel] [PATCH] ioemu: fix VNC case when switching from 32bpp to 24bpp , Samuel Thibault |
| Indexes: | [Date] [Thread] [Top] [All Lists] |