[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v4 10/14] hvmloader: Load SeaBIOS from hvm_start_info modules



On Tue, Mar 15, 2016 at 09:27:19PM -0400, Konrad Rzeszutek Wilk wrote:
> > diff --git a/tools/firmware/hvmloader/seabios.c 
> > b/tools/firmware/hvmloader/seabios.c
> > index c6b3d9f..5d0a491 100644
> > --- a/tools/firmware/hvmloader/seabios.c
> > +++ b/tools/firmware/hvmloader/seabios.c
> > @@ -27,9 +27,6 @@
> >  #include "smbios_types.h"
> >  #include "acpi/acpi2_0.h"
> >  
> > -#define ROM_INCLUDE_SEABIOS
> > -#include "roms.inc"
> > -
> >  extern unsigned char dsdt_anycpu_qemu_xen[];
> >  extern int dsdt_anycpu_qemu_xen_len;
> >  
> > @@ -127,22 +124,29 @@ static void seabios_setup_e820(void)
> >      struct e820entry *e820 = scratch_alloc(sizeof(struct e820entry)*16, 0);
> >      info->e820 = (uint32_t)e820;
> >  
> > +    BUG_ON(seabios_config.bios_address < 0xc0000 || 
> > seabios_config.bios_address >= 0x100000);
> 
> s/0x100000/HVMLOADER_PHYSICAL_ADDRESS/
> s/0xc0000/0x000C0000/

That was suppose to be VGABIOS_PHYSICAL_ADDRESS

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.