Re: [Qemu-devel] QEMU monitor banner printed multiple times

2018-04-25 Thread Marc-André Lureau
Hi On Wed, Apr 25, 2018 at 7:36 AM, Thomas Huth wrote: > Hi, > > I just noticed that sometimes, the QEMU monitor banner is printed > multiple times when you press "CTRL-a c" to enter the monitor: > > $ x86_64-softmmu/qemu-system-x86_64 -no-shutdown -nographic \ > -nodefaults - mon:stdio > QE

[Qemu-devel] QEMU monitor banner printed multiple times

2018-04-24 Thread Thomas Huth
Hi, I just noticed that sometimes, the QEMU monitor banner is printed multiple times when you press "CTRL-a c" to enter the monitor: $ x86_64-softmmu/qemu-system-x86_64 -no-shutdown -nographic \ -nodefaults -virtioconsole mon:stdio QEMU 2.12.0 monitor - type 'help' for more information QEMU

Re: [Qemu-devel] qemu monitor/serial parameter change or bug in git head?

2015-10-25 Thread Paolo Bonzini
On 25/10/2015 15:54, Daniel P. Berrange wrote: > On Sun, Oct 25, 2015 at 03:46:48PM +0100, Paolo Bonzini wrote: >> >> >> On 25/10/2015 14:20, Dennis Luehring wrote: >>> qemu-system-alpha -m 1GB -nographic -monitor telnet::4440,server,nowait >>> -serial telnet::3000,server -kernel clfskernel-4.2.3

Re: [Qemu-devel] qemu monitor/serial parameter change or bug in git head?

2015-10-25 Thread Daniel P. Berrange
On Sun, Oct 25, 2015 at 03:46:48PM +0100, Paolo Bonzini wrote: > > > On 25/10/2015 14:20, Dennis Luehring wrote: > > qemu-system-alpha -m 1GB -nographic -monitor telnet::4440,server,nowait > > -serial telnet::3000,server -kernel clfskernel-4.2.3 -append > > 'console=ttyS0' -initrd initramfs.cpio

Re: [Qemu-devel] qemu monitor/serial parameter change or bug in git head?

2015-10-25 Thread Paolo Bonzini
On 25/10/2015 14:20, Dennis Luehring wrote: > qemu-system-alpha -m 1GB -nographic -monitor telnet::4440,server,nowait > -serial telnet::3000,server -kernel clfskernel-4.2.3 -append > 'console=ttyS0' -initrd initramfs.cpio > > using: git clone -b "v2.4.0.1" git://git.qemu-project.org/qemu.git and

[Qemu-devel] qemu monitor/serial parameter change or bug in git head?

2015-10-25 Thread Dennis Luehring
qemu-system-alpha -m 1GB -nographic -monitor telnet::4440,server,nowait -serial telnet::3000,server -kernel clfskernel-4.2.3 -append 'console=ttyS0' -initrd initramfs.cpio using: git clone -b "v2.4.0.1" git://git.qemu-project.org/qemu.git and build i see the normal "QEMU waiting for connection

Re: [Qemu-devel] Qemu Monitor

2012-11-09 Thread Markus Armbruster
You dropped cc: qemu-devel. Please don't do that unless you're very confident your question is of no interest whatsoever for anybody else. I added it back. Muhammad Nouman writes: > My target is MIPS ! then what should i do to see the tlb ? Simply not implemented for MIPS, as far as I can see.

Re: [Qemu-devel] Qemu Monitor

2012-11-08 Thread Markus Armbruster
Kevin Wolf writes: > Forwarding your mail to qemu-devel, where it really belongs. > > Keivn > > Am 07.11.2012 14:32, schrieb Muhammad Nouman: >> Hi ! I am trying to use qemu monitor *info tlb* But when i enter >> ctrl+a+c ,and then enter info tlb , i don't find *info tlb* option in >> the monitor

Re: [Qemu-devel] Qemu Monitor

2012-11-07 Thread Kevin Wolf
Forwarding your mail to qemu-devel, where it really belongs. Keivn Am 07.11.2012 14:32, schrieb Muhammad Nouman: > Hi ! I am trying to use qemu monitor *info tlb* But when i enter > ctrl+a+c ,and then enter info tlb , i don't find *info tlb* option in > the monitors list given below. > > (qemu)

[Qemu-devel] Qemu Monitor Log File Generation

2011-08-16 Thread Nithish R
Hi, I am working on a project which involves providing network support for virtualization. So as proof of concept, I have to generate the assembly codes. I need to modify it but as of now I am not getting anything about logging in monitor.c file apart from lots of functions involving log but non