8#ifndef _LIBQBOX_COMPONENTS_USB_TABLET_H
9#define _LIBQBOX_COMPONENTS_USB_TABLET_H
11#include <module_factory_registery.h>
19 qemu_tablet(
const sc_core::sc_module_name& name, sc_core::sc_object*
o, sc_core::sc_object*
t)
26 xhci->add_device(*
this);
30extern "C" void module_register();
This class encapsulates a libqemu-cxx qemu::LibQemu instance. It handles QEMU parameters and instance...
Definition qemu-instance.h:89
Tablet touch device (mouse)
Definition qemu_tablet.h:17
Definition qemu_xhci.h:20
This class wraps the qemu's XHCI USB controller: eXtensible Host Controller Interface.
Definition qemu_xhci.h:17