Skip to content

Commit dbc9950

Browse files
authored
Fix a comment referring to now internal vmm tests (#61)
Tried to word this as best i can, but this file path no longer exists in this repo
1 parent fadc64d commit dbc9950

File tree

1 file changed

+2
-1
lines changed
  • vm/devices/net/net_mana/src

1 file changed

+2
-1
lines changed

vm/devices/net/net_mana/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,8 @@ impl Inspect for QueueStats {
579579

580580
impl<T: DeviceBacking> InspectMut for ManaQueue<T> {
581581
// N.B. Inspect fields need to be kept in sync with
582-
// vmm_tests/tests/tests/x86_64/uhdiag.rs : EXPECTED_QUEUE_FIELDS_V1
582+
// Microsoft internal diagnostics testing.
583+
// Search for EXPECTED_QUEUE_FIELDS_V1.
583584
fn inspect_mut(&mut self, req: inspect::Request<'_>) {
584585
req.respond()
585586
.merge(&self.contiguous_memory)

0 commit comments

Comments
 (0)