public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-26 17:01:53 to 2013-04-01 12:02:47 UTC [more...]

KVM call agenda for 2013-04-02
 2013-04-01 12:02 UTC 

[PATCH v2 0/6] KVM: MMU: fast invalid all mmio sptes
 2013-04-01  9:56 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: MMU: retain more available bits on mmio spte
` [PATCH v2 2/6] KVM: MMU: store generation-number into "
` [PATCH v2 3/6] KVM: MMU: make return value of mmio page fault handler more readable
` [PATCH v2 4/6] KVM: MMU: fast invalid all mmio sptes
` [PATCH v2 5/6] KVM: MMU: add tracepoint for check_mmio_spte
` [PATCH v2 6/6] KVM: MMU: init kvm generation close to mmio wrap-around value

KVM guest 100% cpu lock up
 2013-04-01  8:52 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: avoid potential soft lockup and unneeded mmu reload
 2013-04-01  4:06 UTC  (3+ messages)
` [PATCH 1/2] KVM: MMU: make kvm_mmu_zap_all preemptable
` [PATCH 2/2] KVM: MMU: drop unnecessary kvm_reload_remote_mmus

[PATCH v7 0/7] KVM: VMX: Add Posted Interrupt supporting
 2013-04-01  3:32 UTC  (8+ messages)
` [PATCH v7 1/7] KVM: VMX: Enable acknowledge interupt on vmexit
` [PATCH v7 2/7] KVM: VMX: Register a new IPI for posted interrupt
` [PATCH v7 3/7] KVM: VMX: Check the posted interrupt capability
` [PATCH v7 4/7] KVM: Call common update function when ioapic entry changed
` [PATCH v7 5/7] KVM: Set TMR when programming ioapic entry
` [PATCH v7 6/7] KVM: VMX: Add the algorithm of deliver posted interrupt
` [PATCH v7 7/7] KVM: VMX: Use posted interrupt to deliver virtual interrupt

[PATCH V2 0/2] tcm_vhost endpoint
 2013-04-01  2:20 UTC  (17+ messages)
` [PATCH V2 1/2] tcm_vhost: Initialize vq->last_used_idx when set endpoint
` [PATCH V2 2/2] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup

[PATCH v7 0/7] Use eoi to track RTC interrupt delivery status
 2013-04-01  0:40 UTC  (8+ messages)
` [PATCH v7 1/7] KVM: Add vcpu info to ioapic_update_eoi()
` [PATCH v7 2/7] KVM: Introduce struct rtc_status
` [PATCH v7 3/7] KVM : Return destination vcpu on interrupt injection
` [PATCH v7 4/7] KVM: Add reset/restore rtc_status support
` [PATCH v7 5/7] KVM : Force vmexit with virtual interrupt delivery
` [PATCH v7 6/7] KVM: Let ioapic know the irq line status
` [PATCH v7 7/7] KVM: Use eoi to track RTC interrupt delivery status

[PATCH] KVM: Call kvm_apic_match_dest() to check destination vcpu
 2013-04-01  0:42 UTC  (2+ messages)

Another question
 2013-03-31 17:17 UTC  (2+ messages)

[PULL 0/7] ppc patch queue 2013-03-22
 2013-03-31 11:05 UTC  (10+ messages)

[PATCH 0/3] virtio/vhost: Add checks for uninitialized VQs
 2013-03-31  7:46 UTC  (7+ messages)
` [PATCH 1/3] virtio: add API to check that ring is setup
` [PATCH 2/3] virtio-pci: Add virtio_queue_valid checks ahead of virtio_queue_get_num
` [PATCH 3/3] vhost: Check+skip uninitialized VQs in vhost_verify_ring_mappings

Best way to busy-wait for a virtio queue?
 2013-03-29 23:12 UTC 

[PATCHv2] KVM: Allow cross page reads and writes from cached translations
 2013-03-29 16:35 UTC 

[PATCH v2 00/30] Port of KVM to arm64
 2013-03-29 18:37 UTC  (34+ messages)
