From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwuJf-0004uP-Em for qemu-devel@nongnu.org; Thu, 23 Apr 2009 04:29:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwuJa-0004tF-P8 for qemu-devel@nongnu.org; Thu, 23 Apr 2009 04:29:54 -0400 Received: from [199.232.76.173] (port=37646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwuJa-0004tC-HK for qemu-devel@nongnu.org; Thu, 23 Apr 2009 04:29:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:59006) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwuJa-0005ts-3p for qemu-devel@nongnu.org; Thu, 23 Apr 2009 04:29:50 -0400 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwuJY-0000Qv-4G for qemu-devel@nongnu.org; Thu, 23 Apr 2009 04:29:48 -0400 Date: Thu, 23 Apr 2009 10:29:44 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] Question about KVM and PC speaker Message-ID: <20090423082944.GA5277@const.bordeaux.inria.fr> References: <49EEB34E.8020907@linux-fuer-blinde.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <49EEB34E.8020907@linux-fuer-blinde.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Simon Bienlein Simon Bienlein, le Wed 22 Apr 2009 08:03:58 +0200, a écrit : > If I boot the Debian Install CD on the wirtsystem a audible signal is > played if the boot menu appears. If I boot the CD in the virtual KVM > machine, the audible bell is not played. Note: syslinux uses the bios function to write character 7 to emit the beep. It looks like qemu's bios doesn't produce the beep in that case, while it should. Samuel