From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzSw3-0007pu-3i for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:38:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzSvt-0003XI-Ac for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:37:59 -0400 Received: from mailout4.w1.samsung.com ([210.118.77.14]:20364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzSvt-0003W0-4l for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:37:49 -0400 Received: from eusync2.samsung.com (mailout4.w1.samsung.com [210.118.77.14]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M8H00M4BPVZH7B0@mailout4.w1.samsung.com> for qemu-devel@nongnu.org; Thu, 09 Aug 2012 14:38:23 +0100 (BST) Received: from [106.109.8.21] by eusync2.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0M8H00NAHPUW1Q00@eusync2.samsung.com> for qemu-devel@nongnu.org; Thu, 09 Aug 2012 14:37:45 +0100 (BST) Message-id: <5023BD28.7020007@samsung.com> Date: Thu, 09 Aug 2012 17:37:44 +0400 From: Evgeny Voevodin MIME-version: 1.0 References: <1344519084-21847-1-git-send-email-armbru@redhat.com> <1344519084-21847-9-git-send-email-armbru@redhat.com> In-reply-to: <1344519084-21847-9-git-send-email-armbru@redhat.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/23] exynos4: Suppress unused default drives List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Maksim Kozlov , Igor Mitsyanko , qemu-devel@nongnu.org, Dmitry Solodkiy On 09.08.2012 17:31, Markus Armbruster wrote: > Cc: Evgeny Voevodin > Cc: Maksim Kozlov > Cc: Igor Mitsyanko > Cc: Dmitry Solodkiy > > Suppress default floppy, CD-ROM and SD card drives for machines nuri, > smdkc210. > > Signed-off-by: Markus Armbruster > --- > 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 -- Kind regards, Evgeny Voevodin, Technical Leader, Mobile Group, Samsung Moscow Research Center, e-mail: e.voevodin@samsung.com