qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "kazu" <kazoo@r3.dion.ne.jp>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Monitor support for win32
Date: Sat, 26 Jun 2004 14:12:04 +0900	[thread overview]
Message-ID: <000a01c45b3c$1f1c24c0$0264a8c0@afina> (raw)

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

                 reply	other threads:[~2004-06-26  5:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000a01c45b3c$1f1c24c0$0264a8c0@afina' \
    --to=kazoo@r3.dion.ne.jp \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).