d/xen-utils-common.xen.init: it is qemu -monitor none, not -monitor /dev/null
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 22 Apr 2022 12:17:01 +0000 (15:17 +0300)
committerHans van Kranenburg <hans@knorrie.org>
Sat, 23 Apr 2022 11:38:45 +0000 (13:38 +0200)
It makes no sense to create qemu devices and shut them off to/from /dev/null.
We were supposed to _not_ create these devices instead of creating them and
getting rid of their output.  We do not need these devices in the first place.

debian/xen-utils-common.xen.init

index 8dac05f9debc11bcc82fe1d1898dcd6c68ac6ebe..dadb3dcd080d58b7969290c4c7e3734b99ba0851 100644 (file)
@@ -60,7 +60,7 @@ OXENSTORED="$ROOT"/bin/oxenstored
 XENSTORED_PIDFILE="/run/xenstore.pid"
 QEMU=/usr/bin/qemu-system-i386
 QEMU_PIDFILE="/run/qemu-dom0.pid"
-QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor /dev/null -serial /dev/null -parallel /dev/null"
+QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor none -serial none -parallel none"
 
 modules_setup()
 {