qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] debugcon: support for debugging consoles (e.g.


From: H. Peter Anvin
Subject: Re: [Qemu-devel] [PATCH] debugcon: support for debugging consoles (e.g. Bochs port 0xe9)
Date: Wed, 25 Nov 2009 10:01:00 -0800
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Gerd Hoffmann wrote:

You can stick it into a config file[1] like this:

[chardev "debuglog"]
  backend = "file"
  path = "/path/to/debug.log"

[device]
  driver = "isa-debugcon"
  chardev = "debuglog"

Then use "qemu -readconfig $file".


Great... at least in my opinion, one of the things that makes Qemu so much easier to use than Bochs is that one has a comprehensive (and comprehensable) command line and don't have to set up a configuration file for every trivial little thing. It's a good thing for long-living virtualization instances, but I would be sad if the command line will end up being neglected.

        -hpa





reply via email to

[Prev in Thread] Current Thread [Next in Thread]