` [PATCH v2 01/30] arm64: add explicit symbols to ESR_EL1 decoding
` [PATCH v2 02/30] arm64: KVM: define HYP and Stage-2 translation page flags
` [PATCH v2 03/30] arm64: KVM: HYP mode idmap support
` [PATCH v2 05/30] arm64: KVM: system register definitions for 64bit guests
` [PATCH v2 08/30] arm64: KVM: architecture specific MMU backend
` [PATCH v2 09/30] arm64: KVM: user space interface
` [PATCH v2 10/30] arm64: KVM: system register handling
` [PATCH v2 11/30] arm64: KVM: CPU specific system registers handling
` [PATCH v2 12/30] arm64: KVM: virtual CPU reset
` [PATCH v2 13/30] arm64: KVM: kvm_arch and kvm_vcpu_arch definitions
` [PATCH v2 14/30] arm64: KVM: MMIO access backend
` [PATCH v2 15/30] arm64: KVM: guest one-reg interface
` [PATCH v2 16/30] arm64: KVM: hypervisor initialization code
` [PATCH v2 17/30] arm64: KVM: HYP mode world switch implementation
` [PATCH v2 18/30] arm64: KVM: Exit handling
` [PATCH v2 19/30] arm64: KVM: Plug the VGIC
` [PATCH v2 20/30] arm64: KVM: Plug the arch timer
` [PATCH v2 21/30] arm64: KVM: PSCI implementation
` [PATCH v2 22/30] arm64: KVM: Build system integration
` [PATCH v2 23/30] arm64: KVM: define 32bit specific registers
` [PATCH v2 24/30] arm64: KVM: 32bit GP register access
` [PATCH v2 25/30] arm64: KVM: 32bit conditional execution emulation
` [PATCH v2 26/30] arm64: KVM: 32bit handling of coprocessor traps
` [PATCH v2 27/30] arm64: KVM: CPU specific 32bit coprocessor access
` [PATCH v2 28/30] arm64: KVM: 32bit specific register world switch
` [PATCH v2 29/30] arm64: KVM: 32bit guest fault injection
` [PATCH v2 30/30] arm64: KVM: enable initialization of a 32bit vcpu

[virt-test] virt: Cartesian config update v3
 2013-03-29 17:14 UTC  (8+ messages)
` [virt-test][PATCH 1/7] virt: Make Cartesian config more verbose
` [virt-test][PATCH 2/7] virt: Update cartesian config unittest
` [virt-test][PATCH 3/7] virt: Adds formal definition for Cartesian config
` [virt-test][PATCH 4/7] virt: Adds named variants to "
` [virt-test][PATCH 5/7] virt: Update Cartesian config unittest named variants
` [virt-test][PATCH 6/7] virt: Adds possibility filter defaults variant from variants
` [virt-test][PATCH 7/7] virt: Update Cartesian config unittest default variants

Exceeded Email Quota
 2013-03-29 15:11 UTC 

KVM EPT implementation
 2013-03-29  9:20 UTC  (3+ messages)

kvm play looping music cause windows xp blue screen
 2013-03-29  8:43 UTC 

kvm play looping music cause windows xp blue screen
 2013-03-29  8:43 UTC 

[PATCH v6 0/6] Use eoi to track RTC interrupt delivery status
 2013-03-29  8:42 UTC  (11+ messages)
` [PATCH v6 4/6] KVM: Add reset/restore rtc_status support
` [PATCH v6 6/6] KVM: Use eoi to track RTC interrupt delivery status

kvm play looping music cause windows xp blue screen
 2013-03-29  8:38 UTC 

[PATCH] KVM: Allow cross page reads and writes from cached translations
 2013-03-29  8:34 UTC  (2+ messages)

