Displaying 4 results from an estimated 4 matches for "create_pir_tables".
2011 Jul 18
1
Re: trip to shanghai
...gt;> >> --- a/tools/firmware/hvmloader/hvmloader.c Fri Jul 08 18:35:24 2011 +0100
> >> >> +++ b/tools/firmware/hvmloader/hvmloader.c Fri Jul 15 11:37:12 2011 +0000
> >> >> @@ -430,7 +430,7 @@ int main(void)
> >> >> bios->create_pir_tables();
> >> >> }
> >> >>
> >> >> - if ( bios->load_roms )
> >> >> + if ( 1 )
> >> >> {
> >> >> switch ( virtual_vga )
> >> >> {
> >> >>
> >>...
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only
version of hvmloader.
In addition, when building a seabios only hvmloader, Option ROMs like
vgabios and etherboot are no longer required, and therefore can be disabled
from the build. Dependency on the bcc compiler can also be avoided the
same way.
v2: Separate patches for separate issues
Introduced config option to
2011 Nov 18
2
[PATCH 0 of 2] Add configuration options to selectively disable S3 and S4 (V3)
This patch series adds the ability to selectively disable the S3 and S4 ACPI
power states for HVM guests.
Since there is a general move towards retiring the hvm_info_table structure,
the first patch moves the acpi_enabled flag out of the hvm_info_table and into
a xenstore key (platform/acpi).
The second patch then introduces the acpi_s3 and acpi_s4 configuration
parameters to the xl config file
2011 Jul 21
51
Linux Stubdom Problem
...> --- a/tools/firmware/hvmloader/hvmloader.c Fri Jul 08 18:35:24 2011 +0100
>> >> >> +++ b/tools/firmware/hvmloader/hvmloader.c Fri Jul 15 11:37:12 2011 +0000
>> >> >> @@ -430,7 +430,7 @@ int main(void)
>> >> >> bios->create_pir_tables();
>> >> >> }
>> >> >>
>> >> >> - if ( bios->load_roms )
>> >> >> + if ( 1 )
>> >> >> {
>> >> >> switch ( virtual_vga )
>> >> >> {
>>...