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

On 09/11/2010 12:41 AM, Stefan Hajnoczi wrote:
> 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

Yeah, obviously...

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.


WARNING: multiple messages have this Message-ID (diff)
From: "H. Peter Anvin" <hpa@zytor.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: "H. Peter Anvin" <hpa@linux.intel.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: [PATCH] [RFC] Add support for a USB audio device model
Date: Sat, 11 Sep 2010 22:20:43 -0700	[thread overview]
Message-ID: <4C8C632B.3080904@zytor.com> (raw)
In-Reply-To: <AANLkTikSOMfgjJC7CaF1JqUir3jQWKv8mu3MNqRSngdX@mail.gmail.com>

On 09/11/2010 12:41 AM, Stefan Hajnoczi wrote:
> 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

Yeah, obviously...

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.

  reply	other threads:[~2010-09-12  5:21 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
2010-09-11  7:41   ` [Qemu-devel] " Stefan Hajnoczi
2010-09-12  5:20   ` H. Peter Anvin [this message]
2010-09-12  5:20     ` 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=4C8C632B.3080904@zytor.com \
    --to=hpa@zytor.com \
    --cc=av1474@comtv.ru \
    --cc=hpa@linux.intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /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.