On 2/26/25 4:20 PM, Andrew Cooper wrote:
On 26/02/2025 3:17 pm, Juergen Gross wrote:
On 26.02.25 16:12, Andrew Cooper wrote:
On 26/02/2025 10:45 am, Oleksii Kurochko wrote:
Signed-off-by: Oleksii Kurochko<oleksii.kuroc...@gmail.com>
---
Changes in v2:
- Drop "Support device passthrough when dom0 is PVH on Xen" from
CHANGELOD.md becuase it isn't really ready:
https://lore.kernel.org/xen-devel/31db7d34-3338-4d88-8721-f2cd4b68f...@gmail.com/T/#m725b559864e5ed6163b59a088b437aa10c36ff16
---
CHANGELOG.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1979166820..5f5a40855a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,11 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/)
- Fixed blkif protocol specification for sector sizes different
than 512b.
- The dombuilder in libxenguest no longer un-gzips secondary
modules, instead
leaving this to the guest kernel to do in guest context.
+ - Reduce xenstore library dependencies.
What is this in reference to? I don't think all of Juergen's series has
been merged yet.
Not all of the series has been merged, but some library dependencies have
been dropped already (e.g. to libxenguest). This is especially affecting
the build of xenstore-stubdom positively.
Yes, it is connected to stubdom:
https://lore.kernel.org/xen-devel/20241010155459.22389-1-jgr...@suse.com/
~ Oleksii
Oh, that's good to hear.
~Andrew