public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-02-01 23:08:49 to 2013-02-07 14:27:11 UTC [more...]

[PATCH 0/4] Alter steal-time reporting in the guest
 2013-02-07 14:26 UTC  (12+ messages)
` [PATCH 1/4] Alter the amount of steal time reported by "
` [PATCH 2/4] Expand the steal time msr to also contain the consigned time
` [PATCH 3/4] Add the code to send the consigned time from the host to the guest
` [PATCH 4/4] Add a timer to allow the separation of consigned from steal time

[PATCH 0/8] KVM: BOOKE/BOOKEHV : Added debug stub support
 2013-02-07 14:22 UTC  (6+ messages)

[PATCH 2/8] KVM: PPC: booke: Allow multiple exception types
 2013-02-07 14:21 UTC  (11+ messages)
` [PATCH 3/8] KVM: PPC: booke: Added debug handler
` [PATCH 4/8] Added ONE_REG interface for debug instruction

[PATCH 0/2] KVM: Add posted interrupt supporting
 2013-02-07 14:01 UTC  (35+ messages)
` [PATCH 2/2] x86, apicv: Add Posted Interrupt supporting

[RFC PATCH 0/8] virtio: new API for addition of buffers, scatterlist changes
 2013-02-07 13:31 UTC  (16+ messages)
` [RFC PATCH 1/8] virtio: add functions for piecewise addition of buffers
` [RFC PATCH 2/8] virtio-blk: reorganize virtblk_add_req
` [RFC PATCH 3/8] virtio-blk: use virtqueue_start_buf on bio path
` [RFC PATCH 4/8] virtio-blk: use virtqueue_start_buf on req path
` [RFC PATCH 5/8] scatterlist: introduce sg_unmark_end
` [RFC PATCH 6/8] virtio-net: unmark scatterlist ending after virtqueue_add_buf
` [RFC PATCH 7/8] virtio-scsi: use virtqueue_start_buf
` [RFC PATCH 8/8] virtio: reimplement virtqueue_add_buf using new functions

[PATCH] kvm-s390: Bugfix for handling of iscs
 2013-02-07 12:20 UTC  (2+ messages)
` [PATCH] KVM: s390: Fix "

[PATCH] KVM: Remove user_alloc from struct kvm_memory_slot
 2013-02-07  9:55 UTC 

[PATCH] tcm_vhost: Multi-queue support
 2013-02-07  0:49 UTC  (7+ messages)

[PATCH v3] KVM: MMU: lazily drop large spte
 2013-02-07  0:28 UTC  (3+ messages)

[PATCH V5] target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs
 2013-02-06 23:35 UTC  (4+ messages)

DMAR faults from unrelated device when vfio is used
 2013-02-06 22:45 UTC  (10+ messages)

[PATCH 66/77] vfio: convert to idr_alloc()
 2013-02-06 19:40 UTC 

