projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180202-pull-request' into...
[qemu.git]
/
hw
/
audio
/
es1370.c
diff --git
a/hw/audio/es1370.c
b/hw/audio/es1370.c
index dd7c23d185954d5047f41f8eca9c96622b7005e4..59cf2527540c9edfdca2bf204410d57aaa1850af 100644
(file)
--- a/
hw/audio/es1370.c
+++ b/
hw/audio/es1370.c
@@
-1082,6
+1082,10
@@
static const TypeInfo es1370_info = {
.parent = TYPE_PCI_DEVICE,
.instance_size = sizeof (ES1370State),
.class_init = es1370_class_init,
+ .interfaces = (InterfaceInfo[]) {
+ { INTERFACE_CONVENTIONAL_PCI_DEVICE },
+ { },
+ },
};
static void es1370_register_types (void)
This page took
0.024218 seconds
and
4
git commands to generate.