From: Anthony Liguori <aliguori@us.ibm.com>
To: Hollis Blanchard <hollisb@us.ibm.com>
Cc: qemu-devel@nongnu.org, Avi Kivity <avi@redhat.com>,
kvm-devel <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] [PATCH 2/2] Virtio block device support
Date: Mon, 01 Dec 2008 14:22:42 -0600 [thread overview]
Message-ID: <49344792.9070509@us.ibm.com> (raw)
In-Reply-To: <1228162828.14874.58.camel@localhost.localdomain>
Hollis Blanchard wrote:
> On Tue, 2008-11-25 at 15:57 -0600, Anthony Liguori wrote:
>
>> diff --git a/hw/pc.h b/hw/pc.h
>> index f156b9e..bbfa2d6 100644
>> --- a/hw/pc.h
>> +++ b/hw/pc.h
>> @@ -152,4 +152,8 @@ void pci_piix4_ide_init(PCIBus *bus,
>> BlockDriverState **hd_table, int devfn,
>>
>> void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd);
>>
>> +/* virtio-blk.c */
>> +void *virtio_blk_init(PCIBus *bus, uint16_t vendor, uint16_t device,
>> + BlockDriverState *bs);
>> +
>> #endif
>>
>
> This shouldn't be in pc.h.
I don't disagree.
> I don't know if you'd consider virtio.h to be
> a layering violation, but the virtio layers are already being compressed
> in these patches...
>
Yeah, I think the virtio stuff could use some love but I'd like to avoid
that until we have something in tree and merged against kvm-userspace.
Regards,
Anthony Liguori
WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <aliguori@us.ibm.com>
To: Hollis Blanchard <hollisb@us.ibm.com>
Cc: qemu-devel@nongnu.org, kvm-devel <kvm@vger.kernel.org>,
Avi Kivity <avi@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 2/2] Virtio block device support
Date: Mon, 01 Dec 2008 14:22:42 -0600 [thread overview]
Message-ID: <49344792.9070509@us.ibm.com> (raw)
In-Reply-To: <1228162828.14874.58.camel@localhost.localdomain>
Hollis Blanchard wrote:
> On Tue, 2008-11-25 at 15:57 -0600, Anthony Liguori wrote:
>
>> diff --git a/hw/pc.h b/hw/pc.h
>> index f156b9e..bbfa2d6 100644
>> --- a/hw/pc.h
>> +++ b/hw/pc.h
>> @@ -152,4 +152,8 @@ void pci_piix4_ide_init(PCIBus *bus,
>> BlockDriverState **hd_table, int devfn,
>>
>> void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd);
>>
>> +/* virtio-blk.c */
>> +void *virtio_blk_init(PCIBus *bus, uint16_t vendor, uint16_t device,
>> + BlockDriverState *bs);
>> +
>> #endif
>>
>
> This shouldn't be in pc.h.
I don't disagree.
> I don't know if you'd consider virtio.h to be
> a layering violation, but the virtio layers are already being compressed
> in these patches...
>
Yeah, I think the virtio stuff could use some love but I'd like to avoid
that until we have something in tree and merged against kvm-userspace.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2008-12-01 20:22 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-25 21:57 [PATCH 1/2] Virtio core support Anthony Liguori
2008-11-25 21:57 ` [Qemu-devel] " Anthony Liguori
2008-11-25 21:57 ` [PATCH 2/2] Virtio block device support Anthony Liguori
2008-11-25 21:57 ` [Qemu-devel] " Anthony Liguori
2008-11-26 18:24 ` Hollis Blanchard
2008-12-01 20:20 ` Hollis Blanchard
2008-12-01 20:22 ` Anthony Liguori [this message]
2008-12-01 20:22 ` Anthony Liguori
2008-11-26 18:11 ` [PATCH 1/1] " Hollis Blanchard
2008-11-26 18:11 ` [Qemu-devel] " Hollis Blanchard
2008-11-26 18:17 ` Hollis Blanchard
2008-11-26 18:17 ` Hollis Blanchard
2008-11-26 18:22 ` [PATCH] Remove TARGET_PAGE_SIZE from virtio interface Hollis Blanchard
2008-11-26 18:22 ` [Qemu-devel] " Hollis Blanchard
2008-11-26 18:29 ` Hollis Blanchard
2008-11-26 18:29 ` [Qemu-devel] " Hollis Blanchard
2008-12-01 18:19 ` [PATCH] [v2] " Hollis Blanchard
2008-12-01 18:19 ` [Qemu-devel] " Hollis Blanchard
2008-12-04 19:58 ` Anthony Liguori
2008-12-04 19:58 ` [Qemu-devel] " Anthony Liguori
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=49344792.9070509@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=hollisb@us.ibm.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.