qemu-discuss
[Top][All Lists]
Advanced

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

Re: qemu won't log files (probably user error)


From: Jakob Bohm
Subject: Re: qemu won't log files (probably user error)
Date: Mon, 2 Jan 2023 15:55:11 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:5.2) Goanna/20221030 Epyrus/2.0.0

Dear angry bum,

That the output is already being sent to stdout and simply needs
to be captured like for any other command outputting messages
there.

On most operating systems, this would involve basic redirection
$ qemu-system-x86_64 -cpu \? | more

OR
C:\foo> qemu-system-x86_64 -cpu ? | more

On 2022-12-30 16:23, IndignantHomeless wrote:
Could anyone explain how to get the Qemu to output a log file into a specified directory so I could cue the "-cpu ?" and "-M ?" commands without having to belligerently slam on the pause button? 

I've tried "-monitor stdio" invoking log page,unimp,guest_errors and it never outputs a file. 
I also tried "-D *\a log.txt" (​*=variable path directory) with and without premade text file. 


Any further input would be nice!

Enjoy

Jakob
-- 
Jakob Bohm, CIO, Partner, WiseMo A/S.  https://www.wisemo.com
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10
This public discussion message is non-binding and may contain errors.
WiseMo - Remote Service Management for PCs, Phones and Embedded

reply via email to

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