mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The new event contains the BDF and the device id:
{
"timestamp": {
"secs": 2,
"nanos": 731073396
},
"source": "vm",
"event": "device-removed",
"properties": {
"bdf": "0000:00:02.0",
"id": "test-disk"
}
}
Fixes: #4038
Signed-off-by: Rob Bradford <robert.bradford@intel.com>