On Wed, Mar 23, 2011 at 12:08, Alexander Graf <ag...@suse.de> wrote:
>> diff --git a/hw/pc_piix.c b/hw/pc_piix.c
>> index 6eff06e..417c456 100644
>> --- a/hw/pc_piix.c
>> +++ b/hw/pc_piix.c
>> @@ -121,6 +121,10 @@ static void pc_init1(ram_addr_t ram_size,
>>
>>     pc_vga_init(pci_enabled? pci_bus: NULL);
>>
>> +    if (xen_enabled()) {
>> +        pci_xen_platform_init(pci_bus);
>
> It probably makes sense to fold that function in here. That way you wouldn't 
> need the entry in the stub file.

Yes, I will do that.

Thanks,

-- 
Anthony PERARD

Reply via email to