qemu-arm
[Top][All Lists]
Advanced

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

Re: [QEMU]send key event from monitor


From: Peter Maydell
Subject: Re: [QEMU]send key event from monitor
Date: Tue, 25 Aug 2020 18:11:52 +0100

On Tue, 25 Aug 2020 at 17:23, Mircea Cociuba <cociuba_mircea@yahoo.com> wrote:
> What command must I specify to qemu to link the devices UART to a TCP 
> chardev?(windows user here, I have to use windows)
>
> Current command for starting qemu:
> qemu-system-arm -M lm3s6965evb -m 8K -nographic -kernel notmain.bin

Add
  -serial tcp::4444,server

and QEMU should wait for you to connect to TCP port 4444 before
it starts. (Add ",nowait" if you'd rather it started without
waiting.)

thanks
-- PMM



reply via email to

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