kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-27 02:33:22 to 2012-08-29 08:44:49 UTC [more...]

[PATCH 0/4] uq/master: Add classic PCI device assignment
 2012-08-29  8:44 UTC  (26+ messages)
` [PATCH 1/4] kvm: Introduce kvm_irqchip_update_msi_route
` [PATCH 2/4] kvm: Introduce kvm_has_intx_set_mask
` [PATCH 3/4] kvm: i386: Add services required for PCI device assignment
` [PATCH 4/4] kvm: i386: Add classic "
  ` [Qemu-devel] "
  ` [PATCH v2 "

ping latency using vhost_net, macvtap and virtio
 2012-08-29  8:34 UTC 

[PATCH 0/5] Multiqueue virtio-scsi
 2012-08-29  7:54 UTC  (9+ messages)
` [PATCH 1/5] virtio-ring: move queue_index to vring_virtqueue
` [PATCH 2/5] virtio: introduce an API to set affinity for a virtqueue
` [PATCH 3/5] virtio-scsi: allocate target pointers in a separate memory block
` [PATCH 4/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH 5/5] virtio-scsi: introduce multiqueue support

Isuue assiging devices using VFIO on x86
 2012-08-29  7:11 UTC  (5+ messages)

[PATCH v10] kvm: notify host when the guest is panicked
 2012-08-29  5:22 UTC  (7+ messages)
` [PATCH v10 1/6] start vm after reseting it
` [PATCH v10 2/6] kvm: Update kernel headers
` [PATCH v10 3/6] add a new runstate: RUN_STATE_GUEST_PANICKED
` [PATCH v10 4/6] add a new qevent: QEVENT_GUEST_PANICKED
` [PATCH v10 5/6] introduce a new qom device to deal with panicked event
` [PATCH v10 6/6] allower the user to disable pv event support

[PATCH 0/12] Sundry fixes for Book3S HV
 2012-08-29  4:51 UTC  (14+ messages)
` [PATCH 01/12] KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
` [PATCH 02/12] KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
` [PATCH 03/12] KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas
` [PATCH 04/12] KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
  ` [PATCH v2 "
` [PATCH 05/12] KVM: PPC: Fix updates of vcpu->cpu on HV KVM
` [PATCH 06/12] KVM: PPC: Book3S HV: Remove bogus update of thread IDs in "
` [PATCH 07/12] KVM: PPC: Book3S HV: Fix some races in starting secondary threads
` [PATCH 08/12] KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
` [PATCH 09/12] KVM: PPC: Book3S HV: Fixes for late-joining threads
` [PATCH 10/12] KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
` [PATCH 11/12] KVM: PPC: Book3S HV: Fix accounting of stolen time
` [PATCH 12/12] KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation

[RFC 0/5] Making KVM_GET_ONE_REG/KVM_SET_ONE_REG generic
 2012-08-28 23:48 UTC  (6+ messages)
` [RFC 1/5] KVM: Move KVM_SET_ONE_REG/KVM_GET_ONE_REG to generic code
` [RFC 2/5] KVM: ARM: use KVM_SET_ONE_REG/KVM_GET_ONE_REG
` [RFC 3/5] KVM: Add KVM_VCPU_GET_REG_LIST
` [RFC 4/5] KVM: ARM: Use KVM_VCPU_GET_REG_LIST
` [RFC 5/5] KVM: ARM: Access all registers via KVM_GET_ONE_REG/KVM_SET_ONE_REG

[PATCHv4 0/4] migrate PV EOI MSR
 2012-08-28 23:50 UTC  (11+ messages)
` [PATCHv4 1/4] linux-headers: update to 3.6-rc3
` [PATCHv4 2/4] pc: refactor compat code
` [PATCHv4 3/4] cpuid: disable pv eoi for 1.1 and older compat types
  ` [Qemu-devel] "
` [PATCHv4 4/4] kvm: get/set PV EOI MSR

[PATCHv2 0/4] migrate PV EOI MSR
 2012-08-28 21:50 UTC  (27+ messages)
` [PATCHv2 1/4] linux-headers: update to 3.6-rc3
  ` [Qemu-devel] "
` [PATCHv2 2/4] pc: refactor compat code
` [PATCHv2 3/4] cpuid: disable pv eoi for 1.1 and older compat types
    ` [Qemu-devel] "
` [PATCHv2 4/4] kvm: get/set PV EOI MSR

expanding virtual disk based on lvm
 2012-08-28 21:40 UTC  (5+ messages)

[patch 0/3] kvm: split kvm_arch_flush_shadow and move mmio spte invalidation to x86
 2012-08-28 20:45 UTC  (9+ messages)
` [patch 3/3] KVM: move postcommit flush to x86, as mmio sptes are x86 specific
  ` [patch 3/3 V2] "

KVM call agenda for Tuesda, August 28th
 2012-08-28 19:59 UTC  (11+ messages)
    ` [Qemu-devel] "

[PATCHv3 0/4] migrate PV EOI MSR
 2012-08-28 17:38 UTC  (9+ messages)
` [PATCHv3 1/4] linux-headers: update to 3.6-rc3
` [PATCHv3 2/4] pc: refactor compat code
` [PATCHv3 3/4] cpuid: disable pv eoi for 1.1 and older compat types
  ` [Qemu-devel] "
` [PATCHv3 4/4] kvm: get/set PV EOI MSR

[PATCH v7 0/3] KVM: perf: kvm events analysis tool
 2012-08-28 17:19 UTC  (10+ messages)
` [PATCH v7 1/3] KVM: x86: export svm/vmx exit code and vector code to userspace
` [PATCH v7 2/3] KVM: x86: trace mmio begin and complete
` [PATCH v7 3/3] KVM: perf: kvm events analysis tool

[PATCH 00/13] Big real mode fixes
 2012-08-28  0:08 UTC  (2+ messages)

[PATCH RFC 0/3] Add guest cpu_entitlement reporting
 2012-08-28 16:01 UTC  (16+ messages)

KVM call minutes for Tuesday, August 28th
 2012-08-28 14:28 UTC 

[PATCH v2 1/2] virtio-ring: Use threshold for switching to indirect descriptors
 2012-08-28 13:35 UTC  (5+ messages)
` [PATCH v2 2/2] virtio-ring: Allocate indirect buffers from cache when possible

[RFC 1/2] virtio-ring: Use threshold for switching to indirect descriptors
 2012-08-28 12:54 UTC  (4+ messages)
` [RFC 2/2] virtio-ring: Allocate indirect buffers from cache when possible

[PATCH for 3.6 0/3] urgent virtio-scsi fixes
 2012-08-28 11:59 UTC  (2+ messages)
` [PATCH for 3.6 2/3] virtio-scsi: initialize scatterlist structure for events

[PATCH] KVM: x86: lapic: Fix the misuse of likely() in find_highest_vector()
 2012-08-28  9:57 UTC  (3+ messages)

/dev/kvm not sufficiently restricted, and in ways I didn't think were possible
 2012-08-28  7:40 UTC  (3+ messages)

[PATCH] Documentation for kvm_stat
 2012-08-28  5:38 UTC 

KVM: MMU: Tracking guest writes through EPT entries
 2012-08-28  4:13 UTC 

KVM: MMU: Tracking guest writes through EPT entries ?
 2012-08-28  3:30 UTC  (3+ messages)

Reminder: KVM Forum 2012 Call For Participation
 2012-08-27 23:15 UTC 

/dev/kvm not sufficiently restricted, and in ways I didn't think were possible
 2012-08-27 18:07 UTC 

[PATCH for-3.6] kvm: fix KVM_GET_MSR for PV EOI
 2012-08-27 21:02 UTC  (3+ messages)

setting time in guest with ntpdate results in VM hang
 2012-08-27 19:51 UTC  (5+ messages)

[PATCH v2] kvm/book3s: fix build error caused by gfn_to_hva_memslot()
 2012-08-27 19:52 UTC  (3+ messages)

[PATCH v3] KVM: x86 emulator: access GPRs on demand
 2012-08-27 20:54 UTC  (9+ messages)

[PATCH v4] KVM: x86 emulator: access GPRs on demand
 2012-08-27 20:46 UTC 

[PATCH RFC 1/2] KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
 2012-08-27 20:41 UTC  (2+ messages)

Question: Timekeeping between Host and Guest with NTP
 2012-08-27  9:37 UTC  (5+ messages)

registering ioeventfd in qemu/kvm
 2012-08-27  8:51 UTC  (2+ messages)

Export offsets of VMCS fields as note information for kdump
 2012-08-27  7:06 UTC 

[PATCH for-1.2 0/2] migrate PV EOI MSR
 2012-08-27  6:22 UTC  (4+ messages)
` [PATCH for-1.2 1/2] linux-headers: update asm/kvm_para.h to 3.6

[PATCH v4 0/8] KVM paravirt remote flush tlb
 2012-08-27  4:24 UTC  (6+ messages)
` [PATCH v4 3/8] KVM Guest: Add VCPU running/pre-empted state for guest

[kvm:next 1/1] (.text+0x2ac8): undefined reference to `.gfn_to_hva_memslot'
 2012-08-27  3:46 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;
as well as URLs for NNTP newsgroup(s).