projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42fe749
)
xen: spelling fix
author
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 23 Aug 2023 18:58:15 +0000
(21:58 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Fri, 8 Sep 2023 10:08:52 +0000
(13:08 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: David Woodhouse <dwmw@amazon.co.uk>
hw/xen/xen_pvdev.c
patch
|
blob
|
history
diff --git
a/hw/xen/xen_pvdev.c
b/hw/xen/xen_pvdev.c
index be1504b82c838cddcd02e9c31ebed5b3bea806dc..c5ad71e8dc43c4b5e40087ecb45d56159dc8674f 100644
(file)
--- a/
hw/xen/xen_pvdev.c
+++ b/
hw/xen/xen_pvdev.c
@@
-89,7
+89,7
@@
char *xenstore_read_str(const char *base, const char *node)
str = qemu_xen_xs_read(xenstore, 0, abspath, &len);
if (str != NULL) {
/* move to qemu-allocated memory to make sure
- * callers can sa
v
ely g_free() stuff. */
+ * callers can sa
f
ely g_free() stuff. */
ret = g_strdup(str);
free(str);
}