None yet
conf_object, log_object, apic_to_apic_bus, apic_bus, apic_bus_v2, io_memory, interrupt_ack
- cell-change
- Notifier that is triggered after the object's cell was changed.
- object-delete
- Notifier that is triggered just before Simics object is deleted.
- queue-change
- Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.
-
info
– print information about the object
-
status
– print status of the object
-
apics
-
Required attribute;
read/write access; type:
[o*]
List of all APICs on the bus. The list index must match the APIC ID. The connected objects must implement the apic interface.
-
ioapics
-
Optional attribute;
read/write access; type:
[o*]
The I/O-APICs connected to the bus.
-
ioapic
-
Pseudo attribute;
read/write access; type:
[o*]
Alias of the 'ioapics' attribute for backwards compatibility.
-
pic
-
Optional attribute;
read/write access; type:
n|o
8259A compatible interrupt controller that is asked for a vector if an interrupt is received from an I/O-APIC with the ExtINT delivery mode. Must implement the interrupt_cpu interface.
x2apic-c++