Your message dated Sun, 24 Sep 2006 18:47:18 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#386209: fixed in qemu 0.8.2-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.8.1-1 Severity: normal Tags: patch Hi, Somethings seems odd in 0.8.1-1's ne2000_can_receive(): static int ne2000_can_receive(void *opaque) { NE2000State *s = opaque; if (s->cmd & E8390_STOP) return 1; return !ne2000_buffer_full(s); } If the command is STOP, shouldn't can_receive rather return 0?! (just like it did in version 0.8.0-3). Here is a patch. Samuel -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-rc5 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages qemu depends on: ii bochsbios 2.2.6-2 BIOS for the Bochs emulator ii libasound2 1.0.11-7 ALSA library ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libsdl1.2debian 1.2.11-3 Simple DirectMedia Layer ii openhackware 0.4.1-2 OpenFirmware emulator for PowerPC ii proll 18-2 JavaStation PROM 2.x compatible re ii vgabios 0.6a-1 VGA BIOS software for the Bochs an ii zlib1g 1:1.2.3-13 compression library - runtime Versions of packages qemu recommends: ii debootstrap 0.3.3 Bootstrap a basic Debian system ii sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode -- no debconf information--- qemu-0.8.1-orig/hw/ne2000.c 2006-05-03 22:32:58.000000000 +0200 +++ qemu-0.8.1/hw/ne2000.c 2006-09-06 01:28:39.000000000 +0200 @@ -220,7 +220,7 @@ static int ne2000_can_receive(void *opaq NE2000State *s = opaque; if (s->cmd & E8390_STOP) - return 1; + return 0; return !ne2000_buffer_full(s); }
--- End Message ---
--- Begin Message ---Source: qemu Source-Version: 0.8.2-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.8.2-1.diff.gz to pool/main/q/qemu/qemu_0.8.2-1.diff.gz qemu_0.8.2-1.dsc to pool/main/q/qemu/qemu_0.8.2-1.dsc qemu_0.8.2-1_i386.deb to pool/main/q/qemu/qemu_0.8.2-1_i386.deb qemu_0.8.2.orig.tar.gz to pool/main/q/qemu/qemu_0.8.2.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. Guillem Jover <[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, 25 Sep 2006 04:16:25 +0300 Source: qemu Binary: qemu Architecture: source i386 Version: 0.8.2-1 Distribution: unstable Urgency: low Maintainer: Debian QEMU Team <[EMAIL PROTECTED]> Changed-By: Guillem Jover <[EMAIL PROTECTED]> Description: qemu - fast processor emulator Closes: 372533 379461 384666 385029 386209 386780 388700 388740 388810 Changes: qemu (0.8.2-1) unstable; urgency=low . [ Guillem Jover ] * New upstream release. (Closes: #379461, #385029, #388810) - Add ACPI BIOS emulation support. (Closes: #372533) - Fix mouse invisible wall when using Windows XP. (Closes: #384666) - debian/patches/01_doc_typos.patch: Sync. - debian/patches/03_machines_list_no_error.patch: Likewise. - 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/12_signal_powerpc_support.patch: Likewise. - debian/patches/21_net_sockopt.patch: Likewise. - debian/patches/22_net_tuntap_stall.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/36_syscall_prctl.patch: Likewise. - debian/patches/37_syscall_mount.patch: Likewise. - debian/patches/41_arm_fpa_sigfpe.patch: Likewise. - debian/patches/42_arm_tls.patch: Likewise. - debian/patches/61_safe_64bit_int.patch: Likewise. - debian/patches/63_sparc_build.patch: Likewise. - debian/patches/50_missing_keycodes.patch: Removed, integrated upstream. * Switch to quilt: - debian/control: Add quilt (>= 0.40) to Build-Depends. - debian/patches/series: New file. - debian/patch.mk: Removed. - debian/rules: Include '/usr/share/quilt/quilt.make' instead of 'debian/patch.mk'. * Build the ACPI Source Language files with iasl. * Add a Tag field to the binary package, using data from debtags. * Add 2006 to the debian/copyright years. * Add a Recommends on vde. (Closes: #386780) * Fix spelling error in package description (peripherials -> peripherals). (Closes: #388700) Thanks to Rakesh 'arky' Ambati <[EMAIL PROTECTED]>. * Fix ne2000_can_receive return code to 0 when the command is STOP. (Closes: #386209) - debian/patches/52_ne2000_return.patch: New file. Thanks to Samuel Thibault <[EMAIL PROTECTED]>. * Document the binary blob removals from the original upstream tarball in README.Debian. (Closes: #388740) Files: b1b0f31393c09b63214e78c649bdf33b 981 misc optional qemu_0.8.2-1.dsc 312eebc1386cca2e9b30a40763ab9c0d 1501979 misc optional qemu_0.8.2.orig.tar.gz 9b269feaa0e60bc6b3a07187048048e6 34065 misc optional qemu_0.8.2-1.diff.gz 992c01ba9c0ce746f7b1e5ccdd185bf7 3641928 misc optional qemu_0.8.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFFzEquW9ciZ2SjJsRAh3mAKDLiEFB+kK8qwVKA/3gYkH38KxJ/ACfQeEa GnVWbu8yS6x0lsCEToaxdfo= =w/uW -----END PGP SIGNATURE-----
--- End Message ---

