On 2012-09-30 21:11, Marcelo Tosatti wrote: > > Option is deprecated and warning has been in place for one year. Do we really care about such cosmetics? What is the big plan for qemu-kvm now? For 1.3 and then beyond? Jan > > Signed-off-by: Marcelo Tosatti <mtosatti@xxxxxxxxxx> > > diff --git a/blockdev.c b/blockdev.c > index 4a5266e..7c83baa 100644 > --- a/blockdev.c > +++ b/blockdev.c > @@ -432,12 +432,6 @@ DriveInfo *drive_init(QemuOpts *opts, int default_to_scsi) > return NULL; > } > > - if (qemu_opt_get(opts, "boot") != NULL) { > - fprintf(stderr, "qemu-kvm: boot=on|off is deprecated and will be " > - "ignored. Future versions will reject this parameter. Please " > - "update your scripts.\n"); > - } > - > on_write_error = BLOCK_ERR_STOP_ENOSPC; > if ((buf = qemu_opt_get(opts, "werror")) != NULL) { > if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && type != IF_NONE) { > diff --git a/qemu-config.c b/qemu-config.c > index 3eaee48..eba977e 100644 > --- a/qemu-config.c > +++ b/qemu-config.c > @@ -114,10 +114,6 @@ static QemuOptsList qemu_drive_opts = { > .name = "copy-on-read", > .type = QEMU_OPT_BOOL, > .help = "copy read data from backing file into image file", > - },{ > - .name = "boot", > - .type = QEMU_OPT_BOOL, > - .help = "(deprecated, ignored)", > }, > { /* end of list */ } > }, > -- Siemens AG, Corporate Technology, CT RTC ITP SDP-DE Corporate Competence Center Embedded Linux -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html