From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzSpy-0001o7-KJ for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:31:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzSpm-0001lR-PL for qemu-devel@nongnu.org; Thu, 09 Aug 2012 09:31:42 -0400 From: Markus Armbruster Date: Thu, 9 Aug 2012 15:31:01 +0200 Message-Id: <1344519084-21847-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 00/23] Suppress unused default drives List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Evgeny Voevodin , Peter Crosthwaite , Max Filippov , "Edgar E. Iglesias" , Igor Mitsyanko , Paul@pond.sub.org, Alexander Graf , =?UTF-8?q?Andreas=20F=C3=A4rber?= , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Maksim Kozlov , "Brook , Jan Kiszka , Blue Swirl , Anthony Liguori , Mark Langsdorf , Michael Walle , qemu-ppc@nongnu.org, Dmitry Solodkiy , Peter Chubb , Aurelien Jarno We create a number of default drives for machines to use: floppy, CD-ROM, SD card. Machines can suppress the ones they don't use, but few do. Fix that. I split this into parts that share target and maintainer for review. Blue, would you be willing to commit the whole series, provided there are no objections? Cc: Alexander Graf Cc: Andreas F=C3=A4rber Cc: Andrzej Zaborowski Cc: Anthony Liguori Cc: Aurelien Jarno Cc: Blue Swirl Cc: Dmitry Solodkiy Cc: Edgar E. Iglesias Cc: Evgeny Voevodin Cc: Herv=C3=A9 Poussineau Cc: Igor Mitsyanko Cc: Jan Kiszka Cc: Magnus Damm Cc: Maksim Kozlov Cc: Mark Langsdorf Cc: Max Filippov Cc: Michael Walle Cc: Paul Brook Cc: Peter Chubb Cc: Peter Crosthwaite Cc: Peter Maydell Cc: Stefano Stabellini Cc: qemu-ppc@nongnu.org Markus Armbruster (23): alpha_dp264: Suppress unused default drives nseries palm spitz: Suppress unused default drives highbank: Suppress unused default drives integratorcp, realview, stellaris, versatilepb: Suppress unused default drives omap_sx1: Suppress unused default drives kzm: Suppress unused default drives musicpal: Suppress unused default drives exynos4: Suppress unused default drives xilinx-zynq: Suppress unused default drives collie gumstix mainstone tosa vexpress z2: Suppress unused default drives axis-dev88: Suppress unused default drives pc xen: Suppress unused default drives lm32: Suppress unused default drives m68k: Suppress unused default drives microblaze: Suppress unused default drives mips_jazz: Suppress unused default drives mips_malta mips_r4k: Suppress unused default drives mips_fulong2e, mips_mipssim: Suppress unused default drives or32-sim: Suppress unused default drives ppc: Suppress unused default drives sh4: Suppress unused default drives sparc: Suppress unused default drives xtensa: Suppress unused default drives hw/alpha_dp264.c | 2 ++ hw/an5206.c | 3 +++ hw/axis_dev88.c | 3 +++ hw/collie.c | 3 +++ hw/dummy_m68k.c | 3 +++ hw/exynos4_boards.c | 6 ++++++ hw/gumstix.c | 4 ++++ hw/highbank.c | 3 +++ hw/integratorcp.c | 2 ++ hw/kzm.c | 3 +++ hw/leon3.c | 3 +++ hw/lm32_boards.c | 6 ++++++ hw/mainstone.c | 2 ++ hw/mcf5208.c | 3 +++ hw/milkymist.c | 2 ++ hw/mips_fulong2e.c | 2 ++ hw/mips_jazz.c | 2 ++ hw/mips_malta.c | 1 + hw/mips_mipssim.c | 3 +++ hw/mips_r4k.c | 2 ++ hw/musicpal.c | 3 +++ hw/nseries.c | 4 ++++ hw/omap_sx1.c | 4 ++++ hw/openrisc_sim.c | 3 +++ hw/palm.c | 2 ++ hw/pc_piix.c | 11 +++++++++++ hw/petalogix_ml605_mmu.c | 3 +++ hw/petalogix_s3adsp1800_mmu.c | 3 +++ hw/ppc405_boards.c | 6 ++++++ hw/ppc440_bamboo.c | 3 +++ hw/ppc_newworld.c | 2 ++ hw/ppc_oldworld.c | 2 ++ hw/ppc_prep.c | 1 + hw/r2d.c | 3 +++ hw/realview.c | 6 ++++++ hw/shix.c | 3 +++ hw/spitz.c | 8 ++++++++ hw/stellaris.c | 5 +++++ hw/sun4m.c | 15 +++++++++++++++ hw/sun4u.c | 3 +++ hw/tosa.c | 2 ++ hw/versatilepb.c | 2 ++ hw/vexpress.c | 4 ++++ hw/virtex_ml507.c | 3 +++ hw/xen_machine_pv.c | 1 + hw/xilinx_zynq.c | 2 ++ hw/xtensa_lx60.c | 6 ++++++ hw/xtensa_sim.c | 3 +++ hw/z2.c | 2 ++ 49 files changed, 173 insertions(+) --=20 1.7.11.2