Skip to main content

DEFAULT_SUBSYSTEM_ID

Constant DEFAULT_SUBSYSTEM_ID 

Source
pub const DEFAULT_SUBSYSTEM_ID: u16 = 0x2000;
Expand description

Default PCI subsystem ID reported by OpenVMM’s emulated devices.

This is a generic marker, carved out of Microsoft’s vendor-ID space, that identifies a device as being emulated by OpenVMM.

A device that must emulate a very specific piece of hardware (where the guest inspects the subsystem ID to identify the exact board) may override this with its own value.