You need to sign in or sign up before continuing.
提交 bc753dc0 编写于 作者: G Gerd Hoffmann

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: NGerd Hoffmann <kraxel@redhat.com>
Message-id: 20180622111200.30561-6-kraxel@redhat.com
上级 4501ee16
...@@ -839,7 +839,7 @@ static const VMStateDescription vmstate_hda_audio = { ...@@ -839,7 +839,7 @@ static const VMStateDescription vmstate_hda_audio = {
static Property hda_audio_properties[] = { static Property hda_audio_properties[] = {
DEFINE_PROP_UINT32("debug", HDAAudioState, debug, 0), DEFINE_PROP_UINT32("debug", HDAAudioState, debug, 0),
DEFINE_PROP_BOOL("mixer", HDAAudioState, mixer, true), DEFINE_PROP_BOOL("mixer", HDAAudioState, mixer, true),
DEFINE_PROP_BOOL("use-timer", HDAAudioState, use_timer, false), DEFINE_PROP_BOOL("use-timer", HDAAudioState, use_timer, true),
DEFINE_PROP_END_OF_LIST(), DEFINE_PROP_END_OF_LIST(),
}; };
......
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
.driver = "migration",\ .driver = "migration",\
.property = "decompress-error-check",\ .property = "decompress-error-check",\
.value = "off",\ .value = "off",\
},{\
.driver = "hda-audio",\
.property = "use-timer",\
.value = "false",\
}, },
#define HW_COMPAT_2_11 \ #define HW_COMPAT_2_11 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册