public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-21 07:49:12 to 2013-03-25 22:54:03 UTC [more...]

[PULL 0/7] ppc patch queue 2013-03-22
 2013-03-25 22:54 UTC  (12+ messages)
` [PATCH 1/7] KVM: PPC: move tsr update in a separate function
` [PATCH 2/7] KVM: PPC: Added one_reg interface for timer registers
` [PATCH 3/7] KVM: PPC: booke: Added debug handler
` [PATCH 4/7] kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid
` [PATCH 5/7] kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit
` [PATCH 6/7] kvm/ppc/e500: eliminate tlb_refs
` [PATCH 7/7] KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external

[PATCH] KVM: allow host header to be included even for !CONFIG_KVM
 2013-03-25 21:14 UTC  (13+ messages)

[PATCH kvm-unit-tests 1/5] .gitignore: Add *.flat and config.mak
 2013-03-25 18:32 UTC  (9+ messages)
` [PATCH kvm-unit-tests 2/5] x86/README: Drop it
` [PATCH kvm-unit-tests 5/5] x86-run: Pull extra arguments from unittests.cfg

[PATCH] vfio: make local function vfio_pci_intx_unmask_handler() static
 2013-03-25 17:17 UTC  (2+ messages)

[PATCH 00/11] KVM: s390: More patches for kvm-next
 2013-03-25 16:22 UTC  (12+ messages)
` [PATCH 01/11] KVM: s390: Dont do a gmap update on minor memslot changes
` [PATCH 02/11] KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
` [PATCH 03/11] KVM: s390: fix psw conversion in lpsw handler
` [PATCH 04/11] KVM: s390: fix return code handling in lpsw/lpswe handlers
` [PATCH 05/11] KVM: s390: make if statements in lpsw/lpswe handlers readable
` [PATCH 06/11] KVM: s390: fix and enforce return code handling for irq injections
` [PATCH 07/11] KVM: s390: fix stsi exception handling
` [PATCH 08/11] KVM: s390: fix compile with !CONFIG_COMPAT
` [PATCH 09/11] KVM: s390: Change the virtual memory mapping location for virtio devices
` [PATCH 10/11] KVM: s390: Remove the sanity checks for kvm memory slot
` [PATCH 11/11] KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390

[PATCH V7 0/5] virtio-scsi multiqueue
 2013-03-25 14:27 UTC  (8+ messages)
