public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-29 21:39:58 to 2013-01-31 22:20:42 UTC [more...]

KVM call minutes 2013-01-29
 2013-01-31 22:20 UTC  (51+ messages)
    ` What to do about non-qdevified devices? (was: KVM call minutes 2013-01-29)
      ` What to do about non-qdevified devices?
          ` [Qemu-devel] "
` [Qemu-devel] KVM call minutes 2013-01-29 - Port I/O
    `  "

[PATCH] tcm_vhost: Multi-target support
 2013-01-31 20:59 UTC  (4+ messages)

[PATCH v2 00/18] KVM for MIPS32 Processors
 2013-01-31 20:12 UTC  (3+ messages)
` [PATCH v2 02/18] KVM/MIPS32: Arch specific KVM data structures

[PATCH] KVM: Remove duplicate text in api.txt
 2013-01-31 20:06 UTC 

[PATCH 2/8] KVM: PPC: booke: Allow multiple exception types
 2013-01-31 19:20 UTC  (35+ messages)
` [PATCH 3/8] KVM: PPC: booke: Added debug handler
` [PATCH 4/8] Added ONE_REG interface for debug instruction
` [PATCH 5/8] KVM: PPC: debug stub interface parameter defined
` [PATCH 8/8] KVM:PPC:booke: Allow debug interrupt injection to guest

windows 2008 guest causing rcu_shed to emit NMI
 2013-01-31 17:40 UTC  (12+ messages)

[PATCH 0/5] KVM: PPC: e500: Enable FSL e6500 core
 2013-01-31 16:48 UTC  (17+ messages)
` [PATCH 1/5] KVM: PPC: e500: Move VCPU's MMUCFG register initialization earlier
` [PATCH 2/5] KVM: PPC: e500: Emulate TLBnPS registers
` [PATCH 3/5] KVM: PPC: e500: Remove E.PT category from VCPUs
` [PATCH 4/5] KVM: PPC: e500: Emulate EPTCFG register
` [PATCH 5/5] KVM: PPC: e500mc: Enable e6500 cores

Listing on your website
 2013-01-31 16:15 UTC 

[PATCH V4 00/22] Multiqueue virtio-net
 2013-01-31 15:18 UTC  (31+ messages)
` [PATCH V4 01/22] net: tap: using bool instead of bitfield
` [PATCH V4 02/22] net: tap: use abort() instead of assert(0)
` [PATCH V4 03/22] net: introduce qemu_get_queue()
` [PATCH V4 04/22] net: introduce qemu_get_nic()
` [PATCH V4 05/22] net: intorduce qemu_del_nic()
` [PATCH V4 06/22] net: introduce qemu_find_net_clients_except()
` [PATCH V4 07/22] net: introduce qemu_net_client_setup()
` [PATCH V4 08/22] net: introduce NetClientState destructor
` [PATCH V4 09/22] net: multiqueue support
` [PATCH V4 10/22] tap: import linux multiqueue constants
` [PATCH V4 11/22] tap: factor out common tap initialization
` [PATCH V4 12/22] tap: add Linux multiqueue support
` [PATCH V4 13/22] tap: support enabling or disabling a queue
` [PATCH V4 14/22] tap: introduce a helper to get the name of an interface
` [PATCH V4 15/22] tap: multiqueue support
` [PATCH V4 16/22] vhost: "
` [PATCH V4 17/22] virtio: introduce virtio_del_queue()
` [PATCH V4 18/22] virtio: add a queue_index to VirtQueue
` [PATCH V4 19/22] virtio-net: separate virtqueue from VirtIONet
` [PATCH V4 20/22] virtio-net: multiqueue support
` [PATCH V4 21/22] virtio-net: migration support for multiqueue
` [PATCH V4 22/22] virtio-net: compat multiqueue support
  ` [Qemu-devel] [PATCH V4 00/22] Multiqueue virtio-net

[PATCH 0/2] KVM: Add posted interrupt supporting
 2013-01-31 13:55 UTC  (13+ messages)
