projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556068e
)
test-qdev-global-props: Trivial comment fix
author
Eduardo Habkost
<ehabkost@redhat.com>
Fri, 8 Aug 2014 19:03:26 +0000
(16:03 -0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 14 Sep 2014 18:32:16 +0000
(21:32 +0300)
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/test-qdev-global-props.c
patch
|
blob
|
history
diff --git
a/tests/test-qdev-global-props.c
b/tests/test-qdev-global-props.c
index
2bef04c
..
e1a1317
100644
(file)
--- a/
tests/test-qdev-global-props.c
+++ b/
tests/test-qdev-global-props.c
@@
-143,7
+143,7
@@
static const TypeInfo dynamic_prop_type = {
.class_init = dynamic_class_init,
};
-/* Test setting of
static property
using global properties */
+/* Test setting of
dynamic properties
using global properties */
static void test_dynamic_globalprop(void)
{
MyType *mt;