qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 04/12] atapi: fill in AUDIO_CTL page correctly


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 04/12] atapi: fill in AUDIO_CTL page correctly
Date: Tue, 20 Sep 2011 17:26:38 +0200

The page is not anymore in MMC, but at least keep the values sane.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 hw/ide/atapi.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c
index 347c38d..10f161f 100644
--- a/hw/ide/atapi.c
+++ b/hw/ide/atapi.c
@@ -731,6 +731,8 @@ static void cmd_mode_sense(IDEState *s, uint8_t *buf)
             buf[7] = 0;
 
             /* Fill with CDROM audio volume */
+            buf[8] = 0x0e;
+            buf[9] = 0x0e;
             buf[17] = 0;
             buf[19] = 0;
             buf[21] = 0;
-- 
1.7.6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]