cloud-hypervisor/vmm
Rob Bradford 6d4862245d vmm: Generate event when device is removed
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>
2022-05-03 17:10:36 +02:00
..
src vmm: Generate event when device is removed 2022-05-03 17:10:36 +02:00
Cargo.toml build: bump clap from 3.1.14 to 3.1.15 2022-05-03 03:12:26 +00:00