Page 1 of 1

Bochs Individual Device Logging

Posted: Sat Mar 08, 2008 7:53 pm
by jzgriffin
I've been Googling around off and on for the past few days to find a way to enable Bochs individual device logging without using the interface (ie in the bochsrc file). I need to set debug=report for the CPU, and it is *very* tiring when every time I try to run a fresh build I have to go through the menu.

Thanks.

Re: Bochs Individual Device Logging

Posted: Tue Mar 11, 2008 9:45 am
by jal
Jeremiah Griffin wrote:I've been Googling around off and on for the past few days to find a way to enable Bochs individual device logging without using the interface (ie in the bochsrc file). I need to set debug=report for the CPU, and it is *very* tiring when every time I try to run a fresh build I have to go through the menu.
Well, your Google skills must be really poor. Googling for "site:bochs.sourceforge.com individual device logging" gets you to the Bochs manual page which says:
Bochs manual wrote:In the runtime configuration you can change the floppy/cdrom image or device, change the log options or adjust some other settings. If you have trouble with a specific device, you can change the log options for this device only to get more information (e.g. report debug messages). This cannot be done in the configuration file yet.
So you're lost.


JAL

Posted: Tue Mar 11, 2008 3:45 pm
by pcmattman
You *could* just write a patch for Bochs that lets you do this via the config file.

Posted: Tue Mar 11, 2008 3:51 pm
by jzgriffin
jal: My Google-fu is fine, I just missed that portion of the manual.
pcmattman: Yeah, I'll probably do that.

Thanks.

Posted: Wed Mar 12, 2008 2:01 am
by jal
Jeremiah Griffin wrote:jal: My Google-fu is fine, I just missed that portion of the manual
Yeah, I admit I missed it the first time I read it too :). Glad to hear you've mastered the Google :).


JAL