Re: [Qemu-devel] [RFC 41/47] pc: acpi-build: create PCI0._CRS dynamically

2015-01-20 Thread Igor Mammedov
On Mon, 19 Jan 2015 23:55:37 +0200 "Michael S. Tsirkin" wrote: > On Mon, Jan 19, 2015 at 01:42:25PM +0100, Paolo Bonzini wrote: > > > > > > On 19/12/2014 03:02, Igor Mammedov wrote: > > > Replace template patching and runtime > > > calculation in _CRS() method with static _CRS > > > defined in

Re: [Qemu-devel] [RFC 41/47] pc: acpi-build: create PCI0._CRS dynamically

2015-01-20 Thread Marcel Apfelbaum
On 01/19/2015 11:55 PM, Michael S. Tsirkin wrote: On Mon, Jan 19, 2015 at 01:42:25PM +0100, Paolo Bonzini wrote: On 19/12/2014 03:02, Igor Mammedov wrote: Replace template patching and runtime calculation in _CRS() method with static _CRS defined in SSDT. It also drops manual hole patching f

Re: [Qemu-devel] [RFC 41/47] pc: acpi-build: create PCI0._CRS dynamically

2015-01-19 Thread Michael S. Tsirkin
On Mon, Jan 19, 2015 at 01:42:25PM +0100, Paolo Bonzini wrote: > > > On 19/12/2014 03:02, Igor Mammedov wrote: > > Replace template patching and runtime > > calculation in _CRS() method with static _CRS > > defined in SSDT. > > > > It also drops manual hole patching for reserved > > PCI/MEM/CPU

Re: [Qemu-devel] [RFC 41/47] pc: acpi-build: create PCI0._CRS dynamically

2015-01-19 Thread Paolo Bonzini
On 19/12/2014 03:02, Igor Mammedov wrote: > Replace template patching and runtime > calculation in _CRS() method with static _CRS > defined in SSDT. > > It also drops manual hole patching for reserved > PCI/MEM/CPU hoptlug MMIO resources and utilizes > the fact that MMIO resources are reserved b