From: Gleb Natapov <gleb@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/2] Add bootindex handling into usb storage device.
Date: Sun, 2 Jan 2011 17:07:12 +0200 [thread overview]
Message-ID: <20110102150712.GG32688@redhat.com> (raw)
In-Reply-To: <1293980672-3515-1-git-send-email-gleb@redhat.com>
Please ignore. Will resend with Signed-off-by.
On Sun, Jan 02, 2011 at 05:04:31PM +0200, Gleb Natapov wrote:
> ---
> hw/usb-msd.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/hw/usb-msd.c b/hw/usb-msd.c
> index 0a95d8d..46642a8 100644
> --- a/hw/usb-msd.c
> +++ b/hw/usb-msd.c
> @@ -560,6 +560,7 @@ static int usb_msd_initfn(USBDevice *dev)
> }
> }
>
> + add_boot_device_path(s->conf.bootindex, &dev->qdev, "/disk@0,0");
> return 0;
> }
>
> @@ -624,6 +625,7 @@ static USBDevice *usb_msd_init(const char *filename)
> static struct USBDeviceInfo msd_info = {
> .product_desc = "QEMU USB MSD",
> .qdev.name = "usb-storage",
> + .qdev.fw_name = "storage",
> .qdev.size = sizeof(MSDState),
> .init = usb_msd_initfn,
> .handle_packet = usb_generic_handle_packet,
> --
> 1.7.2.3
>
--
Gleb.
next prev parent reply other threads:[~2011-01-02 15:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-02 15:04 [Qemu-devel] [PATCH 1/2] Add bootindex handling into usb storage device Gleb Natapov
2011-01-02 15:04 ` [Qemu-devel] [PATCH 2/2] Add boot index documentation Gleb Natapov
2011-01-02 15:07 ` Gleb Natapov [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-01-02 15:07 [Qemu-devel] [PATCH 1/2] Add bootindex handling into usb storage device Gleb Natapov
2011-01-26 13:01 ` Gleb Natapov
2011-01-28 13:34 ` Markus Armbruster
2011-01-28 15:48 ` Gleb Natapov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110102150712.GG32688@redhat.com \
--to=gleb@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.