|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Qemu-devel] [PATCH V11 06/15] xen: Add the Xen platform
On Wed, Mar 23, 2011 at 12:08, Alexander Graf <agraf@xxxxxxx> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [Qemu-devel] [PATCH V11 02/15] xen: Make Xen build once., (continued)
- [Xen-devel] [PATCH V11 03/15] xen: Support new libxc calls from xen unstable., anthony . perard
- [Xen-devel] [PATCH V11 04/15] xen: Add initialisation of Xen, anthony . perard
- [Xen-devel] [PATCH V11 05/15] xen: Add xenfv machine, anthony . perard
- [Xen-devel] [PATCH V11 01/15] xen: Replace some tab-indents with spaces (clean-up)., anthony . perard
- [Xen-devel] [PATCH V11 06/15] xen: Add the Xen platform pci device, anthony . perard
- [Xen-devel] [PATCH V11 07/15] piix_pci: Introduces Xen specific call for irq., anthony . perard
- [Xen-devel] [PATCH V11 08/15] xen: Introduce Xen Interrupt Controller, anthony . perard
- [Xen-devel] [PATCH V11 11/15] Introduce qemu_put_ram_ptr, anthony . perard
- [Xen-devel] [PATCH V11 12/15] vl.c: Introduce getter for shutdown_requested and reset_requested., anthony . perard
- [Xen-devel] [PATCH V11 10/15] configure: Always use 64bits target physical addresses with xen enabled., anthony . perard
- [Xen-devel] [PATCH V11 09/15] xen: Introduce the Xen mapcache, anthony . perard
- [Xen-devel] [PATCH V11 14/15] xen: Set running state in xenstore., anthony . perard
- [Xen-devel] [PATCH V11 13/15] xen: Initialize event channels and io rings, anthony . perard
|
|
|
|
|