Skip to content

Commit 57e58d3

Browse files
committed
small lshw_qemu fix 2
1 parent 0a99107 commit 57e58d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9634,7 +9634,7 @@ static bool rdtsc() {
96349634
return false;
96359635
}
96369636

9637-
const std::unique_ptr<std::string> result = util::sys_result("lshw");
9637+
const std::unique_ptr<std::string> result = util::sys_result("lshw 2>&1");
96389638

96399639
if (result == nullptr) {
96409640
debug("LSHW_QEMU: ", "invalid stdout output from lshw");

0 commit comments

Comments
 (0)