From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Be5Wq-0002He-0W for qemu-devel@nongnu.org; Sat, 26 Jun 2004 01:15:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Be5Wn-0002Ff-15 for qemu-devel@nongnu.org; Sat, 26 Jun 2004 01:15:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Be5Wm-0002FH-VV for qemu-devel@nongnu.org; Sat, 26 Jun 2004 01:15:00 -0400 Received: from [211.5.2.79] (helo=nm01omta018.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.34) id 1Be5V2-0003VG-0i for qemu-devel@nongnu.org; Sat, 26 Jun 2004 01:13:12 -0400 Message-ID: <000a01c45b3c$1f1c24c0$0264a8c0@afina> From: "kazu" Subject: [Qemu-devel] Monitor support for win32 Date: Sat, 26 Jun 2004 14:12:04 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit 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 Hi, Here is a patch to support monitor for win32. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.5.5-monitor.patch.gz http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20040621-monitor.patch.gz I modified a pacth by GadgetBochs a little here. I have not known there has been a patch for about a month. http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8872 I changed a place of term_init() before monitor_init() because a first (qemu) prompt remains in original window in some cases. The monitor console cannnot be used in rxvt. Please use sh.exe or command pompt of Windows. It can be used by adding REM to rxvt.exe in MSYS.BAT like this. if EXIST bin\nul cd bin REM if EXIST rxvt.exe goto startrxvt if EXIST sh.exe goto startsh Almost all commands work except for gdbserver. I can change floppy, CD-ROM and save a screen image etc. Regards, kazu