>>> On 06.06.16 at 17:08, wrote:
> On 06/06/2016 07:31 AM, Jan Beulich wrote:
> On 06.04.16 at 03:25, wrote:
>>> --- /dev/null
>>> +++ b/tools/firmware/hvmloader/acpi/x86.h
>>> @@ -0,0 +1,14 @@
>>> +#ifndef __ACPI_X86_H__
>>> +#define __ACPI_X86_H__
>>> +
>>> +#define IOAPIC_BASE_ADDRESS 0xfe
On 06/06/2016 07:31 AM, Jan Beulich wrote:
On 06.04.16 at 03:25, wrote:
>> Users of ACPI builder will need to provide their own implemetations of
>> strncpy(), memcpy, memset() and printf declared in stdio.h and string.h.
>> For hvmloader we provide those two as wrappers around utul.h.
>>
>>
>>> On 06.04.16 at 03:25, wrote:
> Users of ACPI builder will need to provide their own implemetations of
> strncpy(), memcpy, memset() and printf declared in stdio.h and string.h.
> For hvmloader we provide those two as wrappers around utul.h.
>
> Some x86-specific definitions move to ACPI build
Users of ACPI builder will need to provide their own implemetations of
strncpy(), memcpy, memset() and printf declared in stdio.h and string.h.
For hvmloader we provide those two as wrappers around utul.h.
Some x86-specific definitions move to ACPI builder's x86.h file so that
users won't have to