All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] request information on qemu console functionality
@ 2010-10-13 19:07 Gabi Voiculescu
  2010-10-13 19:21 ` Blue Swirl
  2010-10-13 19:27 ` Stefan Weil
  0 siblings, 2 replies; 3+ messages in thread
From: Gabi Voiculescu @ 2010-10-13 19:07 UTC (permalink / raw)
  To: qemu-devel

Hi.

I am using a version of qemu from qemu-meego, git://gitorious.org/qemu-maemo/qemu.git, compiled under ubuntu 9.04.

The questions I want to ask is however more general and I think apply to all version of qemu.

Question 1
-----------
When qemu is built with SDL support, does it have a fully functional console/terminal in the Ctrl-Alt-1 window? Or is that just an LCD/VGA/display emulation (meaning it does not accept keyboard inputs)?

Question 2
-----------
The second question is if QEMU emulates a single serial console by design or if this only limited by the platform emulation.


Thank you,
Gabi Voiculescu


      

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] request information on qemu console functionality
  2010-10-13 19:07 [Qemu-devel] request information on qemu console functionality Gabi Voiculescu
@ 2010-10-13 19:21 ` Blue Swirl
  2010-10-13 19:27 ` Stefan Weil
  1 sibling, 0 replies; 3+ messages in thread
From: Blue Swirl @ 2010-10-13 19:21 UTC (permalink / raw)
  To: Gabi Voiculescu; +Cc: qemu-devel

On Wed, Oct 13, 2010 at 7:07 PM, Gabi Voiculescu <boy3dfx2@yahoo.com> wrote:
> Hi.
>
> I am using a version of qemu from qemu-meego, git://gitorious.org/qemu-maemo/qemu.git, compiled under ubuntu 9.04.
>
> The questions I want to ask is however more general and I think apply to all version of qemu.
>
> Question 1
> -----------
> When qemu is built with SDL support, does it have a fully functional console/terminal in the Ctrl-Alt-1 window? Or is that just an LCD/VGA/display emulation (meaning it does not accept keyboard inputs)?

SDL emulates a display screen, VGA is emulated by the VGA device. PC
keyboard is emulated by i8042 connected to SDL input.

> Question 2
> -----------
> The second question is if QEMU emulates a single serial console by design or if this only limited by the platform emulation.

The number of serial ports depends on the emulated machine, but
writing a multiport serial device shouldn't be difficult.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] request information on qemu console functionality
  2010-10-13 19:07 [Qemu-devel] request information on qemu console functionality Gabi Voiculescu
  2010-10-13 19:21 ` Blue Swirl
@ 2010-10-13 19:27 ` Stefan Weil
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Weil @ 2010-10-13 19:27 UTC (permalink / raw)
  To: Gabi Voiculescu; +Cc: qemu-devel

Am 13.10.2010 21:07, schrieb Gabi Voiculescu:
> Hi.
>
> I am using a version of qemu from qemu-meego, 
> git://gitorious.org/qemu-maemo/qemu.git, compiled under ubuntu 9.04.
>
> The questions I want to ask is however more general and I think apply 
> to all version of qemu.
>
> Question 1
> -----------
> When qemu is built with SDL support, does it have a fully functional 
> console/terminal in the Ctrl-Alt-1 window? Or is that just an 
> LCD/VGA/display emulation (meaning it does not accept keyboard inputs)?
>
> Question 2
> -----------
> The second question is if QEMU emulates a single serial console by 
> design or if this only limited by the platform emulation.
>
>
> Thank you,
> Gabi Voiculescu
>

Hi,

Answer 1:
The Ctrl-Alt-1 window displays LCD/VGA output.
For the PC, Mips and Powerpc emulations, it also
accepts keyboard input (for others, it should, but
I did not test this). It depends on qemu for maemo
and on the guest operating system whether
keyboard input will work in your special case.

Answer 2:
The default number of serial consoles is usually
one, but there are also emulated machines with
more than one serial console in their default setup.
Most machines accept two serial consoles.
There was a problem with interrupt conflicts which
did not allow two consoles on arm based machines,
but this is solved now. More than two serial consoles
are possible, too, but that increases the chance of
resource conflicts.

Regards,
Stefan Weil

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-13 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-13 19:07 [Qemu-devel] request information on qemu console functionality Gabi Voiculescu
2010-10-13 19:21 ` Blue Swirl
2010-10-13 19:27 ` Stefan Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.