Your message dated Mon, 28 Jan 2008 20:47:58 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#443801: fixed in qemu 0.9.1-1 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: qemu Version: 0.9.0+20070816-1 Severity: minor Tags: patch The '-usbdevice' parameter format isn't described: % man qemu | grep -nA 1 usbdevice 180: -usbdevice devname 181- Add the USB device devname. I had to search online to learn about it, maybe this bug can save other users time. Suggested revision: -usbdevice host:[vendor_ID]:[product_ID] Example, lsusb(1) describes a printer: Bus 001 Device 002: ID 03f0:1504 Hewlett-Packard DeskJet 920c To use it with 'qemu': qemu -usb -usbdevice host:03f0:1504 [foo.iso ...etc.] If not that text, then something like that would be good. An example is needed, because otherwise it's unclear that "host:" is an invariant prefix and NOT a variable parameter. Hope this helps... -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/dash Versions of packages qemu depends on: ii bochsbios 2.3+20070705-2 BIOS for the Bochs emulator ii libasound2 1.0.14a-2 ALSA library ii libc6 2.6.1-2 GNU C Library: Shared libraries ii libncurses5 5.6+20070825-1 Shared libraries for terminal hand ii libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer ii openbios-sparc 1.0~alpha2+20070816-1 SPARC Open Firmware ii openhackware 0.4.1-2 OpenFirmware emulator for PowerPC ii proll 18-2 JavaStation PROM 2.x compatible re ii vgabios 0.6a-3 VGA BIOS software for the Bochs an ii zlib1g 1:1.2.3.3.dfsg-5 compression library - runtime Versions of packages qemu recommends: pn debootstrap <none> (no description available) ii sharutils 1:4.6.3-1 shar, unshar, uuencode, uudecode pn vde2 <none> (no description available) -- no debconf information
--- End Message ---
--- Begin Message ---Source: qemu Source-Version: 0.9.1-1 We believe that the bug you reported is fixed in the latest version of qemu, which is due to be installed in the Debian FTP archive: qemu_0.9.1-1.diff.gz to pool/main/q/qemu/qemu_0.9.1-1.diff.gz qemu_0.9.1-1.dsc to pool/main/q/qemu/qemu_0.9.1-1.dsc qemu_0.9.1-1_amd64.deb to pool/main/q/qemu/qemu_0.9.1-1_amd64.deb qemu_0.9.1.orig.tar.gz to pool/main/q/qemu/qemu_0.9.1.orig.tar.gz 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. Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated qemu 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 Jan 2008 21:24:14 +0100 Source: qemu Binary: qemu Architecture: source amd64 Version: 0.9.1-1 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno <[EMAIL PROTECTED]> Changed-By: Aurelien Jarno <[EMAIL PROTECTED]> Description: qemu - fast processor emulator Closes: 322325 402289 413315 425634 426181 437866 441119 442822 443801 446868 459801 Changes: qemu (0.9.1-1) unstable; urgency=low . [ Aurelien Jarno ] * New upstream version. (Closes: #459801) - Supports s390 host. (Closes: #441119) - Fix PCI bar allocation. (Closes: #413315) - Fix typo in keys name. (Closes: #426181) - Fix segfault of qemu-i386 (Closes: #446868). - debian/control: bump depends on openbios-sparc to >= 1.0~alpha2+20080106. - debian/patches/02_snapshot_use_tmpdir.patch: Refreshed. - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise. - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise. - debian/patches/06_exit_segfault.patch: Likewise. - debian/patches/10_signal_jobs.patch: Likewise. - debian/patches/11_signal_sigaction.patch: Likewise. - debian/patches/12_signal_powerpc_support.patch: Likewise. - debian/patches/21_net_soopts.patch: Likewise. - debian/patches/30_syscall_ipc.patch: Likewise. - debian/patches/31_syscalls.patch: Likewise. - debian/patches/32_syscall_sysctl.patch: Likewise. - debian/patches/33_syscall_ppc_clone.patch: Likewise. - debian/patches/35_syscall_sockaddr.patch: Likewise. - debian/patches/41_arm_fpa_sigfpe.patch: Likewise. - debian/patches/42_arm_tls.patch: Likewise. - debian/patches/50_linuxbios_isa_bios_ram.patch: Likewise - debian/patches/51_linuxbios_piix_ram_size.patch: Likewise - debian/patches/61_safe_64bit_int.patch: Removed, merged upstream. - debian/patches/63_sparc_build.patch: Refreshed. - debian/patches/80_ui_curses.patch: Likewise. * debian/patches/90_security.patch: fix 64-bit overflow. (Closes: #425634) * debian/qemu-make-debian-root: add a -s option to create sparse image. (Closes: #322325) * debian/control: bump depends on bochsbios to >= 2.3.5-1. Use BIOS-qemu-latest instead of BIOS-bochs-latest. (Closes: #402289, #442822) * debian/rules: build the non-dyngen part with default gcc. * debian/rules: support DEB_BUILD_OPTIONS="parallel=n". * debian/patches/70_manpage.patch: describe the arguments of the -usbdevice option in the manpage. (Closes: #443801) * debian/control: now using Standards-Version 3.7.3 (no changes needed). * debian/control: build-depends on libgnutls-dev to enable TLS support in VNC. * debian/patches/01_nostrip.patch: don't strip binaries during make install. (Closes: #437866) * debian/patches/53_openbios_size.patch: increase maximum prom size to support latest openbios. Files: bc4d10de36f58fd3a20b5df3f383e7e0 1130 misc optional qemu_0.9.1-1.dsc 937c34632a59e12ba7b55054419bbe7d 2392515 misc optional qemu_0.9.1.orig.tar.gz b4a6cdec6630ad0db22e7265a22d36ae 56901 misc optional qemu_0.9.1-1.diff.gz d43e324d9ac6133d444e717d3de0e9f6 10946622 misc optional qemu_0.9.1-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHnjt0w3ao2vG823MRAgP8AJwKCRagHKIYwla88BhOqNRpxfD0RQCaA5iG OYu/lKhhFW1kQ8+iNCKTjx0= =tlc9 -----END PGP SIGNATURE-----
--- End Message ---

