quic/qbox
Loading...
Searching...
No Matches
Classes | Public Member Functions | Protected Attributes | List of all members
qemu_xhci Class Reference

This class wraps the qemu's XHCI USB controller: eXtensible Host Controller Interface. More...

#include <qemu_xhci.h>

Inheritance diagram for qemu_xhci:
Inheritance graph
[legend]
Collaboration diagram for qemu_xhci:
Collaboration graph
[legend]

Classes

class  Device
 

Public Member Functions

 qemu_xhci (const sc_core::sc_module_name &name, sc_core::sc_object *o, sc_core::sc_object *t)
 
 qemu_xhci (const sc_core::sc_module_name &n, QemuInstance &inst, qemu_gpex *gpex)
 
void add_device (Device &dev)
 
void end_of_elaboration () override
 
- Public Member Functions inherited from qemu_gpex::Device
 Device (const sc_core::sc_module_name &name, QemuInstance &inst, const char *qom_type)
 
- Public Member Functions inherited from QemuDevice
void instantiate ()
 
void realize ()
 
 QemuDevice (const sc_core::sc_module_name &name, QemuInstance &inst, const char *qom_type)
 Construct a QEMU device.
 
virtual void before_end_of_elaboration () override
 
void set_qom_type (std::string const &qom_type)
 
const charget_qom_type () const
 
qemu::Device get_qemu_dev ()
 
QemuInstanceget_qemu_inst ()
 
void set_sysbus_as_parent_bus (void)
 
- Public Member Functions inherited from QemuDeviceBaseIF
virtual bool can_run ()
 
 SCP_LOGGER ()
 

Protected Attributes

std::vector< Device * > m_devices
 
- Protected Attributes inherited from QemuDevice
QemuInstancem_inst
 
qemu::Device m_dev
 
bool m_instanciated = false
 
bool m_realized = false
 

Additional Inherited Members

- Protected Member Functions inherited from qemu_gpex::Device
virtual void gpex_realize (qemu::Bus &pcie_bus)
 

Detailed Description

This class wraps the qemu's XHCI USB controller: eXtensible Host Controller Interface.

Member Function Documentation

◆ end_of_elaboration()

void qemu_xhci::end_of_elaboration ( )
inlineoverridevirtual

Reimplemented from qemu_gpex::Device.


The documentation for this class was generated from the following file: