mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
audio/hda: enable new timer code by default.
Also add a compat property to disable it for old machine types, needed for live migration compatibility. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20180622111200.30561-6-kraxel@redhat.com
This commit is contained in:
parent
4501ee16c7
commit
bc753dc09f
2 changed files with 5 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue