projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79dbd91
)
tests/qtest: Fix a comment typo in vhost-user-test.c
author
Milan Zamazal
<mzamazal@redhat.com>
Wed, 21 Jun 2023 10:17:09 +0000
(12:17 +0200)
committer
Thomas Huth
<thuth@redhat.com>
Mon, 26 Jun 2023 06:58:02 +0000
(08:58 +0200)
Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <
20230621101710
.297975-4-mzamazal@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/vhost-user-test.c
patch
|
blob
|
history
diff --git
a/tests/qtest/vhost-user-test.c
b/tests/qtest/vhost-user-test.c
index e4f95b2858f038c958f8b98a6079e33650ee91e4..dfb80035974460c7f4dc923d697e6e95bb4da072 100644
(file)
--- a/
tests/qtest/vhost-user-test.c
+++ b/
tests/qtest/vhost-user-test.c
@@
-281,7
+281,7
@@
static void read_guest_mem_server(QTestState *qts, TestServer *s)
/* iterate all regions */
for (i = 0; i < s->fds_num; i++) {
- /* We'll check only the region sta
tring at 0x0
*/
+ /* We'll check only the region sta
rting at 0x0
*/
if (s->memory.regions[i].guest_phys_addr != 0x0) {
continue;
}