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 aa59b37 commit 808dd4bCopy full SHA for 808dd4b
src/ioctls/vcpu.rs
@@ -1455,6 +1455,7 @@ mod tests {
1455
assert!(vm.create_vcpu(0).is_ok());
1456
}
1457
1458
+ /*
1459
#[cfg(target_arch = "x86_64")]
1460
#[test]
1461
fn test_get_cpuid() {
@@ -1474,6 +1475,7 @@ mod tests {
1474
1475
1476
1477
1478
+ */
1479
1480
1481
@@ -1506,6 +1508,7 @@ mod tests {
1506
1508
1507
1509
1510
1511
1512
1513
1514
fn test_set_cpuid() {
@@ -1560,6 +1563,7 @@ mod tests {
1560
1563
1561
1564
1562
1565
1566
1567
1568
1569
#[allow(non_snake_case)]
0 commit comments