` [PATCH 2/2] x86, apicv: Add Posted Interrupt supporting

KVM call agenda for 2013-01-29
 2013-01-31 12:58 UTC  (11+ messages)
` [Qemu-devel] "
  ` QEMU buildbot maintenance state (was: Re: KVM call agenda for 2013-01-29)
    ` [Qemu-devel] "
      ` [Qemu-devel] QEMU buildbot maintenance state
    `  "

[RFC v5 0/8] QEMU: Support KVM on ARM
 2013-01-31 11:27 UTC  (5+ messages)
` [RFC v5 7/8] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
  ` [kvmarm] "

[PATCH 0/2] KVM: set_memory_region: Cleanup and new restriction
 2013-01-31 10:15 UTC  (4+ messages)
` [PATCH 1/2 -v3] KVM: set_memory_region: Identify the requested change explicitly
` [PATCH 2/2] KVM: set_memory_region: Disallow changing read-only attribute later

[PATCH 0/6] small cleanups in MMU code
 2013-01-31  5:03 UTC  (4+ messages)

[PATCH for-1.4 2/2] target-s390x: Pass S390CPU to s390_{add,del}_running_cpu()
 2013-01-30 22:48 UTC 

[PATCH 0/6] small cleanups in MMU code
 2013-01-30 14:45 UTC  (7+ messages)
` [PATCH 1/6] KVM: MMU: make spte_is_locklessly_modifiable() more clear
` [PATCH 2/6] KVM: MMU: drop unneeded checks
` [PATCH 3/6] KVM: MMU: set base_role.nxe during mmu initialization
` [PATCH 4/6] KVM: MMU: drop superfluous min() call
` [PATCH 5/6] KVM: MMU: drop superfluous is_present_gpte() check
` [PATCH 6/6] Revert "KVM: MMU: split kvm_mmu_free_page"

[PATCH 1/6] KVM: MMU: make spte_is_locklessly_modifiable() more clear
 2013-01-30 14:44 UTC  (7+ messages)
` [PATCH 2/6] KVM: MMU: drop unneeded checks
` [PATCH 3/6] KVM: MMU: set base_role.nxe during mmu initialization
` [PATCH 4/6] KVM: MMU: drop superfluous min() call
` [PATCH 5/6] KVM: MMU: drop superfluous is_present_gpte() check
` [PATCH 6/6] Revert "KVM: MMU: split kvm_mmu_free_page"
` [PATCH 0/6] small cleanups in MMU code

[PATCH 0/6] small cleanups in MMU code
 2013-01-30 14:42 UTC 

Minutes for KVM call 2013-01-15
 2013-01-30 13:18 UTC  (5+ messages)
` vCPU hotplug roadmap (was: Minutes for KVM call 2013-01-15)
    ` vCPU hotplug roadmap

[PATCH v4] KVM: VMX: enable acknowledge interupt on vmexit
 2013-01-30 12:49 UTC  (3+ messages)

[PATCH 0/3] s390/kvm fixes
 2013-01-30 10:36 UTC  (8+ messages)

[Bug 53191] New: hardware error 0x80000021 on a KVM virtual machine with kernel 3.7
 2013-01-30  9:51 UTC  (3+ messages)
` [Bug 53191] "

[PATCH V2 00/20] Multiqueue virtio-net
 2013-01-30  9:46 UTC  (9+ messages)
` [PATCH V2 11/20] tap: support enabling or disabling a queue
  ` [Qemu-devel] "

Fwd: FW: recently upgrade kvm patch rpm
 2013-01-30  7:08 UTC 

[PATCH 0/2] kvm: IOMMU read-only mapping support
 2013-01-30  4:26 UTC  (9+ messages)

[PATCH v2 01/12] KVM: MMU: lazily drop large spte
 2013-01-30  3:53 UTC  (12+ messages)
` [PATCH v2 03/12] KVM: MMU: simplify mmu_set_spte
` [PATCH v2 06/12] KVM: MMU: introduce a static table to map guest access to spte access

Unknown KVM internal error on 3.2.1
 2013-01-30  0:21 UTC  (3+ messages)

KVM VM's facing public network
 2013-01-29 23:23 UTC  (4+ messages)

[PATCH 0/5] vhost-scsi: Add support for host virtualized target
 2013-01-29 22:38 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox