qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 for-1.2 12/27] xilinx-zynq: Suppress unused d


From: Peter Crosthwaite
Subject: Re: [Qemu-devel] [PATCH v2 for-1.2 12/27] xilinx-zynq: Suppress unused default drives
Date: Fri, 17 Aug 2012 14:55:07 +1000

On Thu, Aug 16, 2012 at 5:17 AM, Markus Armbruster <address@hidden> wrote:
> Cc: Peter Crosthwaite <address@hidden>
>
> Suppress default floppy and CD-ROM drives.  SD card was already
> suppressed.
>
> Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Peter Crosthwaite <address@hidden>
> ---
>  hw/xilinx_zynq.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/hw/xilinx_zynq.c b/hw/xilinx_zynq.c
> index 1f16a34..b532953 100644
> --- a/hw/xilinx_zynq.c
> +++ b/hw/xilinx_zynq.c
> @@ -146,8 +146,6 @@ static QEMUMachine zynq_machine = {
>      .init = zynq_init,
>      .use_scsi = 1,
>      .max_cpus = 1,
> -    .use_floppy = 1,
> -    .use_cdrom = 1,
>  };
>
>  static void zynq_machine_init(void)
> --
> 1.7.11.2
>



reply via email to

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