kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-14 13:53:33 to 2012-06-19 02:18:05 UTC [more...]

[PATCH v3 1/6] KVM: fix missing check for memslot flags
 2012-06-19  2:17 UTC  (13+ messages)
` [PATCH v3 4/6] KVM: pass slot to hva_to_pfn
` [PATCH v3 5/6] KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic
` [PATCH v3 6/6] KVM: introduce readonly memslot

[PATCH v6 0/9] KVM: MMU: fast page fault
 2012-06-19  2:07 UTC  (9+ messages)
` [PATCH v6 6/9] KVM: MMU: fast path of handling guest "

[PATCH v2 0/3] Improve virtio-blk performance
 2012-06-19  2:02 UTC  (19+ messages)
` [PATCH 1/3] block: Introduce __blk_segment_map_sg() helper
` [PATCH v2 2/3] block: Add blk_bio_map_sg() helper
` [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk

[PATCH v8 00/15] KVM/ARM Implementation
 2012-06-18 22:28 UTC  (30+ messages)
` [PATCH v8 01/15] ARM: add mem_type prot_pte accessor
` [PATCH v8 02/15] KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code
` [PATCH v8 03/15] KVM: Introduce __KVM_HAVE_IRQ_LINE
` [PATCH v8 04/15] KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER
` [PATCH v8 05/15] ARM: KVM: Initial skeleton to compile KVM support
` [PATCH v8 06/15] ARM: KVM: Hypervisor identity mapping
` [PATCH v8 07/15] ARM: KVM: Hypervisor inititalization
` [PATCH v8 08/15] ARM: KVM: Module unloading support
` [PATCH v8 09/15] ARM: KVM: Memory virtualization setup
` [PATCH v8 10/15] ARM: KVM: Inject IRQs and FIQs from userspace
` [PATCH v8 11/15] ARM: KVM: World-switch implementation
` [PATCH v8 12/15] ARM: KVM: Emulation framework and CP15 emulation
` [PATCH v8 13/15] ARM: KVM: Handle guest faults in KVM
` [PATCH v8 14/15] ARM: KVM: Handle I/O aborts
` [PATCH v8 15/15] ARM: KVM: Guest wait-for-interrupts (WFI) support

[PATCH] Fixes related to processing of qemu's -numa option
 2012-06-18 22:15 UTC  (6+ messages)
  ` [Qemu-devel] "

SOLVED: RE: Garbled audio - Windows 7 64 bit guest on Debian
 2012-06-18 19:32 UTC 

[PATCH v2] PCI: Add Ralink RT2800 broken INTx masking quirk
 2012-06-18 18:30 UTC  (2+ messages)

[PATCH] PCI: Mark INTx masking support of Chelsio T310 10GbE NIC as broken
 2012-06-18 18:29 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCHv7 0/8] kvm: eoi optimization support
 2012-06-18 17:15 UTC  (13+ messages)
` [PATCHv7 3/8] kvm_para: guest side for eoi avoidance
` [PATCHv7 5/8] kvm: eoi msi documentation
` [PATCHv7 6/8] kvm: only sync when attention bits set

[RFC PATCH] kvm: Extend irqfd to support level interrupts
 2012-06-18 16:47 UTC  (24+ messages)

git access via http to kvm-kmod
 2012-06-18 16:15 UTC  (4+ messages)

KVM call agenda for Tuesday, June 19th
 2012-06-18 15:18 UTC 

[PATCH 00/21] Big big real mode improvements
 2012-06-18 14:27 UTC  (4+ messages)
` [PATCH 05/21] KVM: x86 emulator: allow loading null SS in long mode

[RFC 1/2] virtio-ring: Use threshold for switching to indirect descriptors
 2012-06-18 14:09 UTC  (2+ messages)
` [RFC 2/2] virtio-ring: Allocate indirect buffers from cache when possible

[Bug 14836] memory allocation bug. The used memory of host is not freed after close of virtual machine(s)
 2012-06-18 13:22 UTC  (2+ messages)

[RFC PATCH 0/4] KVM: Optimize MMU notifier's THP page invalidation
 2012-06-18 13:20 UTC  (9+ messages)
