diff mbox

[v2,for-1.2,18/27] microblaze: Suppress unused default drives

Message ID 1345058260-16229-19-git-send-email-armbru@redhat.com
State New
Headers show

Commit Message

Markus Armbruster Aug. 15, 2012, 7:17 p.m. UTC
Cc: Peter Crosthwaite <peter.crosthwaite@petalogix.com>

Suppress default floppy, CD-ROM and SD card drives for machines
petalogix-ml605 and petalogix-s3adsp1800.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 hw/petalogix_ml605_mmu.c      | 3 ---
 hw/petalogix_s3adsp1800_mmu.c | 3 ---
 2 files changed, 6 deletions(-)

Comments

Peter A. G. Crosthwaite Aug. 17, 2012, 4:54 a.m. UTC | #1
On Thu, Aug 16, 2012 at 5:17 AM, Markus Armbruster <armbru@redhat.com> wrote:
> Cc: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
>
> Suppress default floppy, CD-ROM and SD card drives for machines
> petalogix-ml605 and petalogix-s3adsp1800.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
> ---
>  hw/petalogix_ml605_mmu.c      | 3 ---
>  hw/petalogix_s3adsp1800_mmu.c | 3 ---
>  2 files changed, 6 deletions(-)
>
> diff --git a/hw/petalogix_ml605_mmu.c b/hw/petalogix_ml605_mmu.c
> index 7703d54..dced648 100644
> --- a/hw/petalogix_ml605_mmu.c
> +++ b/hw/petalogix_ml605_mmu.c
> @@ -148,9 +148,6 @@ static QEMUMachine petalogix_ml605_machine = {
>      .name = "petalogix-ml605",
>      .desc = "PetaLogix linux refdesign for xilinx ml605 little endian",
>      .init = petalogix_ml605_init,
> -    .use_floppy = 1,
> -    .use_cdrom = 1,
> -    .use_sdcard = 1,
>      .is_default = 0
>  };
>
> diff --git a/hw/petalogix_s3adsp1800_mmu.c b/hw/petalogix_s3adsp1800_mmu.c
> index d534c07..2cf6882 100644
> --- a/hw/petalogix_s3adsp1800_mmu.c
> +++ b/hw/petalogix_s3adsp1800_mmu.c
> @@ -117,9 +117,6 @@ static QEMUMachine petalogix_s3adsp1800_machine = {
>      .name = "petalogix-s3adsp1800",
>      .desc = "PetaLogix linux refdesign for xilinx Spartan 3ADSP1800",
>      .init = petalogix_s3adsp1800_init,
> -    .use_floppy = 1,
> -    .use_cdrom = 1,
> -    .use_sdcard = 1,
>      .is_default = 1
>  };
>
> --
> 1.7.11.2
>
diff mbox

Patch

diff --git a/hw/petalogix_ml605_mmu.c b/hw/petalogix_ml605_mmu.c
index 7703d54..dced648 100644
--- a/hw/petalogix_ml605_mmu.c
+++ b/hw/petalogix_ml605_mmu.c
@@ -148,9 +148,6 @@  static QEMUMachine petalogix_ml605_machine = {
     .name = "petalogix-ml605",
     .desc = "PetaLogix linux refdesign for xilinx ml605 little endian",
     .init = petalogix_ml605_init,
-    .use_floppy = 1,
-    .use_cdrom = 1,
-    .use_sdcard = 1,
     .is_default = 0
 };
 
diff --git a/hw/petalogix_s3adsp1800_mmu.c b/hw/petalogix_s3adsp1800_mmu.c
index d534c07..2cf6882 100644
--- a/hw/petalogix_s3adsp1800_mmu.c
+++ b/hw/petalogix_s3adsp1800_mmu.c
@@ -117,9 +117,6 @@  static QEMUMachine petalogix_s3adsp1800_machine = {
     .name = "petalogix-s3adsp1800",
     .desc = "PetaLogix linux refdesign for xilinx Spartan 3ADSP1800",
     .init = petalogix_s3adsp1800_init,
-    .use_floppy = 1,
-    .use_cdrom = 1,
-    .use_sdcard = 1,
     .is_default = 1
 };