public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: KVM devel mailing list <kvm@vger.kernel.org>,
	qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: KVM Call agenda 2013-01-29
Date: Tue, 29 Jan 2013 15:40:34 +0100	[thread overview]
Message-ID: <87boc8gihp.fsf@elfo.elfo> (raw)


As Today there were lots of topics, here is a collapsed agenda,
basically three main topics now that Buildbot is dropped:

* Buildbot: discussed on the list (Andreas retired it)

* Replacing select(2) so that we will not hit the 1024 fd_set limit in the
  future. (stefan)

* Outstanding virtio work for 1.4
  - Multiqueue virtio-net (Amos/Michael)
  - Refactorings (Fred/Peter)
  - virtio-ccw (Cornelia/Alex)
  We need to work out the ordering here and what's reasonable to merge
  over the next week.

* What's the plan for -device and IRQ assignment? (Alex)

  We need to start coming up with a solution to connect irq lines
  between cmdline created devices and interrupt controllers. Currently,
  I'm aware of 2 potential users

  - virtio-mmio
  - device assignment on platform devices

  I see 2 options:

    - create a new platform bus that enumerates IRQs linearly, similar
      to how the ISA bus works
    - allow arbitrary irq pin connection using a global pin namespace

   Surely what you want is to specify IRQ connections via
   something like "my-uart.irq => interrupt-controller.in[14]"
   (adjust punctuation to taste)?

   They're just device-to-device connections.

   You also need some way of specifying where in a memory map
   mmio devices should live. This is a little tricky because
   you don't want to assume a global flat address space (in
   future if we get the memory APIs right then devices could be
   in the address space of just one of 4 CPUs, for instance).
      "my-uart.regs => cpu1.memory[0x4000..0x4100]" ?


                 reply	other threads:[~2013-01-29 14:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87boc8gihp.fsf@elfo.elfo \
    --to=quintela@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox