Your message dated Sun, 30 Dec 2012 11:40:03 +0400
with message-id <[email protected]>
and subject line Re: Bug#539514: please enable DEBUG_BIOS
has caused the Debian Bug report #539514,
regarding please enable DEBUG_BIOS
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.)
--
539514: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539514
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qemu
Version: 0.10.5-1
Severity: wishlist
Tags: patch
Debug versions of vgabios.bin are provided, but they aren't useful
because support for debug information is not enabled in qemu.
Please enable DEBUG_BIOS so that the information that is sent
out by vgabios will reach standard output.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-libre2-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages qemu depends on:
ii bochsbios 2.3.7+20090416-1 BIOS for the Bochs emulator
ii libasound2 1.0.20-2 shared library for ALSA applicatio
ii libbluetooth3 4.40-2 Library to use the BlueZ Linux Blu
ii libbrlapi0.5 4.0-6 braille display access via BRLTTY
ii libc6 2.9-20 GNU C Library: Shared libraries
ii libesd0 0.2.41-4 Enlightened Sound Daemon - Shared
ii libgnutls26 2.6.6-1 the GNU TLS library - runtime libr
ii libncurses5 5.7+20090523-1 shared libraries for terminal hand
ii libpulse0 0.9.15-3 PulseAudio client libraries
ii libsdl1.2debian 1.2.13-4+b1 Simple DirectMedia Layer
ii libvdeplug2 2.2.2-3 Virtual Distributed Ethernet - Plu
ii libx11-6 2:1.2.1-1 X11 client-side library
ii openbios-ppc 1.0-3 PowerPC Open Firmware
ii openbios-sparc 1.0-1 SPARC Open Firmware
ii openhackware 0.4.1-4 OpenFirmware emulator for PowerPC
ii vgabios 0.6c-1 VGA BIOS software for the Bochs an
ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime
Versions of packages qemu recommends:
ii debootstrap 1.0.13 Bootstrap a basic Debian system
ii sharutils 1:4.6.3-1 shar, unshar, uuencode, uudecode
pn vde2 <none> (no description available)
Versions of packages qemu suggests:
pn kqemu-source <none> (no description available)
pn samba <none> (no description available)
ii sudo 1.7.0-1 Provide limited super user privile
-- no debconf information
--- debian/rules~ 2009-08-01 18:18:24.000000000 +0200
+++ debian/rules 2009-08-01 18:20:11.000000000 +0200
@@ -7,6 +7,8 @@
CFLAGS = -O0
endif
+CFLAGS += -DDEBUG_BIOS
+
# Support multiple makes at once
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NJOBS := -j $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
--- End Message ---
--- Begin Message ---
Version: 1.3.0+dfsg-1~exp1
12.09.2012 14:57, Michael Tokarev wrote:
On 01.08.2009 20:22, Robert Millan wrote:
Package: qemu
Version: 0.10.5-1
Severity: wishlist
Tags: patch
Debug versions of vgabios.bin are provided, but they aren't useful
because support for debug information is not enabled in qemu.
Please enable DEBUG_BIOS so that the information that is sent
out by vgabios will reach standard output.
[Replying to an old bugreport]
Current qemu has another debugging feature, which is enabled
by a special chardev, like this:
-chardev stdio,id=seabios \
-device isa-debugcon,iobase=0x402,chardev=seabios
This is for seabios itself, but probably not for vgabios.
Is that chardev not enough for your needs?
Upstream is now in process of removing the code around
this (parts in hw/pc.c which are enabled after #defining
DEBUG_BIOS), and the next version of qemy most likely
will use vgabios from the seabios sources, not from
the bochs project -- and that one will most likely
have different (and simpler) debugging provisions.
The code in qeustion has been removed upstream in version
1.2, we just released 1.3 so this issue become more or less
moot. I'm not saying bios has better debugging features now,
but I'm saying that this very #define - DEBUG_BIOS - does
not exist anymore and can not be enabled.
Thanks,
/mjt
--- End Message ---