Re: [PATCH v2 5/9] xen/arm: Add additional reference to owner domain when the owner is allocated

2022-05-06 Thread Stefano Stabellini
On Fri, 6 May 2022, Penny Zheng wrote: > Borrower domain will fail to get a page ref using the owner domain > during allocation, when the owner is created after borrower. > > So here, we decide to get and add the right amount of reference, which > is the number of borrowers, when the owner is allo

[PATCH v2 5/9] xen/arm: Add additional reference to owner domain when the owner is allocated

2022-05-06 Thread Penny Zheng
Borrower domain will fail to get a page ref using the owner domain during allocation, when the owner is created after borrower. So here, we decide to get and add the right amount of reference, which is the number of borrowers, when the owner is allocated. Signed-off-by: Penny Zheng --- v2 change