` [PATCH 1/4] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/4] KVM: Introduce hva_to_gfn() for kvm_handle_hva()
` [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/4] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()

[Bug 43501] New: all 32bit binaries produce "Illegal Instruction" after KVM migration from AMD -> Intel host
 2012-06-18 12:44 UTC  (7+ messages)
` [Bug 43501] "

[PULL] virtio
 2012-06-18 12:07 UTC  (13+ messages)
    ` [PATCH RFC] virtio-pci: flexible configuration layout
      ` [PATCH RFC] virtio-spec: "

[PATCH RFC] virtio-pci: add MMIO property
 2012-06-18 12:05 UTC  (8+ messages)
` [Qemu-devel] "

[PATCH] KVM: Use IRQF_ONESHOT for assigned device MSI interrupts
 2012-06-18 11:00 UTC  (13+ messages)

Biweekly KVM Test report, kernel 25e531a9... qemu 0a948cbb
 2012-06-18  8:39 UTC 

Bug? 100% load on core after physically removing USB storage from host
 2012-06-18  8:33 UTC  (9+ messages)

[PATCH v2 0/5] Export offsets of VMCS fields as note information for kdump
 2012-06-18  7:25 UTC  (16+ messages)
` [PATCH v2 3/5] KVM-INTEL: Add new module vmcsinfo-intel to fill VMCSINFO

[PATCH 0/5] Introduce generic set_bit_le() -v2
 2012-06-17 21:49 UTC  (12+ messages)
` [PATCH 2/5] drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function
` [PATCH 4/5] powerpc: bitops: Introduce {clear,set}_bit_le()

[PATCH] kvm: align ram_size to page boundary
 2012-06-17 13:14 UTC  (10+ messages)
          ` [Qemu-devel] "

Sound not working on vm clients
 2012-06-17 10:32 UTC  (2+ messages)

KVM internal error with some amounts of guest memory
 2012-06-17  8:25 UTC  (4+ messages)

Warning! Your mailbox is almost full
 2012-06-17  9:36 UTC 

[PATCH v2 00/41] postcopy live migration
 2012-06-16 13:19 UTC  (15+ messages)
` [PATCH v2 35/41] postcopy: introduce helper functions for postcopy
` [PATCH v2 36/41] postcopy: implement incoming part of postcopy live migration
` [PATCH v2 37/41] postcopy: implement outgoing "

Ref No: 00B32377H9
 2012-06-15 20:09 UTC 

[Bug 42980] New: BUG in gfn_to_pfn_prot
 2012-06-16  3:16 UTC  (2+ messages)
` [Bug 42980] "

[PATCH] KVM: Fix PCI header check on device assignment
 2012-06-16  2:22 UTC  (4+ messages)

[PATCH v4] KVM: x86: Implement PCID/INVPCID for guests with EPT
 2012-06-16  2:32 UTC  (2+ messages)

write protect the guest memory page from guest access
 2012-06-15 23:38 UTC 

UIP flag not cleared
 2012-06-15 15:38 UTC 

Credit-based scheduling in KVM?
 2012-06-15 13:04 UTC  (5+ messages)

[PATCH 1/2] kvm tools: set the HYPERVISOR flag in cpuid
 2012-06-15 11:38 UTC  (3+ messages)
` [PATCH 2/2] kvm tools: support 9p flush command

Dear Friend
 2012-06-15 11:10 UTC 

WARNING: at arch/x86/kernel/kvmclock.c:127
 2012-06-15 11:08 UTC  (7+ messages)

Early boot panic on machine with lots of memory
 2012-06-15  7:41 UTC  (3+ messages)

[PATCH 2/2] [TRIVIAL]KVM: fix a typo in comment
 2012-06-15  3:34 UTC 

[PATCH 1/2] KVM: code clean for vmx_init()
 2012-06-15  3:31 UTC 

Biweekly KVM Test report, kernel 51bfd299... qemu a1fce560
 2012-06-15  1:13 UTC  (13+ messages)

[Qemu-devel] [PATCH 2/2] Expose tsc deadline timer cpuid to guest
 2012-06-14 19:18 UTC  (14+ 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).