<br><br><div class="gmail_quote">On Tue, Dec 2, 2008 at 8:05 PM, Marc Jones <span dir="ltr"><<a href="mailto:marcj303@gmail.com">marcj303@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Tue, Dec 2, 2008 at 10:57 AM, Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>> wrote:<br>
><br>
><br>
> On Tue, Dec 2, 2008 at 7:13 AM, Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>> wrote:<br>
>><br>
>> Jordan,<br>
>><br>
>> Sorry I obviously missed the point of your questions.  I'd forgotten that<br>
>> the fix went in to make all devices found in the dts be "on the mainboard."<br>
>> Here's a new patch that updates the dts with that in mind.  It also fixes<br>
>> the subsystem_vendor, which was broken in the last patch.<br>
>><br>
>> I appreciate the sanity check.<br>
><br>
> This patch is updated so that qemu works with resource allocation in phases.<br>
> Here are the changes:<br>
><br>
> 1. Add a dts for the northbridge so it can have its own ops.<br>
> 2. Separates the domain from the device resource code.<br>
> 3. Add new resources for the APIC and VGA area.<br>
<br>
</div></div>Move the IOAPIC to the the 82371? I'm not sure if the LAPIC belongs in<br>
the northbridge on since every core needs one it might belong in the<br>
CPU but I think you only need to reserve the range once.<font color="#888888"><br>
</font></blockquote></div><br>Can we put the LAPIC in the NB domain?  Hopefully we can reserve an area that would cover any CPU connected to that NB.  Here's my current resource list for qemu.  This is after resource assignment.<br>
<br>  PCI_DOMAIN: 0000 resource base 1000 size 410 align 8 gran 0 limit ffff flags 80100 index 0<br>  PCI_DOMAIN: 0000 resource base fc000000 size 2001000 align 25 gran 0 limit ffffffff flags 80200 index 1<br>  PCI_DOMAIN: 0000 resource base fec00000 size 100000 align 0 gran 0 limit ffffffff flags e0000200 index 2<br>
  PCI_DOMAIN: 0000 resource base fee00000 size 10000 align 0 gran 0 limit ffffffff flags e0000200 index 3<br>   PCI: 00:00.0 resource base 0 size 0 align 0 gran 12 limit ffff flags 80100 index 0<br>   PCI: 00:00.0 resource base 0 size a0000 align 0 gran 0 limit 0 flags e0004200 index a<br>
   PCI: 00:00.0 resource base a0000 size 20000 align 0 gran 0 limit bfff flags c0040200 index 1<br>   PCI: 00:00.0 resource base c0000 size 6f40000 align 0 gran 0 limit 0 flags e0004200 index b<br>   PCI: 00:01.0 resource base 0 size 1000 align 0 gran 0 limit 0 flags e0000100 index 0<br>
   PCI: 00:01.1 resource base 1400 size 10 align 4 gran 4 limit ffff flags 40000100 index 20<br>   PCI: 00:02.0 resource base fc000000 size 2000000 align 25 gran 25 limit ffffffff flags 40001200 index 10<br>   PCI: 00:02.0 resource base fe000000 size 1000 align 12 gran 12 limit ffffffff flags 40000200 index 14<br>
   PCI: 00:03.0 resource base 1000 size 100 align 8 gran 8 limit ffff flags 40000100 index 10<br><br>Which APIC resource did you want to move into the 82371?<br><br>Thanks,<br>Myles<br>