create-motherboard-x86-simple ["name"] [acpi] ["bios"] [break_on_reboot] ["rtc_time"] [system_clock] ["system_clock_class"]
This command creates a non-instantiated component of the class motherboard_x86_simple.
The class description for the motherboard_x86_simple class: X86 simple motherboard.
- name is Optional
- If not specified, the component will get a class-specific default name.
- acpi is Optional
- Use ACPI when True, default value is True.
- bios is Optional
- The x86 BIOS file to use.
- break_on_reboot is Optional
- If true, the simulation will stop when machine is rebooted.
- rtc_time is Optional
- The date and time of the Real-Time clock. Please note that time-zone information is not supported and will be silently dropped when passed to the RTC object.
- system_clock is Optional
- If true, the motherboard will contain a clock separate from the processor, which will be used as queue for all devices. The class used for the clock is taken from system_clock_class.
- system_clock_class is Optional
- The class used for the system_clock.
x86-comp