[PATCH V3 WIP 0/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
 2013-03-29  8:14 UTC  (17+ messages)
` [PATCH V3 WIP 3/3] disable vhost_verify_ring_mappings check

[PATCH uq/master v2 0/2] Add some tracepoints for clarification of the cause of troubles
 2013-03-29  8:09 UTC  (4+ messages)
` [PATCH uq/master v2 1/2] kvm-all: add kvm_ioctl, kvm_vm_ioctl, kvm_vcpu_ioctl tracepoints
` [PATCH uq/master v2 2/2] kvm-all: add kvm_run_exit tracepoint

[PATCH-v2 0/2] Add support for vhost-scsi-pci
 2013-03-29  6:55 UTC  (6+ messages)
` [PATCH-v2 1/2] virtio-scsi: create VirtIOSCSICommon
` [PATCH-v2 2/2] vhost-scsi: new device supporting the tcm_vhost Linux kernel module

[PATCH-v2] tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit
 2013-03-29  6:29 UTC  (2+ messages)

[PATCH 0/4 v2] KVM :PPC: Userspace Debug support
 2013-03-29  6:04 UTC  (11+ messages)
` [PATCH 1/4 v2] Added ONE_REG interface for debug instruction
` [PATCH 2/4 v2] KVM: PPC: debug stub interface parameter defined
` [PATCH 3/4 v2] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
` [PATCH 4/4 v2] KVM: PPC: Add userspace debug stub support

[PATCH] Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"
 2013-03-29  5:05 UTC 

[PATCH] tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit
 2013-03-29  1:03 UTC  (6+ messages)

Offer to Attend Events for AMD
 2013-03-28 21:48 UTC 

[PATCH 0/3] Add support for vhost-scsi-pci
 2013-03-28 16:54 UTC  (16+ messages)
` [PATCH 1/3] virtio-scsi: create VirtIOSCSICommon
` [PATCH 2/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
` [PATCH 3/3] vhost: Only call vhost_verify_ring_mappings when adding vhost memory

[RFC PATCH] pmu: prepare for migration support
 2013-03-28 16:18 UTC  (2+ messages)
` [PATCH] "

[PATCH V7 0/5] virtio-scsi multiqueue
 2013-03-28  2:22 UTC  (2+ messages)

[PATCH 0/2] tcm_vhost endpoint
 2013-03-28  2:19 UTC  (6+ messages)
` [PATCH 2/2] tcm_vhost: Initialize vq->last_used_idx when set endpoint

Asus P8B75-B and Intel I3-3220T IOMMU
 2013-03-27 19:30 UTC  (4+ messages)

[PATCH] ARM: KVM: promote vfp_host pointer to generic host cpu context
 2013-03-27 19:25 UTC  (2+ messages)

[PATCH 0/7 v2] KVM: PPC: e500: Enable FSL e6500 core
 2013-03-27 17:50 UTC  (14+ messages)
` [PATCH 1/7 v2] KVM: PPC: e500: Expose MMU registers via ONE_REG
` [PATCH 2/7 v2] KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functions
` [PATCH 3/7 v2] KVM: PPC: e500: Add support for TLBnPS registers
` [PATCH 4/7 v2] KVM: PPC: e500: Add support for EPTCFG register
` [PATCH 5/7 v2] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs
` [PATCH 6/7 v2] KVM: PPC: e500mc: Enable e6500 cores
` [PATCH 7/7 v2] KVM: PPC: e500: Add e6500 core to Kconfig description

[PATCH V2 0/3] tcm_vhost pending requests flush
 2013-03-27 10:56 UTC  (9+ messages)
` [PATCH V2 1/3] tcm_vhost: Wait for pending requests in vhost_scsi_flush()

MY GOOD FRIEND!
 2013-03-27  8:10 UTC 

[PATCH 0/2] vfio-pci: Enable devices using unassigned config space
 2013-03-27  3:23 UTC  (4+ messages)
` [PATCH 1/2] vfio-pci: Use byte granularity in config map
` [PATCH 2/2] vfio-pci: Enable raw access to unassigned config space

[PATCH V4 0/2] tcm_vhost hotplug
 2013-03-27  3:23 UTC  (8+ messages)
` [PATCH V4 2/2] tcm_vhost: Add hotplug/hotunplug support

[Bug 55061] New: cpu stats reported in cgroup file is erroneous
 2013-03-26 17:28 UTC  (3+ messages)
` [Bug 55061] "


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