VIRTUTECH CONFIDENTIAL    Previous - Up - Next
apic-bus
- Provided by
- 
apic
- Class Hierarchy
- 
conf-object → log-object → apic-bus
- Interfaces Implemented
- 
log_object, interrupt_ack, io_memory
- Description
- 
The apic-bus class handles traffic on the APIC bus. At most one I/O-APIC and at least one APIC can be connected to each apic-bus instance.
Attributes
- Attributes inherited from class conf-object
- 
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
- 
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attribute List
- 
- apics
- Required attribute; read/write access; type: [o*].
(apic*). List of all APICs on the bus. The list index must match the APIC ID. The connected objects must implement the apic interface. 
 - ioapic
- Optional attribute; read/write access; type: n|o|[o+].
The I/O-APICs (an object or a list of objects implementing the ioapic interface) connected to the bus. 
 
Command List
- Commands defined by interface log_object
- 
log, log-group, log-level, log-size, log-type
- Commands
- 
| info | print information about the device |  | status | print status of the device |  
 
Command Descriptions
- 
<apic-bus>.info
- Synopsis
- 
<apic-bus>.info
- Description
- 
Print detailed information about the configuration of the device.
- 
<apic-bus>.status
- Synopsis
- 
<apic-bus>.status
- Description
- 
Print detailed information about the current status of the device.
VIRTUTECH CONFIDENTIAL    Previous - Up - Next