mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()
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>
This commit is contained in:
parent
08ac80cd61
commit
d828c430eb
4 changed files with 4 additions and 4 deletions
|
@ -224,7 +224,7 @@ static void test_dynamic_globalprop_subprocess(void)
|
|||
|
||||
g_assert_cmpuint(mt->prop1, ==, 101);
|
||||
g_assert_cmpuint(mt->prop2, ==, 102);
|
||||
all_used = qdev_prop_check_global();
|
||||
all_used = qdev_prop_check_globals();
|
||||
g_assert_cmpuint(all_used, ==, 1);
|
||||
g_assert(!props[0].not_used);
|
||||
g_assert(!props[1].not_used);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue