qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "mar.krzeminski" <mar.krzeminski@gmail.com>
To: David Craven <david@craven.ch>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu -nographics option
Date: Sat, 11 Jun 2016 21:52:04 +0200	[thread overview]
Message-ID: <575C6BE4.7090801@gmail.com> (raw)
In-Reply-To: <CAL1_im=q-FMjjvEOMZwcT-LT8zo1Bhfd95NG_xNbYz0Q0u6umQ@mail.gmail.com>

Hello,

Have you try to add chardev device?

-chardev stdio,mux=on,id=terminal -serial chardev:terminal

I am also not sure if you so many consoles in kernel command line,
since you do not want to use any graphic mode.

Regards,
Marcin


W dniu 11.06.2016 o 16:22, David Craven pisze:
> Hello qemu devs,
>
> I previously asked this question on stack overflow but didn't get an
> answer, so I thought I'd ask here:
>
> Stdio doesn't show in qemu with the -nographic option.
> This is my qemu invocation. It prints hello world when
> using `-serial stdio` but only displays kernel output when
> using `-nographic`. (From the docs I gather these two are
> mutually exclusive options)
>
> ```
>      qemu-system-arm \
>          -kernel zImage \
>          -append "\
>              console=ttyAMA0,115200 console=tty highres=off console=ttyS0 \
>              rdinit=/bin/static-hello \
>              panic=1" \
>          -initrd rootfs.cpio.gz \
>          -dtb vexpress-v2p-ca9.dtb \
>          -M vexpress-a9 \
>          -m 512 \
>          -nographic \
>          -no-reboot
> ```
>
> How do I get this to work with the `-nographic` option?
>
> David
>
>

  reply	other threads:[~2016-06-11 19:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-11 14:22 [Qemu-devel] qemu -nographics option David Craven
2016-06-11 19:52 ` mar.krzeminski [this message]
2016-06-11 20:37   ` David Craven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=575C6BE4.7090801@gmail.com \
    --to=mar.krzeminski@gmail.com \
    --cc=david@craven.ch \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).