On Mon, 06 Jun 2011 15:40:28 +0200
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > This command inserts a new media in an already opened tray. It's only
> > available in QMP.
> >
> > Please, check the command's documentation (being introduced in this
> > commit) for a detailed descript
Luiz Capitulino writes:
> This command inserts a new media in an already opened tray. It's only
> available in QMP.
>
> Please, check the command's documentation (being introduced in this
> commit) for a detailed description.
>
> Signed-off-by: Luiz Capitulino
> ---
> blockdev.c | 52 +++
On (Fri) 03 Jun 2011 [16:03:59], Luiz Capitulino wrote:
>
> +static int media_insert(const char *device, const char *mediafile,
> +const char *format)
> +{
> +BlockDriver *drv = NULL;
> +BlockDriverState *bs;
> +int bdrv_flags;
> +
> +bs = bdrv_removable_fi
This command inserts a new media in an already opened tray. It's only
available in QMP.
Please, check the command's documentation (being introduced in this
commit) for a detailed description.
Signed-off-by: Luiz Capitulino
---
blockdev.c | 52 +