Re: [PATCH v4 0/8] acpi: Some fixes for pxb support for ARM virt machine

2021-01-12 Thread Igor Mammedov
On Tue, 12 Jan 2021 05:37:29 -0500 "Michael S. Tsirkin" wrote: > Looks good to me. Igor, want to ack before I apply this? Looks good to me too, so Acked-by: Igor Mammedov > > On Tue, Jan 12, 2021 at 06:19:03PM +0800, Jiahui Cen wrote: > > Kindly ping... > > > > Thanks, > > Jiahui > > > > O

Re: [PATCH v4 0/8] acpi: Some fixes for pxb support for ARM virt machine

2021-01-12 Thread Michael S. Tsirkin
Looks good to me. Igor, want to ack before I apply this? On Tue, Jan 12, 2021 at 06:19:03PM +0800, Jiahui Cen wrote: > Kindly ping... > > Thanks, > Jiahui > > On 2021/1/7 19:40, Jiahui Cen wrote: > > This patch series adds some fixes for ARM virt machine pxb support. > > 1. Pass addr offset for

Re: [PATCH v4 0/8] acpi: Some fixes for pxb support for ARM virt machine

2021-01-12 Thread Jiahui Cen
Kindly ping... Thanks, Jiahui On 2021/1/7 19:40, Jiahui Cen wrote: > This patch series adds some fixes for ARM virt machine pxb support. > 1. Pass addr offset for IO, MMIO and bus number when builing crs, because > the addr_trans is needed to describe an addr resource. [1] > 2. Inform guest os no

[PATCH v4 0/8] acpi: Some fixes for pxb support for ARM virt machine

2021-01-07 Thread Jiahui Cen
This patch series adds some fixes for ARM virt machine pxb support. 1. Pass addr offset for IO, MMIO and bus number when builing crs, because the addr_trans is needed to describe an addr resource. [1] 2. Inform guest os not to ignore the resource map generated by firmware as the x86 default way. [2