Bug#539514: please enable DEBUG_BIOS

2012-09-12 Thread Michael Tokarev
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.

Thanks,

/mjt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#539514: please enable DEBUG_BIOS

2009-08-01 Thread Robert Millan
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-2Library to use the BlueZ Linux Blu
ii  libbrlapi0.5   4.0-6 braille display access via BRLTTY 
ii  libc6  2.9-20GNU C Library: Shared libraries
ii  libesd00.2.41-4  Enlightened Sound Daemon - Shared 
ii  libgnutls262.6.6-1   the GNU TLS library - runtime libr
ii  libncurses55.7+20090523-1shared libraries for terminal hand
ii  libpulse0  0.9.15-3  PulseAudio client libraries
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libvdeplug22.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  vgabios0.6c-1VGA 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-1Provide limited super user privile

-- no debconf information
--- debian/rules~	2009-08-01 18:18:24.0 +0200
+++ debian/rules	2009-08-01 18:20:11.0 +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)))