From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuTew-0007bq-TR for qemu-devel@nongnu.org; Wed, 03 Jul 2013 16:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuTet-0000qc-3E for qemu-devel@nongnu.org; Wed, 03 Jul 2013 16:28:14 -0400 Received: from mout.gmx.net ([212.227.17.21]:61693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuTes-0000q9-Pi for qemu-devel@nongnu.org; Wed, 03 Jul 2013 16:28:11 -0400 Message-ID: From: "Sebastian Herbszt" Date: Wed, 3 Jul 2013 22:25:41 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] APM regression since v1.3.0-408-g9ee59f3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Gerd Hoffmann , Sebastian Herbszt Commit 9ee59f3 ("pc: remove bochs bios debug ports") broke the APM interface between QEMU and Bochs BIOS/SeaBIOS. Without APM support older guests are no longer able to power off the VM. This regression also affects older machine types like pc-1.2. Sebastian