qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] QOM-ify QemuConsoles ...


From: Gerd Hoffmann
Subject: [Qemu-devel] QOM-ify QemuConsoles ...
Date: Wed, 20 Mar 2013 10:55:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.3

  Hi,

So, the big qemu console data structure overhauls is done, patches just
posted to the list.

I think the next logical step ahead is to QOM-ify the QemuConsoles, so
we can link the QemuConsole to the thing actually backing it.  For a
graphical console that would be the emlated graphic device.  For a text
console it would be the serial line or monitor hooked up to it.

With this in place we should be able to answer questions like "which
device backs this QemuConsole" by inspecting the object tree and handle
requests like "do a screendump of this device please".  It will also be
useful to setup input routing: "pointer events from $this QemuConsole
should to $that virtual input device".

Hints how to do that best?  Pointers to sample code to look at?  From a
brief look it seems we only QOM-ified emulated devices and not host-side
objects yet ...

thanks,
  Gerd



reply via email to

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