qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V11 06/15] xen: Add the Xen platform pci device


From: Anthony PERARD
Subject: Re: [Qemu-devel] [PATCH V11 06/15] xen: Add the Xen platform pci device
Date: Mon, 28 Mar 2011 17:08:00 +0100

On Wed, Mar 23, 2011 at 12:08, Alexander Graf <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]