Thank you very much. I apologize for the not quite clean merge request
by email, this is my first time. Besides that are there any suggestions
for improvements to the other patches?
Thanks Michael
On 02.03.25 18:40, Frediano Ziglio wrote:
On Fri, Feb 28, 2025 at 9:59 AM Michael Scherle <
michael.scherle@xxxxxxxxxxxxxxxxxx> wrote:
This brings in the following changes:
common: Add a udev helper to identify GPU Vendor
build: Avoid Meson warning
Drop Python 2 from m4/spice-deps.m4
Stop using Python six package
codegen: Use context manager when opening files
Signed-off-by: Michael Scherle <michael.scherle@xxxxxxxxxxxxxxxxxx>
---
subprojects/spice-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/spice-common b/subprojects/spice-common
index 58d375e5..8c0319e3 160000
--- a/subprojects/spice-common
+++ b/subprojects/spice-common
@@ -1 +1 @@
-Subproject commit 58d375e5eadc6fb9e587e99fd81adcb95d01e8d6
+Subproject commit 8c0319e31df967e41c74f4121cbdb3b785fe114e
Acked-by: Frediano Ziglio <freddy77@xxxxxxxxx>
That's surely the easy one
Thanks,
Frediano