diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2018-06-25 14:10:56 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2018-06-25 14:10:56 -0300 |
commit | 0b6e9aa89e02c8b213af019aad816e00ba8243f8 (patch) | |
tree | 27eb6832830ebf44939c7b968df9044c6d4433ae /include | |
parent | 6b2942f966d5e54c37d305c80f5f98d504c2bc55 (diff) | |
parent | 35e238c9330669882487f9929e0aa97900431853 (diff) |
Merge branch 'master' of git://git.qemu.org/qemu into x86-next
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/compat.h | 4 |
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 \ |