Trait vmotherboard::VmmChipsetDevice

source ·
pub trait VmmChipsetDevice:
    ChipsetDevice
    + InspectMut
    + ProtobufSaveRestore
    + ChangeDeviceState { }
Expand description

A supertrait of ChipsetDevice that requires devices to also support InspectMut and SaveRestore.

We don’t want to put these bounds on ChipsetDevice directly, as that would tightly couple ChipsetDevice devices with HvLite-specific infrastructure, making it difficult to share device implementations across VMMs.

Object Safety§

This trait is not object safe.

Implementors§