8#ifndef _LIBQBOX_COMPONENTS_VIRTIO_KEYBOARD_PCI_H
9#define _LIBQBOX_COMPONENTS_VIRTIO_KEYBOARD_PCI_H
11#include <module_factory_registery.h>
19 virtio_keyboard_pci(
const sc_core::sc_module_name& name, sc_core::sc_object*
o, sc_core::sc_object*
t)
27 gpex->add_device(*
this);
31extern "C" void module_register();
This class encapsulates a libqemu-cxx qemu::LibQemu instance. It handles QEMU parameters and instance...
Definition qemu-instance.h:89
Definition qemu_gpex.h:35
Definition qemu_gpex.h:32
This class wraps the qemu's Virt-IO Keyboard PCI.
Definition virtio-keyboard-pci.h:17