projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b58c4
)
tests: virtio-9p: rename PCI configuration test
author
Greg Kurz
<groug@kaod.org>
Tue, 3 Jan 2017 16:28:44 +0000
(17:28 +0100)
committer
Greg Kurz
<groug@kaod.org>
Tue, 3 Jan 2017 16:28:44 +0000
(17:28 +0100)
Signed-off-by: Greg Kurz <groug@kaod.org>
tests/virtio-9p-test.c
patch
|
blob
|
history
diff --git
a/tests/virtio-9p-test.c
b/tests/virtio-9p-test.c
index 9c4f6cb406475d9867229d7075659916e0a2d5f0..f458297f9ae1fc08ae05233b339df9c30b9e8268 100644
(file)
--- a/
tests/virtio-9p-test.c
+++ b/
tests/virtio-9p-test.c
@@
-92,7
+92,7
@@
static void qvirtio_9p_pci_free(QVirtIO9P *v9p)
g_free(v9p);
}
-static void pci_
basic_
config(void)
+static void pci_config(void)
{
QVirtIO9P *v9p;
size_t tag_len;
@@
-121,7
+121,7
@@
int main(int argc, char **argv)
{
g_test_init(&argc, &argv, NULL);
qtest_add_func("/virtio/9p/pci/nop", pci_nop);
- qtest_add_func("/virtio/9p/pci/
basic/configuration", pci_basic
_config);
+ qtest_add_func("/virtio/9p/pci/
config", pci
_config);
return g_test_run();
}