public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-31 18:52:49 to 2013-02-06 01:50:35 UTC [more...]

[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)

[PATCH 0/4] Alter steal-time reporting in the guest
 2013-02-05 21:49 UTC  (5+ 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

DMAR faults from unrelated device when vfio is used
 2013-02-05 20:41 UTC  (6+ 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)

[PATCH 0/2] KVM: Add posted interrupt supporting
 2013-02-05 13:43 UTC  (30+ messages)
` [PATCH 2/2] x86, apicv: Add Posted Interrupt supporting

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)

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

[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  (10+ 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 tools: Fix powerpc build after kvm__dump_mem() change
 2013-02-04 14:26 UTC  (4+ messages)

[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)
`  "

[PATCH 2/8] KVM: PPC: booke: Allow multiple exception types
 2013-02-04  0:41 UTC  (14+ messages)
` [PATCH 3/8] KVM: PPC: booke: Added debug handler
` [PATCH 4/8] Added ONE_REG interface for debug instruction
` [PATCH 7/8] KVM: PPC: booke/bookehv: Add debug stub support

[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()

KVM: x86: use dynamic percpu allocations for shared msrs area
 2013-02-01 22:48 UTC  (2+ messages)

KVM call agenda for 2013-01-29
 2013-02-01 17:22 UTC  (8+ messages)
` [Qemu-devel] "
  ` QEMU buildbot maintenance state (was: Re: KVM call agenda for 2013-01-29)
    ` [Qemu-devel] "
      ` [Qemu-devel] QEMU buildbot maintenance state

[PATCH qom-cpu-next 3/6] cpu: Move exit_request field to CPUState
 2013-02-01 12:38 UTC 

[PATCH v2 2/3] VFIO-AER: Vfio-pci driver changes for supporting AER
 2013-02-01 10:43 UTC  (4+ messages)

[PATCH 0/8] KVM: BOOKE/BOOKEHV : Added debug stub support
 2013-02-01  9:09 UTC  (5+ messages)

[PATCH] tcm_vhost: Multi-target support
 2013-02-01  8:26 UTC  (8+ messages)

[PATCH] KVM: PPC: BookE: Handle alignment interrupts
 2013-02-01  8:19 UTC 

KVM Test report, kernel 3f0c3d0b... qemu 4d9367b7
 2013-02-01  2:18 UTC 

KVM call minutes 2013-01-29
 2013-01-31 23:25 UTC  (20+ messages)
` [Qemu-devel] KVM call minutes 2013-01-29 - Port I/O
    `  "

[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


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