All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, gleb@redhat.com,
	mtosatti@redhat.com
Subject: Re: [PATCH 4/4] pci: add pci test device
Date: Wed, 3 Apr 2013 15:59:48 -0400 (EDT)	[thread overview]
Message-ID: <1659990344.56531.1365019188876.JavaMail.root@redhat.com> (raw)
In-Reply-To: <20130403183958.GC28203@redhat.com>



----- Messaggio originale -----
> Da: "Michael S. Tsirkin" <mst@redhat.com>
> A: "Paolo Bonzini" <pbonzini@redhat.com>
> Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, gleb@redhat.com, mtosatti@redhat.com
> Inviato: Mercoledì, 3 aprile 2013 20:39:58
> Oggetto: Re: [PATCH 4/4] pci: add pci test device
> 
> On Wed, Apr 03, 2013 at 05:43:40PM +0200, Paolo Bonzini wrote:
> > Il 03/04/2013 17:09, Michael S. Tsirkin ha scritto:
> > > Okay after some more thought.
> > > hw/pci-host/
> > > hw/pci-bridge/
> > > hw/isa-bridge/
> > 
> > Renaming hw/isa to hw/isa-bridge is easy.
> > 
> > For the rest, I would prefer hw/pci/{core,host,bridge}, but whatever you
> > like the most is fine for me too.
> > 
> > Paolo
> 
> I'd prefer a single level as above, I get lost easily.

The reason why I prefer deep structures is that I would like
the directories to become the basis for a Kconfig menu.  But I'll
use the shallow structure, most of those symbols except in pci-bridge
would probably be select-ed by the high level "board" symbols anyway.

Paolo

WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: gleb@redhat.com, mtosatti@redhat.com, qemu-devel@nongnu.org,
	kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 4/4] pci: add pci test device
Date: Wed, 3 Apr 2013 15:59:48 -0400 (EDT)	[thread overview]
Message-ID: <1659990344.56531.1365019188876.JavaMail.root@redhat.com> (raw)
In-Reply-To: <20130403183958.GC28203@redhat.com>



----- Messaggio originale -----
> Da: "Michael S. Tsirkin" <mst@redhat.com>
> A: "Paolo Bonzini" <pbonzini@redhat.com>
> Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, gleb@redhat.com, mtosatti@redhat.com
> Inviato: Mercoledì, 3 aprile 2013 20:39:58
> Oggetto: Re: [PATCH 4/4] pci: add pci test device
> 
> On Wed, Apr 03, 2013 at 05:43:40PM +0200, Paolo Bonzini wrote:
> > Il 03/04/2013 17:09, Michael S. Tsirkin ha scritto:
> > > Okay after some more thought.
> > > hw/pci-host/
> > > hw/pci-bridge/
> > > hw/isa-bridge/
> > 
> > Renaming hw/isa to hw/isa-bridge is easy.
> > 
> > For the rest, I would prefer hw/pci/{core,host,bridge}, but whatever you
> > like the most is fine for me too.
> > 
> > Paolo
> 
> I'd prefer a single level as above, I get lost easily.

The reason why I prefer deep structures is that I would like
the directories to become the basis for a Kconfig menu.  But I'll
use the shallow structure, most of those symbols except in pci-bridge
would probably be select-ed by the high level "board" symbols anyway.

Paolo

  reply	other threads:[~2013-04-03 19:59 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03  8:59 [PATCH 0/4] kvm-unittests: add pci PORT IO and MMIO speed tests Michael S. Tsirkin
2013-04-03  8:59 ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03  8:59 ` [PATCH 1/4] kvm: remove unused APIs Michael S. Tsirkin
2013-04-03  8:59   ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03  8:59 ` [PATCH 2/4] kvm: support any size for pio eventfd Michael S. Tsirkin
2013-04-03  8:59   ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03  8:59 ` [PATCH 3/4] kvm: support non datamatch ioeventfd Michael S. Tsirkin
2013-04-03  8:59   ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03  8:59 ` [PATCH 4/4] pci: add pci test device Michael S. Tsirkin
2013-04-03  8:59   ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03  9:28   ` Paolo Bonzini
2013-04-03  9:28     ` [Qemu-devel] " Paolo Bonzini
2013-04-03  9:45     ` Michael S. Tsirkin
2013-04-03  9:45       ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03  9:53       ` Paolo Bonzini
2013-04-03  9:53         ` [Qemu-devel] " Paolo Bonzini
2013-04-03 10:22         ` Michael S. Tsirkin
2013-04-03 10:22           ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 10:25           ` Paolo Bonzini
2013-04-03 10:25             ` [Qemu-devel] " Paolo Bonzini
2013-04-03 10:33             ` Michael S. Tsirkin
2013-04-03 10:33               ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 10:34               ` Paolo Bonzini
2013-04-03 10:34                 ` [Qemu-devel] " Paolo Bonzini
2013-04-03 10:38                 ` Michael S. Tsirkin
2013-04-03 10:38                   ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 11:48                   ` Paolo Bonzini
2013-04-03 11:48                     ` [Qemu-devel] " Paolo Bonzini
2013-04-03 12:00                     ` Michael S. Tsirkin
2013-04-03 12:00                       ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 12:05                       ` Paolo Bonzini
2013-04-03 12:05                         ` [Qemu-devel] " Paolo Bonzini
2013-04-03 14:06                         ` Michael S. Tsirkin
2013-04-03 14:06                           ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 14:08                           ` Paolo Bonzini
2013-04-03 14:08                             ` [Qemu-devel] " Paolo Bonzini
2013-04-03 14:28                             ` Michael S. Tsirkin
2013-04-03 14:28                               ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 15:46                               ` Paolo Bonzini
2013-04-03 15:46                                 ` [Qemu-devel] " Paolo Bonzini
2013-04-03 17:04                                 ` Michael S. Tsirkin
2013-04-03 17:04                                   ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 17:10                                   ` Paolo Bonzini
2013-04-03 17:10                                     ` [Qemu-devel] " Paolo Bonzini
2013-04-03 14:33                             ` Michael S. Tsirkin
2013-04-03 14:33                               ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 15:09                             ` Michael S. Tsirkin
2013-04-03 15:09                               ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 15:43                               ` Paolo Bonzini
2013-04-03 15:43                                 ` [Qemu-devel] " Paolo Bonzini
2013-04-03 18:39                                 ` Michael S. Tsirkin
2013-04-03 18:39                                   ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03 19:59                                   ` Paolo Bonzini [this message]
2013-04-03 19:59                                     ` Paolo Bonzini

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=1659990344.56531.1365019188876.JavaMail.root@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=mtosatti@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.