summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost2018-06-25 19:10:56 +0200
committerEduardo Habkost2018-06-25 19:10:56 +0200
commit0b6e9aa89e02c8b213af019aad816e00ba8243f8 (patch)
tree27eb6832830ebf44939c7b968df9044c6d4433ae /include
parenti386: Remove generic SMT thread check (diff)
parentMerge remote-tracking branch 'remotes/kraxel/tags/audio-20180625-pull-request... (diff)
downloadqemu-0b6e9aa89e02c8b213af019aad816e00ba8243f8.tar.gz
qemu-0b6e9aa89e02c8b213af019aad816e00ba8243f8.tar.xz
qemu-0b6e9aa89e02c8b213af019aad816e00ba8243f8.zip
Merge branch 'master' of git://git.qemu.org/qemu into x86-next
Diffstat (limited to 'include')
-rw-r--r--include/hw/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h
index 563908b874..44d5964060 100644
--- a/include/hw/compat.h
+++ b/include/hw/compat.h
@@ -6,6 +6,10 @@
.driver = "migration",\
.property = "decompress-error-check",\
.value = "off",\
+ },{\
+ .driver = "hda-audio",\
+ .property = "use-timer",\
+ .value = "false",\
},
#define HW_COMPAT_2_11 \