[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
 2013-02-06 17:27 UTC  (6+ messages)
` [PATCH 1/2] virtio-scsi: split out request queue set affinity function
  ` [PATCH 2/2] virtio-scsi: reset virtqueue affinity when doing cpu hotplug

[PATCH v2 00/18] KVM for MIPS32 Processors
 2013-02-06 13:20 UTC  (9+ messages)
` [PATCH v2 02/18] KVM/MIPS32: Arch specific KVM data structures
` [PATCH v2 07/18] KVM/MIPS32: MMU/TLB operations for the Guest
` [PATCH v2 09/18] KVM/MIPS32: COP0 accesses profiling
` [PATCH v2 11/18] KVM/MIPS32: Routines to handle specific traps/exceptions while executing the guest

[PATCH] kvm tools: arm: fix GIC #defines to match latest kvm code
 2013-02-06 12:19 UTC  (2+ messages)

[PATCH 1/6] kvm tools: Return error status in lkvm list
 2013-02-06 11:16 UTC  (7+ messages)
` [PATCH 2/6] kvm tools: More error handling in the ipc code
` [PATCH 3/6] kvm tools: Rework stdio/stdout handling to support redirection
` [PATCH 4/6] kvm tools: powerpc: Fix buglet in xics_init() handling of nrcpus
` [PATCH 5/6] kvm tools: powerpc: Add cpu info entry for POWER8
` [PATCH 6/6] kvm tools: powerpc: Only emit TB freq if it's non-zero

[PATCH] kvm tools: Fix powerpc build after kvm__dump_mem() change
 2013-02-06  5:30 UTC  (5+ messages)

[PATCH] KVM: Remove duplicate text in api.txt
 2013-02-06  0:49 UTC  (2+ messages)

[PATCH] KVM: VMX: add missing exit names to VMX_EXIT_REASONS array
 2013-02-06  1:29 UTC  (2+ messages)

[PATCH v2] KVM: VMX: disable SMEP feature when guest is in non-paging mode
 2013-02-06  1:28 UTC  (2+ messages)

Q: Why not use struct mm_struct to manage guest physical addresses in new port?
 2013-02-05 19:02 UTC 

KVH call agenda for 2013-02-05
 2013-02-05 14:54 UTC  (3+ messages)

[PATCH v3 3/3] QEMU-AER: Qemu changes to support AER for VFIO-PCI devices
 2013-02-05 14:51 UTC  (13+ messages)

How to limit upload bandwidth for a guest server?
 2013-02-05 13:02 UTC  (2+ messages)

[PATCH v3 0/5] KVM: MMU: unify and cleanup the code of walking pte list
 2013-02-05 13:04 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: MMU: introduce mmu_spte_establish
` [PATCH v3 2/5] KVM: MMU: clarify the logic in kvm_set_pte_rmapp
` [PATCH v3 3/5] KVM: MMU: unify the code of walking pte list
` [PATCH v3 4/5] KVM: MMU: fix spte assertion
` [PATCH v3 5/5] KVM: MMU: fast drop all spte on the pte_list

Investigating abnormal stealtimes
 2013-02-05 12:24 UTC  (3+ messages)

[PATCH v3 0/3] KVM: MMU: simple cleanups
 2013-02-05 11:47 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: MMU: cleanup mapping-level
` [PATCH v3 2/3] KVM: MMU: remove pt_access in mmu_set_spte
` [PATCH v3 3/3] KVM: MMU: cleanup __direct_map

I may have found a bug(unlikely) with Qemu-kvm 1.1
 2013-02-05  9:20 UTC  (4+ messages)

win8 installation iso can not boot on rhel6.2 kernel?
 2013-02-05  8:57 UTC  (4+ messages)

[PATCH 0/6] small cleanups in MMU code
 2013-02-05  8:42 UTC  (5+ messages)
` [PATCH 6/6] Revert "KVM: MMU: split kvm_mmu_free_page"

[PATCH v2 0/2] KVM: VMX: Add Posted Interrupt supporting
 2013-02-05  7:49 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: VMX: enable acknowledge interupt on vmexit
` [PATCH v2 2/2] KVM: VMX: Add Posted Interrupt supporting

[PATCH 0/8] KVM: Reduce mmu_lock hold time when zapping mmu pages
 2013-02-05  5:30 UTC  (8+ messages)
` [PATCH 8/8] KVM: MMU: Move free_zapped_mmu_pages() out of the protection of mmu_lock

[PATCH v3] tcm_vhost: Multi-target support
 2013-02-05  4:31 UTC 

[PATCH v2] tcm_vhost: Multi-target support
 2013-02-05  4:27 UTC  (3+ messages)

[PATCH v3] KVM: set_memory_region: Identify the requested change explicitly
 2013-02-05  1:35 UTC  (3+ messages)

[PATCH 0/2] KVM: set_memory_region: Cleanup and new restriction
 2013-02-05  0:57 UTC  (3+ messages)

KVM with Windows7 guests - USB pass throug and shutdown not working
 2013-02-04 23:19 UTC 

[PATCH V4 00/22] Multiqueue virtio-net
 2013-02-04 22:53 UTC  (2+ messages)

[PATCH V4 RESEND 00/22] Multiqueue virtio-net
 2013-02-04 22:53 UTC  (2+ messages)

[PATCH qom-cpu-next v3 3/4] target-i386: Slim conversion to X86CPU subclasses
 2013-02-04 20:21 UTC  (5+ messages)
  ` [Qemu-devel] "

[PATCH 8/8] KVM:PPC:booke: Allow debug interrupt injection to guest
 2013-02-04 19:47 UTC  (4+ messages)

[PATCH v3 0/3] AER-KVM: Error containment of VFIO devices assigned to KVM guests
 2013-02-04 17:02 UTC  (3+ messages)

[PATCH v3 1/3] VFIO: Wrapper for getting reference to vfio_device from device
 2013-02-04 16:58 UTC  (2+ messages)

[PATCH v3 2/3] VFIO-AER: Vfio-pci driver changes for supporting AER
 2013-02-04 16:57 UTC  (3+ messages)

[PATCH 50/62] vfio: convert to idr_alloc()
 2013-02-04 16:48 UTC  (3+ messages)
  ` [PATCH v2 "

[PATCH] KVM: VMX: cleanup vmx_set_cr0()
 2013-02-04 14:00 UTC 

One reg interface for Timer register
 2013-02-04  6:12 UTC 

[PATCH] KVM: VMX: disable SMEP feature when guest is in non-paging mode
 2013-02-04  4:02 UTC  (4+ messages)
`  "

[Bug 50921] New: kvm hangs booting Windows 2000
 2013-02-03  8:48 UTC  (4+ messages)
` [Bug 50921] "

[Bug 53361] New: Wrong CPUID data returned by KVM
 2013-02-02 20:22 UTC 

Please permit me to send more details
 2013-02-02 15:51 UTC 

[RFC qom-cpu-next 5/9] cpu: Move halted and interrupt_request fields to CPUState
 2013-02-02 11:57 UTC  (2+ messages)
` [RFC qom-cpu-next 7/9] cpu: Pass CPUState to cpu_interrupt()


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