Your message dated Mon, 28 May 2007 17:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#409573: fixed in qemuctl 0.2-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: qemuctl
Version: 0.2-1
Tags: patch
To support KVM, an option to specify qemu or kvm is added. An
alternative would be to create 'kvmctl' command that starts up
kvm. Either way would be fine.
diff -ur qemuctl-0.2-orig/qemuctl qemuctl-0.2/qemuctl
--- qemuctl-0.2-orig/qemuctl 2006-01-24 07:26:40.000000000 +0900
+++ qemuctl-0.2/qemuctl 2007-02-04 11:16:03.235176140 +0900
@@ -42,14 +42,15 @@
$usbhostmenu = 0;
@usbmenuitems = 0;
@usbhostmenuitems = 0;
+$qemu = "qemu";
GetOptions("suspend-dir=s"=>\$suspend_dir,
"suspend-file=s"=>\$suspend_file,
+ "qemu=s"=>\$qemu,
"wakeup!"=>\$wakeup#,
#"monitor=s"=>\$monitor
);
-
-$command = "qemu '".join( "' '", @ARGV)."' -monitor stdio";
+$command = $qemu." '".join( "' '", @ARGV)."' -monitor stdio";
GetOptions("fda=s"=>\$default_floppy_a,
"fdb=s"=>\$default_floppy_b,
diff -ur qemuctl-0.2-orig/qemuctl.1 qemuctl-0.2/qemuctl.1
--- qemuctl-0.2-orig/qemuctl.1 2007-02-04 11:18:49.700780769 +0900
+++ qemuctl-0.2/qemuctl.1 2007-02-04 11:19:44.773379000 +0900
@@ -4,7 +4,7 @@
qemuctl \- Graphical control for qemu
.SH "SYNTAX"
.LP
-qemuctl [\fI\-suspend\-dir\fP <\fIdir\fP>] [\fI\-suspend\-file\fP
<\fIfilename\fP>] [\fI\-nowakeup\fP] qemu\-options
+qemuctl [\fI\-suspend\-dir\fP <\fIdir\fP>] [\fI\-suspend\-file\fP
<\fIfilename\fP>] [\fI\-qemu\fP <\fIqemu\fP>] [\fI\-nowakeup\fP] qemu\-options
.SH "DESCRIPTION"
.LP
qemuctl is a gui that controls a qemu process with the built\-in monitor of
qemu. So you can change devices, suspend machines, save screenshots, ...
@@ -52,6 +52,12 @@
.br
Default is to wake up using the vm\-file if it is there.
.TP
+\fB\-qemu <qemu>\fR
+The qemu variation to use. It can be qemu or kvm.
+.br
+Default is qemu.
+.TP
+.TP
\fBqemu\-options\fR
Use qemu\-options for the launch of qemu. See qemu(1) for further details.
.SH "FILES"
--- End Message ---
--- Begin Message ---
Source: qemuctl
Source-Version: 0.2-2
We believe that the bug you reported is fixed in the latest version of
qemuctl, which is due to be installed in the Debian FTP archive:
qemuctl_0.2-2.diff.gz
to pool/main/q/qemuctl/qemuctl_0.2-2.diff.gz
qemuctl_0.2-2.dsc
to pool/main/q/qemuctl/qemuctl_0.2-2.dsc
qemuctl_0.2-2_all.deb
to pool/main/q/qemuctl/qemuctl_0.2-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Miguel Gea Milvaques <[EMAIL PROTECTED]> (supplier of updated qemuctl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 28 May 2007 19:05:36 +0200
Source: qemuctl
Binary: qemuctl
Architecture: source all
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: Miguel Gea Milvaques <[EMAIL PROTECTED]>
Changed-By: Miguel Gea Milvaques <[EMAIL PROTECTED]>
Description:
qemuctl - controlling GUI for qemu
Closes: 409573
Changes:
qemuctl (0.2-2) unstable; urgency=low
.
* Added kvm support (Closes: #409573). Thanks to Junichi Uekawa.
Files:
982e0cb2c128e52bff5157ee42727077 557 misc optional qemuctl_0.2-2.dsc
41bb585885c056cea16257dc6272071d 2748 misc optional qemuctl_0.2-2.diff.gz
b53a3c8aa9a19ab75743a20ccd8c3415 11852 misc optional qemuctl_0.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGWwwhNTNQylgICMQRArEIAJ9uLXOLfk2FptWjx1tKbEEvkXSKiQCfVGDx
dxp3TcGTwVdS+fU/a2b0xJc=
=Wl/0
-----END PGP SIGNATURE-----
--- End Message ---