qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 03/23] switch chardev to QemuOpts: infrastructu


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 03/23] switch chardev to QemuOpts: infrastructure, null device
Date: Mon, 7 Sep 2009 19:52:54 +0300

On Mon, Sep 7, 2009 at 7:06 PM, Gerd Hoffmann<address@hidden> wrote:
> start switching chardevs to QemuOpts.  This patch adds the
> infrastructure and converts the null device.

> +static struct {
> +    const char *name;
> +    CharDriverState *(*open)(QemuOpts *opts);
> +} backend_table[] = {
> +    { .name = "null",      .open = qemu_chr_open_null },
> +};

'const'?




reply via email to

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