Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libvirt (10.7.0+really9.10.0-1deepin21) unstable; urgency=medium

* Redirect libvirt-guests service output to journal to suppress console
* error messages during shutdown

-- xinpeng.wang <wangxinpeng@uniontech.com> Mon, 22 Jun 2026 15:18:41 +0800

libvirt (10.7.0+really9.10.0-1deepin20) unstable; urgency=medium

* Fix dependency issues:
Expand Down
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ add-loongarch64-arch-support.patch
fix-virtio-iommu-test-expected-output.patch
enable-acpi-for-loongarch-virt.patch
fix-libssh-deprecated-exit-status.patch
uniontech-remove-libvirt-guests-log.patch
13 changes: 13 additions & 0 deletions debian/patches/uniontech-remove-libvirt-guests-log.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Index: deepin-libvirt/tools/libvirt-guests.service.in
===================================================================
--- deepin-libvirt.orig/tools/libvirt-guests.service.in
+++ deepin-libvirt/tools/libvirt-guests.service.in
@@ -23,6 +23,8 @@ Type=oneshot
RemainAfterExit=yes
StandardOutput=journal+console
TimeoutStopSec=0
+StandardOutput=journal
+StandardError=journal

[Install]
WantedBy=multi-user.target
Loading