Your message dated Thu, 11 Mar 2010 17:31:46 +0000
with message-id <[email protected]>
and subject line Bug#573439: fixed in qemu-kvm 0.12.3+dfsg-4
has caused the Debian Bug report #573439,
regarding qemu-kvm: fail to set hdd serial number
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
573439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573439
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qemu-kvm
Version: 0.12.3+dfsg-3
Severity: normal
Hello,
On version 0.12.3, -drive serial=XXX option does not work.
Below patch fixes it. 'serial' is pointer, not array.
--- qemu-kvm-0.12.3+dfsg/vl.c 2010-02-26 11:34:00.000000000 +0900
+++ qemu-kvm-0.12.3+dfsg.old/vl.c 2010-03-11 02:26:00.134217787 +0900
@@ -2397,7 +2397,7 @@
dinfo->on_write_error = on_write_error;
dinfo->opts = opts;
if (serial)
- strncpy(dinfo->serial, serial, sizeof(serial));
+ strncpy(dinfo->serial, serial, sizeof(dinfo->serial));
QTAILQ_INSERT_TAIL(&drives, dinfo, next);
if (is_extboot) {
extboot_drive = dinfo;
Best Regards,
Kouichi ONO
-- Package-specific info:
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5617.86
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5616.60
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5616.61
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5616.61
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5616.60
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5616.61
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 5
initial apicid : 5
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5616.61
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
stepping : 5
cpu MHz : 2808.934
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 7
initial apicid : 7
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5616.61
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.33 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages qemu-kvm depends on:
ii adduser 3.112 add and remove users and groups
ii bridge-utils 1.4-5 Utilities for configuring the Linu
ii iproute 20100224-1 networking and traffic control too
ii libasound2 1.0.22-2 shared library for ALSA applicatio
ii libbluetooth3 4.60-1 Library to use the BlueZ Linux Blu
ii libbrlapi0.5 4.1-4 braille display access via BRLTTY
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
ii libcurl3-gnutls 7.20.0-1 Multi-protocol file transfer libra
ii libgnutls26 2.8.5-2 the GNU TLS library - runtime libr
ii libncurses5 5.7+20090803-2 shared libraries for terminal hand
ii libpci3 1:3.1.7-1 Linux PCI Utilities (shared librar
ii libpulse0 0.9.21-1 PulseAudio client libraries
ii libsasl2-2 2.1.23.dfsg1-5 Cyrus SASL - authentication abstra
ii libsdl1.2debian 1.2.14-4 Simple DirectMedia Layer
ii libuuid1 2.16.2-0 Universally Unique ID library
ii libvdeplug2 2.2.3-3 Virtual Distributed Ethernet - Plu
ii libx11-6 2:1.3.3-1 X11 client-side library
ii python 2.5.4-9 An interactive high-level object-o
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages qemu-kvm recommends:
ii linux-image-2.6.31-1-amd64 2.6.31-2 Linux 2.6.31 for 64-bit PCs
ii linux-image-2.6.32.7 [linux tun+scst+0.0 Linux kernel binary image for vers
ii linux-image-2.6.33 [linux-i tun+scst+0.0 Linux kernel binary image for vers
Versions of packages qemu-kvm suggests:
pn debootstrap <none> (no description available)
pn hal <none> (no description available)
pn samba <none> (no description available)
ii vde2 2.2.3-3 Virtual Distributed Ethernet
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Source: qemu-kvm
Source-Version: 0.12.3+dfsg-4
We believe that the bug you reported is fixed in the latest version of
qemu-kvm, which is due to be installed in the Debian FTP archive:
kvm_0.12.3+dfsg-4_i386.deb
to main/q/qemu-kvm/kvm_0.12.3+dfsg-4_i386.deb
qemu-kvm-dbg_0.12.3+dfsg-4_i386.deb
to main/q/qemu-kvm/qemu-kvm-dbg_0.12.3+dfsg-4_i386.deb
qemu-kvm_0.12.3+dfsg-4.diff.gz
to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-4.diff.gz
qemu-kvm_0.12.3+dfsg-4.dsc
to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-4.dsc
qemu-kvm_0.12.3+dfsg-4_i386.deb
to main/q/qemu-kvm/qemu-kvm_0.12.3+dfsg-4_i386.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.
Jan Lübbe <[email protected]> (supplier of updated qemu-kvm 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.8
Date: Thu, 11 Mar 2010 17:15:31 +0100
Source: qemu-kvm
Binary: qemu-kvm qemu-kvm-dbg kvm
Architecture: source i386
Version: 0.12.3+dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Jan Lübbe <[email protected]>
Changed-By: Jan Lübbe <[email protected]>
Description:
kvm - dummy transitional pacakge from kvm to qemu-kvm
qemu-kvm - Full virtualization on x86 hardware
qemu-kvm-dbg - Debugging info for qemu-kvm
Closes: 572924 572930 572943 572991 573280 573439
Changes:
qemu-kvm (0.12.3+dfsg-4) unstable; urgency=low
.
[ Michael Tokarev ]
* added patch from upstream, ff5414990645653bf43bf64adfc1ca77ffb9edcb,
revert-sdlaudio:-make-it-suck-less.diff (closes: #572943)
Note that this is only relevant to sdl audio (QEMU_AUDIO_DRV=sdl)
* don't report system dmi information in the bugreports anymore, it
serves almost no useful purpose these days, much less than previously.
VMX/SVM is either enabled or not, and if it is not enabled, kvm module
will warn user about this fact in dmesg during load.
(closes: #572930, #572924)
* switch back to vgabios as shipped in upstream tarball in kvm/vgabios.
I overlooked it, thinking it went away together with seabios as
both roms/seabios and roms/vgabios are empty in upstream, but vgabios
has never been removed. So we're back at using it.
Big thanks to Bjørn Mork for the hard work he did finding bugs in the
version we shipped in 0.12.3+dfsg-2, which is wrong and the work
should have not been required. But it helped finding all the pieces
finally. (closes: #572991)
* build-depend on linux-libc-dev >= 2.6.32, to enable KSM (Kernel
Samepage Merge) and to ensure we'll not have spurious preadv()
problems
* build-depend on libaio-dev to compile in aio support
(which does not do any harm if not explicitly enabled)
* fix cleanups of old conffiles in preinst. (closes: #573280)
* include 573439-fail-to-set-hdd-serial-number.diff - a fix by
Kouichi ONO broken hdd serial number support (closes: #573439)
Checksums-Sha1:
b0f5b3c846c168fc2c6e00c507c787cb1e6d5ed4 1613 qemu-kvm_0.12.3+dfsg-4.dsc
9531db1ec2735df2fe442f6cb1ad66fc71277b8d 274694 qemu-kvm_0.12.3+dfsg-4.diff.gz
df61b26daf80685c006daacaa1e2b3c2927680c3 1481226
qemu-kvm_0.12.3+dfsg-4_i386.deb
aa14d254b540cb89d7ada6817987496e3c5d7ed2 2772852
qemu-kvm-dbg_0.12.3+dfsg-4_i386.deb
16f6abd8276babf1fb435fb04486daa4cf5f16f8 6700 kvm_0.12.3+dfsg-4_i386.deb
Checksums-Sha256:
1b296482342715876e0212ceaf9fa48d3f63083b59d860b596f7f1a4ed139061 1613
qemu-kvm_0.12.3+dfsg-4.dsc
2b3c3cff5bb7329b0310e14bf8d9451fa597f438cf26f2f8c3fccae34c4f574f 274694
qemu-kvm_0.12.3+dfsg-4.diff.gz
39f29f97f96a0628263a1ff3e5cb3a9387fa161f226c60d52a83b0c734f99c26 1481226
qemu-kvm_0.12.3+dfsg-4_i386.deb
232ba4787c12af721e48e5e935510689b4690717bd4a1b87f285116beb3e2116 2772852
qemu-kvm-dbg_0.12.3+dfsg-4_i386.deb
4d1751bb116a179bcf42cdaa9bba0a1454f16d754b09cf17025f014bf386221e 6700
kvm_0.12.3+dfsg-4_i386.deb
Files:
d76149f45a72681bf28ba97d5dfddf64 1613 misc optional qemu-kvm_0.12.3+dfsg-4.dsc
06f9fe7fff1e70b57704c2e9bed291e9 274694 misc optional
qemu-kvm_0.12.3+dfsg-4.diff.gz
21d3a30072ad958a60c68533f6f50e71 1481226 misc optional
qemu-kvm_0.12.3+dfsg-4_i386.deb
748e418c4e321ab130ca442de1f8d8d1 2772852 debug extra
qemu-kvm-dbg_0.12.3+dfsg-4_i386.deb
ff654fceb140ebf244574040d42c0c49 6700 oldlibs optional
kvm_0.12.3+dfsg-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuZIxIACgkQioOL5NhIDy5tDQCgudPU8FlKpjET3PKwJYwh3p3D
RsgAnjrql0WSdM1XePszOmhFFBhDOZG4
=a8vn
-----END PGP SIGNATURE-----
--- End Message ---