quic/qbox
|
Public Member Functions | |
display (const sc_core::sc_module_name &name, sc_core::sc_object *gpu) | |
Construct a display. | |
display (const sc_core::sc_module_name &name, QemuVirtioGpu &gpu) | |
Construct a display. | |
display (const sc_core::sc_module_name &name, QemuVirtioMMIOGpuGl &gpu) | |
Construct a display. | |
void | before_end_of_elaboration () override |
void | end_of_elaboration () override |
void | start_of_simulation () override |
QemuInstance * | get_qemu_inst () |
bool | is_instantiated () const |
bool | is_realized () const |
const std::vector< qemu::SDL2Console > * | get_sdl2_consoles () const |
Protected Attributes | |
sc_core::sc_vector< VncConfiguration > | vnc |
display::display | ( | const sc_core::sc_module_name & | name, |
sc_core::sc_object * | gpu | ||
) |
Construct a display.
[in] | name | SystemC module name |
[in] | gpu | GPU module associated to this diplay. |
display::display | ( | const sc_core::sc_module_name & | name, |
QemuVirtioGpu & | gpu | ||
) |
Construct a display.
[in] | name | SystemC module name |
[in] | gpu | GPU module associated to this diplay. |
display::display | ( | const sc_core::sc_module_name & | name, |
QemuVirtioMMIOGpuGl & | gpu | ||
) |
Construct a display.
[in] | name | SystemC module name |
[in] | gpu | GPU module associated to this display |