All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: "H. Peter Anvin" <hpa@linux.intel.com>
Cc: qemu-devel@nongnu.org, av1474@comtv.ru, kvm@vger.kernel.org,
	"H. Peter Anvin" <hpa@zytor.com>
Subject: Re: [PATCH] [RFC] Add support for a USB audio device model
Date: Sat, 11 Sep 2010 08:41:17 +0100	[thread overview]
Message-ID: <AANLkTikSOMfgjJC7CaF1JqUir3jQWKv8mu3MNqRSngdX@mail.gmail.com> (raw)
In-Reply-To: <1284155276-14959-1-git-send-email-hpa@linux.intel.com>

On Fri, Sep 10, 2010 at 10:47 PM, H. Peter Anvin <hpa@linux.intel.com> wrote:
> diff --git a/hw/usb-audio.c b/hw/usb-audio.c
> new file mode 100644
> index 0000000..d4cf488
> --- /dev/null
> +++ b/hw/usb-audio.c
> @@ -0,0 +1,702 @@
> +/*
> + * QEMU USB Net devices
> + *
> + * Copyright (c) 2006 Thomas Sailer
> + * Copyright (c) 2008 Andrzej Zaborowski

Want to update this for usb-audio?

Stefan

WARNING: multiple messages have this Message-ID (diff)
From: Stefan Hajnoczi <stefanha@gmail.com>
To: "H. Peter Anvin" <hpa@linux.intel.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org,
	"H. Peter Anvin" <hpa@zytor.com>
Subject: [Qemu-devel] Re: [PATCH] [RFC] Add support for a USB audio device model
Date: Sat, 11 Sep 2010 08:41:17 +0100	[thread overview]
Message-ID: <AANLkTikSOMfgjJC7CaF1JqUir3jQWKv8mu3MNqRSngdX@mail.gmail.com> (raw)
In-Reply-To: <1284155276-14959-1-git-send-email-hpa@linux.intel.com>

On Fri, Sep 10, 2010 at 10:47 PM, H. Peter Anvin <hpa@linux.intel.com> wrote:
> diff --git a/hw/usb-audio.c b/hw/usb-audio.c
> new file mode 100644
> index 0000000..d4cf488
> --- /dev/null
> +++ b/hw/usb-audio.c
> @@ -0,0 +1,702 @@
> +/*
> + * QEMU USB Net devices
> + *
> + * Copyright (c) 2006 Thomas Sailer
> + * Copyright (c) 2008 Andrzej Zaborowski

Want to update this for usb-audio?

Stefan

  parent reply	other threads:[~2010-09-11  7:41 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-10 21:47 [PATCH] [RFC] Add support for a USB audio device model H. Peter Anvin
2010-09-10 21:47 ` [Qemu-devel] " H. Peter Anvin
2010-09-11  0:28 ` malc
2010-09-11  0:28   ` [Qemu-devel] " malc
2010-09-11  1:08   ` H. Peter Anvin
2010-09-11  1:08     ` [Qemu-devel] " H. Peter Anvin
2010-09-11  2:47     ` H. Peter Anvin
2010-09-11  2:47       ` H. Peter Anvin
2010-09-11  3:05       ` H. Peter Anvin
2010-09-11  3:05         ` H. Peter Anvin
2010-09-11 13:53         ` malc
2010-09-11 17:09           ` H. Peter Anvin
2010-09-11 13:14     ` Alexander Graf
2010-09-11 13:14       ` [Qemu-devel] " Alexander Graf
2010-09-11 18:29       ` H. Peter Anvin
2010-09-11 18:29         ` [Qemu-devel] " H. Peter Anvin
2010-09-11  7:41 ` Stefan Hajnoczi [this message]
2010-09-11  7:41   ` Stefan Hajnoczi
2010-09-12  5:20   ` H. Peter Anvin
2010-09-12  5:20     ` [Qemu-devel] " H. Peter Anvin
2010-09-13 20:53 ` Amos Kong
2010-09-13 20:53   ` [Qemu-devel] " Amos Kong
2010-09-13 21:04   ` H. Peter Anvin
2010-09-13 21:04     ` [Qemu-devel] " H. Peter Anvin
2010-09-14  1:37     ` Amos Kong
2010-09-14  1:37       ` [Qemu-devel] " Amos Kong
2010-09-14  5:56       ` H. Peter Anvin
2010-09-14  5:56         ` [Qemu-devel] " H. Peter Anvin
2010-10-14 13:51         ` Mike Snitzer
2010-10-14 13:51           ` [Qemu-devel] " Mike Snitzer
2010-10-14 15:40           ` H. Peter Anvin
2010-10-14 15:40             ` [Qemu-devel] " H. Peter Anvin
2010-10-14 16:18             ` Alon Levy
2010-10-14 17:43               ` H. Peter Anvin
2010-09-13 21:07   ` H. Peter Anvin
2010-09-13 21:07     ` [Qemu-devel] " H. Peter Anvin

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=AANLkTikSOMfgjJC7CaF1JqUir3jQWKv8mu3MNqRSngdX@mail.gmail.com \
    --to=stefanha@gmail.com \
    --cc=av1474@comtv.ru \
    --cc=hpa@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=kvm@vger.kernel.org \
    --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.