Re: [Qemu-devel] [PATCH 9/9] pc: acpi-build: replace recursive PCI bus tree generation with loop based

2014-12-09 Thread Michael S. Tsirkin
On Tue, Dec 09, 2014 at 03:01:00PM +0100, Igor Mammedov wrote: > On Mon, 8 Dec 2014 22:43:24 +0200 > "Michael S. Tsirkin" wrote: > > > On Mon, Dec 08, 2014 at 04:08:08PM +, Igor Mammedov wrote: > > > it replaces PCI tree structure in SSDT with a set of scopes > > > describing each PCI bus as

Re: [Qemu-devel] [PATCH 9/9] pc: acpi-build: replace recursive PCI bus tree generation with loop based

2014-12-09 Thread Igor Mammedov
On Mon, 8 Dec 2014 22:43:24 +0200 "Michael S. Tsirkin" wrote: > On Mon, Dec 08, 2014 at 04:08:08PM +, Igor Mammedov wrote: > > it replaces PCI tree structure in SSDT with a set of scopes > > describing each PCI bus as a separate scope with a child devices. > > It makes code easier to follow a

Re: [Qemu-devel] [PATCH 9/9] pc: acpi-build: replace recursive PCI bus tree generation with loop based

2014-12-08 Thread Michael S. Tsirkin
On Mon, Dec 08, 2014 at 04:08:08PM +, Igor Mammedov wrote: > it replaces PCI tree structure in SSDT with a set of scopes > describing each PCI bus as a separate scope with a child devices. > It makes code easier to follow and a little bit smaller. > > In addition it makes simplier to convert c

[Qemu-devel] [PATCH 9/9] pc: acpi-build: replace recursive PCI bus tree generation with loop based

2014-12-08 Thread Igor Mammedov
it replaces PCI tree structure in SSDT with a set of scopes describing each PCI bus as a separate scope with a child devices. It makes code easier to follow and a little bit smaller. In addition it makes simplier to convert current template patching approach to completely dynamically generated SSD