Re: [PATCH v3 3/4] tools/init-dom0less: Avoid hardcoding GUEST_MAGIC_BASE

2024-05-24 Thread Stefano Stabellini
On Mon, 20 May 2024, Jason Andryuk wrote: > On 2024-05-16 23:21, Henry Wang wrote: > > Currently the GUEST_MAGIC_BASE in the init-dom0less application is > > hardcoded, which will lead to failures for 1:1 direct-mapped Dom0less > > DomUs. > > > > Since the guest magic region allocation from init-d

Re: [PATCH v3 3/4] tools/init-dom0less: Avoid hardcoding GUEST_MAGIC_BASE

2024-05-20 Thread Jason Andryuk
On 2024-05-16 23:21, Henry Wang wrote: Currently the GUEST_MAGIC_BASE in the init-dom0less application is hardcoded, which will lead to failures for 1:1 direct-mapped Dom0less DomUs. Since the guest magic region allocation from init-dom0less is for XenStore, and the XenStore page is now allocate

[PATCH v3 3/4] tools/init-dom0less: Avoid hardcoding GUEST_MAGIC_BASE

2024-05-16 Thread Henry Wang
Currently the GUEST_MAGIC_BASE in the init-dom0less application is hardcoded, which will lead to failures for 1:1 direct-mapped Dom0less DomUs. Since the guest magic region allocation from init-dom0less is for XenStore, and the XenStore page is now allocated from the hypervisor, instead of hardcod