` [PATCH V7 1/5] virtio-scsi: redo allocation of target data
` [PATCH V7 2/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH V7 3/5] virtio-scsi: push vq lock/unlock into virtscsi_vq_done
` [PATCH V7 4/5] virtio-scsi: introduce multiqueue support
` [PATCH V7 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug

KVM call agenda for 2013-03-26
 2013-03-25 13:17 UTC 

[Bug 53191] New: hardware error 0x80000021 on a KVM virtual machine with kernel 3.7
 2013-03-25 12:43 UTC  (2+ messages)
` [Bug 53191] "

[PATCH 0/2] tcm_vhost endpoint
 2013-03-25 11:16 UTC  (5+ messages)
` [PATCH 1/2] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup
` [PATCH 2/2] tcm_vhost: Initialize vq->last_used_idx when set endpoint

[PATCH V2 0/3] tcm_vhost pending requests flush
 2013-03-25 11:13 UTC  (7+ messages)
` [PATCH V2 1/3] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
` [PATCH V2 2/3] tcm_vhost: Wait for pending requests in vhost_scsi_clear_endpoint()
` [PATCH V2 3/3] tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq

[PATCH V4 0/2] tcm_vhost hotplug
 2013-03-25 11:10 UTC  (8+ messages)
` [PATCH V4 1/2] tcm_vhost: Introduce tcm_vhost_check_feature()
` [PATCH V4 2/2] tcm_vhost: Add hotplug/hotunplug support

[PATCH 00/29] Port of KVM to arm64
 2013-03-25  8:19 UTC  (8+ messages)
` [PATCH 09/29] arm64: KVM: system register handling
  ` [kvmarm] "
` [PATCH 16/29] arm64: KVM: HYP mode world switch implementation

[PATCH] vfio powerpc: implement IOMMU driver for VFIO
 2013-03-25  2:12 UTC  (5+ messages)

[PATCH] KVM: x86: Avoid busy loops over uninjectable pending APIC timers
 2013-03-24 19:03 UTC  (22+ messages)

[PATCH v3 0/5] KVM: nVMX: Make direct IRQ/NMI injection work
 2013-03-24 18:44 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1
` [PATCH v3 2/5] KVM: nVMX: Rework event injection and recovery
` [PATCH v3 3/5] KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask
` [PATCH v3 4/5] KVM: nVMX: Fix conditions for interrupt injection
` [PATCH v3 5/5] KVM: nVMX: Fix conditions for NMI injection

[PATCH v2] target-i386: Improve x86_cpu_list output
 2013-03-24 17:38 UTC  (4+ messages)
    ` [Qemu-devel] "

[PATCH v6 0/6] Use eoi to track RTC interrupt delivery status
 2013-03-24  9:20 UTC  (21+ messages)
` [PATCH v6 1/6] KVM: Add vcpu info to ioapic_update_eoi()
` [PATCH v6 2/6] KVM: Introduce struct rtc_status
` [PATCH v6 3/6] KVM : Return destination vcpu on interrupt injection
` [PATCH v6 4/6] KVM: Add reset/restore rtc_status support
` [PATCH v6 5/6] KVM : Force vmexit with virtual interrupt delivery
` [PATCH v6 6/6] KVM: Use eoi to track RTC interrupt delivery status

KVM: x86: relax MSR_KVM_SYSTEM_TIME alignment check
 2013-03-23 14:12 UTC  (7+ messages)
    ` KVM: x86: drop alignment checks from KVM_MSR_SYSTEM_TIME address

[Bug 55061] New: cpu stats reported in cgroup file is erroneous
 2013-03-23 11:22 UTC  (2+ messages)
` [Bug 55061] "

[PATCH V6 0/5] virtio-scsi multiqueue
 2013-03-23 11:16 UTC  (6+ messages)
` [PATCH V6 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug

[PATCH uq/master v2 0/2] correctly reset the CPU on INIT interrupts
 2013-03-22 20:37 UTC  (3+ messages)
` [PATCH uq/master v2 1/2] kvm: reset state from the CPU's reset method
` [PATCH uq/master v2 2/2] kvm: forward INIT signals coming from the chipset

[PATCH v2 0/7] KVM: MMU: fast zap all shadow pages
 2013-03-22 19:15 UTC  (16+ messages)
` [PATCH v2 4/7] KVM: MMU: delete shadow page from hash list in kvm_mmu_prepare_zap_page

[Bug 53611] New: nVMX: Add nested EPT
 2013-03-22 16:45 UTC  (11+ messages)

[GIT PULL] KVM fixes for 3.9-rc3
 2013-03-22 11:29 UTC 

[PATCH v5 0/6] Use eoi to track RTC interrupt delivery status
 2013-03-22 10:47 UTC  (17+ messages)
` [PATCH v5 1/6] KVM: Add vcpu info to ioapic_update_eoi()
` [PATCH v5 2/6] KVM: Introduce struct rtc_status
` [PATCH v5 3/6] KVM : Calculate destination vcpu on interrupt injection
` [PATCH v5 4/6] KVM: Add reset/restore rtc_status support
` [PATCH v5 5/6] KVM: Force vmexit with virtual interrupt delivery
` [PATCH v5 6/6] KVM: Use eoi to track RTC interrupt delivery status

KVM: MMU: improve n_max_mmu_pages calculation with TDP
 2013-03-22 10:31 UTC  (5+ messages)

SLES 10 - routing tcp network problem
 2013-03-22  9:06 UTC 

QEMU has applied for Google Summer of Code 2013
 2013-03-22  9:01 UTC 

[PATCH] tcm_vhost: Use vs for struct vhost_scsi
 2013-03-22  7:07 UTC 

[PATCH 0/2] KVM: MMU: Make the meaning of kvm_mmu_free_some_pages() clearer
 2013-03-21 22:45 UTC  (4+ messages)
` [PATCH 1/2] KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()
` [PATCH 2/2] KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()

[Bug 55421] New: igb VF can't work in KVM guest
 2013-03-21 22:21 UTC  (5+ messages)
` [Bug 55421] "

[PATCH net] vhost/net: fix heads usage of ubuf_info
 2013-03-21 16:33 UTC  (6+ messages)

KVM next tree merge onto current Linus master
 2013-03-21 15:47 UTC  (2+ messages)

[PATCH 0/3] ARM: EXYNOS5250: Enable KVM support
 2013-03-21 15:40 UTC  (4+ messages)
` [PATCH 3/3] ARM: EXYNOS5250: Register architected timers

Host kernel crash at pci_find_upstream_pcie_bridge on VM exit
 2013-03-21 14:54 UTC  (6+ messages)

Virtualbox svga card in KVM
 2013-03-21 14:53 UTC  (2+ messages)

[RFC PATCH 0/6] kvm/ppc/mpic: in-kernel irqchip
 2013-03-21 14:52 UTC  (5+ messages)
` [RFC PATCH 6/6] kvm/ppc/mpic: in-kernel MPIC emulation

[PATCH 0/11] KVM: nVMX: shadow VMCS support, v1
 2013-03-21 13:56 UTC  (3+ messages)

[PATCH] KVM: PPC: e500: Add separate functions for vcpu's MMU configuration
 2013-03-21 11:48 UTC  (4+ messages)

[PATCH] KVM: PPC: e500: Expose MMU registers via ONE_REG
 2013-03-21 11:42 UTC  (5+ messages)

[PATCH] KVM: Call kvm_apic_match_dest() to check destination vcpu
 2013-03-21 11:29 UTC 

[PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings
 2013-03-21  9:43 UTC  (2+ messages)
` Fwd: "

[PATCH] virtio-blk: Set default serial id
 2013-03-21  9:31 UTC  (4+ messages)

[PATCH 3/9] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
 2013-03-21  9:20 UTC  (6+ messages)

[PATCH 0/9] In-kernel XICS interrupt controller emulation
 2013-03-21  8:58 UTC  (5+ messages)
` [PATCH 1/9] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
` [PATCH 2/9] KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external


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