We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadc64d commit dbc9950Copy full SHA for dbc9950
vm/devices/net/net_mana/src/lib.rs
@@ -579,7 +579,8 @@ impl Inspect for QueueStats {
579
580
impl<T: DeviceBacking> InspectMut for ManaQueue<T> {
581
// N.B. Inspect fields need to be kept in sync with
582
- // vmm_tests/tests/tests/x86_64/uhdiag.rs : EXPECTED_QUEUE_FIELDS_V1
+ // Microsoft internal diagnostics testing.
583
+ // Search for EXPECTED_QUEUE_FIELDS_V1.
584
fn inspect_mut(&mut self, req: inspect::Request<'_>) {
585
req.respond()
586
.merge(&self.contiguous_memory)
0 commit comments