All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH] HVM SMBIOS v3 [5/5]
@ 2006-08-18  6:16 Yang, Xiaowei
  2006-08-18  8:52 ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Yang, Xiaowei @ 2006-08-18  6:16 UTC (permalink / raw)
  To: Li, Xin B, xen-devel

>This patch breaks VMX boot from CDROM, I'm not familiar with the BIOS
code, can
>someone help to fix it?
>BTW, it's changeset 11095.
>-Xin

The previous patch has a careless mistake:

diff -r 04e5e80be909 tools/firmware/rombios/rombios.c
--- a/tools/firmware/rombios/rombios.c	Mon Aug 14 17:38:28 2006
+++ b/tools/firmware/rombios/rombios.c	Fri Aug 18 13:13:24 2006
@@ -9459,7 +9459,7 @@
   mov cx, #0x001f ; 0x1f bytes to copy
   mov ax, #0xf000
   mov es, ax      ; destination segment is 0xf0000
-  mov di, smbios_entry_point ; destination offset
+  mov di, #smbios_entry_point ; destination offset
   mov ax, #0x9f00
   mov ds, ax      ; source segment is 0x9f000
   mov si, #0x0000 ; source offset is

Thanks,
Xiaowei

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RE: [PATCH] HVM SMBIOS v3 [5/5]
  2006-08-18  6:16 [PATCH] HVM SMBIOS v3 [5/5] Yang, Xiaowei
@ 2006-08-18  8:52 ` Keir Fraser
  2006-08-19 18:32   ` Andrew D. Ball
  0 siblings, 1 reply; 3+ messages in thread
From: Keir Fraser @ 2006-08-18  8:52 UTC (permalink / raw)
  To: Yang, Xiaowei, Li, Xin B, xen-devel




On 18/8/06 7:16 am, "Yang, Xiaowei" <xiaowei.yang@intel.com> wrote:

>> This patch breaks VMX boot from CDROM, I'm not familiar with the BIOS
> code, can
>> someone help to fix it?
>> BTW, it's changeset 11095.
>> -Xin
> 
> The previous patch has a careless mistake:

Good to know the patches were tested! ;-)

Thanks,

 -- Keir

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RE: [PATCH] HVM SMBIOS v3 [5/5]
  2006-08-18  8:52 ` Keir Fraser
@ 2006-08-19 18:32   ` Andrew D. Ball
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew D. Ball @ 2006-08-19 18:32 UTC (permalink / raw)
  Cc: xen-devel, Yang, Xiaowei

Yes, thank you so much for finding this.

Peace.
Andrew


Keir Fraser wrote:
> 
> 
> On 18/8/06 7:16 am, "Yang, Xiaowei" <xiaowei.yang@intel.com> wrote:
> 
> 
>>>This patch breaks VMX boot from CDROM, I'm not familiar with the BIOS
>>
>>code, can
>>
>>>someone help to fix it?
>>>BTW, it's changeset 11095.
>>>-Xin
>>
>>The previous patch has a careless mistake:
> 
> 
> Good to know the patches were tested! ;-)
> 
> Thanks,
> 
>  -- Keir
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-19 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-18  6:16 [PATCH] HVM SMBIOS v3 [5/5] Yang, Xiaowei
2006-08-18  8:52 ` Keir Fraser
2006-08-19 18:32   ` Andrew D. Ball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.