qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 08/23] exynos4: Suppress unused default drives


From: Evgeny Voevodin
Subject: Re: [Qemu-devel] [PATCH 08/23] exynos4: Suppress unused default drives
Date: Thu, 09 Aug 2012 17:37:44 +0400
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 09.08.2012 17:31, Markus Armbruster wrote:
Cc: Evgeny Voevodin <address@hidden>
Cc: Maksim Kozlov <address@hidden>
Cc: Igor Mitsyanko <address@hidden>
Cc: Dmitry Solodkiy <address@hidden>

Suppress default floppy, CD-ROM and SD card drives for machines nuri,
smdkc210.

Signed-off-by: Markus Armbruster <address@hidden>
---
  hw/exynos4_boards.c | 6 ++++++
  1 file changed, 6 insertions(+)

diff --git a/hw/exynos4_boards.c b/hw/exynos4_boards.c
index 4bb0a60..1512c27 100644
--- a/hw/exynos4_boards.c
+++ b/hw/exynos4_boards.c
@@ -160,12 +160,18 @@ static QEMUMachine 
exynos4_machines[EXYNOS4_NUM_OF_BOARDS] = {
          .desc = "Samsung NURI board (Exynos4210)",
          .init = nuri_init,
          .max_cpus = EXYNOS4210_NCPUS,
+        .no_floppy = 1,
+        .no_cdrom = 1,
+        .no_sdcard = 1,
      },
      [EXYNOS4_BOARD_SMDKC210] = {
          .name = "smdkc210",
          .desc = "Samsung SMDKC210 board (Exynos4210)",
          .init = smdkc210_init,
          .max_cpus = EXYNOS4210_NCPUS,
+        .no_floppy = 1,
+        .no_cdrom = 1,
+        .no_sdcard = 1,
      },
  };

Recently I looked in monitor and thought about how to dismiss them from our board )

Acked-by: Evgeny Voevodin <address@hidden>


--
Kind regards,
Evgeny Voevodin,
Technical Leader,
Mobile Group,
Samsung Moscow Research Center,
e-mail: address@hidden




reply via email to

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