[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1 of 3] Enable UEFI BIOS(OVMF) support in Xen-unstable HVM
Hi Keir, Thank you for your comments. 2011/7/23 Keir Fraser <keir@xxxxxxx>
Ok, I have removed this hook.
I also removed this change.
Do you mean that put the bios_relocate hook in the "else" statement? Just like this: if (bios->load) { bios->load(bios); } else { printf("Loading %s ...\n", bios->name); memcpy((void *)bios->bios_address, bios->image, bios->image_size); if (bios->bios_relocate)
bios->bios_relocate(); } Thanks, Bei Guan
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |