From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FhYYt-0005gg-EA for qemu-devel@nongnu.org; Sat, 20 May 2006 17:00:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FhYYr-0005gU-OE for qemu-devel@nongnu.org; Sat, 20 May 2006 17:00:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FhYYr-0005gR-JD for qemu-devel@nongnu.org; Sat, 20 May 2006 17:00:33 -0400 Received: from [147.11.1.11] (helo=mail.wrs.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FhYcT-0003tG-JB for qemu-devel@nongnu.org; Sat, 20 May 2006 17:04:17 -0400 Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.wrs.com (8.13.6/8.13.3) with ESMTP id k4KL0UBv024177 for ; Sat, 20 May 2006 14:00:30 -0700 (PDT) Message-ID: <446F836D.1040709@windriver.com> Date: Sat, 20 May 2006 16:00:29 -0500 From: Jason Wessel MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/5] 5 patches on the way Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I am submitting 5 different patches for improvements to qemu as separate e-mails so as to get feedback and further change the patches if needed in the hope they will be accepted. I will make further changes to the docs if needed as well. Each feature has been tested on a linux 2.6 kernel and Windows XP system for clean compilation and functionality. The patches are applied in the following order against CVS 5/20/06 single_step_noirq_notimer.patch ppc_breakpoints.patch undefined_instruction_handler_fix.patch block-mem_device.patch netconsole_and_monitor.patch I will submit gladly submit for the change log as well. Thanks, Jason.