Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-31 Thread Igor Mammedov
On Fri, 28 Oct 2022 12:34:19 +0200 Bernhard Beschow wrote: > The code currently assumes Q35 iff ICH9 and i440fx iff PIIX. Now that more > AML generation has been moved into the south bridges and since the > machines define themselves primarily through their north bridges, let's > switch to resolv

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-30 Thread Ani Sinha
On Fri, 28 Oct 2022, Bernhard Beschow wrote: > The code currently assumes Q35 iff ICH9 and i440fx iff PIIX. Now that more > AML generation has been moved into the south bridges and since the > machines define themselves primarily through their north bridges, let's > switch to resolving the nort

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-30 Thread Michael S. Tsirkin
On Sun, Oct 30, 2022 at 09:48:08PM +0530, Ani Sinha wrote: > > > On Sun, 30 Oct 2022, Michael S. Tsirkin wrote: > > > On Sun, Oct 30, 2022 at 09:15:44PM +0530, Ani Sinha wrote: > > > > > > > > > On Sat, 29 Oct 2022, Michael S. Tsirkin wrote: > > > > > > > On Fri, Oct 28, 2022 at 10:18:43PM +0530

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-30 Thread Ani Sinha
On Sun, 30 Oct 2022, Michael S. Tsirkin wrote: > On Sun, Oct 30, 2022 at 09:15:44PM +0530, Ani Sinha wrote: > > > > > > On Sat, 29 Oct 2022, Michael S. Tsirkin wrote: > > > > > On Fri, Oct 28, 2022 at 10:18:43PM +0530, Ani Sinha wrote: > > > > On Fri, Oct 28, 2022 at 9:45 PM B wrote: > > > > >

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-30 Thread Michael S. Tsirkin
On Sun, Oct 30, 2022 at 09:15:44PM +0530, Ani Sinha wrote: > > > On Sat, 29 Oct 2022, Michael S. Tsirkin wrote: > > > On Fri, Oct 28, 2022 at 10:18:43PM +0530, Ani Sinha wrote: > > > On Fri, Oct 28, 2022 at 9:45 PM B wrote: > > > > > > > > > > > > > > > > Am 28. Oktober 2022 10:58:07 UTC schrie

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-30 Thread Ani Sinha
On Sat, 29 Oct 2022, Michael S. Tsirkin wrote: > On Fri, Oct 28, 2022 at 10:18:43PM +0530, Ani Sinha wrote: > > On Fri, Oct 28, 2022 at 9:45 PM B wrote: > > > > > > > > > > > > Am 28. Oktober 2022 10:58:07 UTC schrieb Ani Sinha : > > > >On Fri, Oct 28, 2022 at 4:05 PM Bernhard Beschow > > >

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-29 Thread Michael S. Tsirkin
On Fri, Oct 28, 2022 at 10:18:43PM +0530, Ani Sinha wrote: > On Fri, Oct 28, 2022 at 9:45 PM B wrote: > > > > > > > > Am 28. Oktober 2022 10:58:07 UTC schrieb Ani Sinha : > > >On Fri, Oct 28, 2022 at 4:05 PM Bernhard Beschow wrote: > > >> > > >> The code currently assumes Q35 iff ICH9 and i440fx

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-28 Thread Ani Sinha
On Fri, Oct 28, 2022 at 9:45 PM B wrote: > > > > Am 28. Oktober 2022 10:58:07 UTC schrieb Ani Sinha : > >On Fri, Oct 28, 2022 at 4:05 PM Bernhard Beschow wrote: > >> > >> The code currently assumes Q35 iff ICH9 and i440fx iff PIIX. Now that more > >> AML generation has been moved into the south b

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-28 Thread B
Am 28. Oktober 2022 10:58:07 UTC schrieb Ani Sinha : >On Fri, Oct 28, 2022 at 4:05 PM Bernhard Beschow wrote: >> >> The code currently assumes Q35 iff ICH9 and i440fx iff PIIX. Now that more >> AML generation has been moved into the south bridges and since the >> machines define themselves prim

Re: [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-28 Thread Ani Sinha
On Fri, Oct 28, 2022 at 4:05 PM Bernhard Beschow wrote: > > The code currently assumes Q35 iff ICH9 and i440fx iff PIIX. Now that more > AML generation has been moved into the south bridges and since the > machines define themselves primarily through their north bridges, let's > switch to resolvin

[PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

2022-10-28 Thread Bernhard Beschow
The code currently assumes Q35 iff ICH9 and i440fx iff PIIX. Now that more AML generation has been moved into the south bridges and since the machines define themselves primarily through their north bridges, let's switch to resolving the north bridges for AML generation instead. This also allows fo