kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-19 14:34:47 to 2012-06-25 11:22:56 UTC [more...]

AMD KVM Pci Passthrough reports device busy
 2012-06-25 11:22 UTC  (7+ messages)

Some questions from a freshman to this community
 2012-06-25 11:18 UTC 

[PATCH 0/5] kvm: Get coalesced MMIO flushing out of the hot-path
 2012-06-25 11:13 UTC  (15+ messages)
` [PATCH 1/5] i82378: Remove bogus MMIO coalescing
` [PATCH 2/5] memory: Flush coalesced MMIO on selected region access
` [PATCH 3/5] memory: Flush coalesced MMIO on mapping and state changes
  ` [Qemu-devel] "
` [PATCH 4/5] VGA: Flush coalesced MMIO on related MMIO/PIO accesses
` [PATCH 5/5] kvm: Stop flushing coalesced MMIO on vmexit

buildbot failure in kvm on ppc64
 2012-06-25 11:03 UTC  (3+ messages)

Bug? 100% load on core after physically removing USB storage from host
 2012-06-25 10:27 UTC  (12+ messages)

[net-next RFC V4 PATCH 0/4] Multiqueue virtio-net
 2012-06-25 10:14 UTC  (7+ messages)
` [net-next RFC V4 PATCH 1/4] virtio_net: Introduce VIRTIO_NET_F_MULTIQUEUE
` [net-next RFC V4 PATCH 2/4] virtio_ring: move queue_index to vring_virtqueue
` [net-next RFC V4 PATCH 3/4] virtio: introduce a method to get the irq of a specific virtqueue
` [net-next RFC V4 PATCH 4/4] virtio_net: multiqueue support

[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
 2012-06-25 10:04 UTC  (5+ messages)
` [RFC V2 PATCH 1/4] option: introduce qemu_get_opt_all()
` [RFC V2 PATCH 2/4] tap: multiqueue support
` [RFC V2 PATCH 3/4] net: "
` [RFC V2 PATCH 4/4] virtio-net: add "

[PATCHv9 0/8] kvm: eoi optimization support
 2012-06-25  9:41 UTC  (10+ messages)
` [PATCHv9 1/8] kvm: document lapic regs field
` [PATCHv9 2/8] kvm: optimize ISR lookups
` [PATCHv9 3/8] kvm_para: guest side for eoi avoidance
` [PATCHv9 4/8] x86/bitops: note on __test_and_clear_bit atomicity
` [PATCHv9 5/8] kvm: eoi msi documentation
` [PATCHv9 6/8] kvm: only sync when attention bits set
` [PATCHv9 7/8] kvm: rearrange injection cancelling code
` [PATCHv9 8/8] kvm: host side for eoi optimization

[PATCHv3 RFC 0/2] kvm: direct msix injection
 2012-06-25  9:32 UTC  (2+ messages)

buildbot failure in kvm on ppc44x
 2012-06-25  6:50 UTC 

[PATCH 0/4] kvm: level triggered irqfd support
 2012-06-24 23:02 UTC  (24+ messages)
` [PATCH 1/4] kvm: Pass kvm_irqfd to functions
` [PATCH 2/4] kvm: Add missing KVM_IRQFD API documentation
` [PATCH 3/4] kvm: Extend irqfd to support level interrupts
` [PATCH 4/4][RFC] kvm: eoi_eventfd

[GIT PULL] KVM fixes for 3.5-rc3
 2012-06-24 16:17 UTC 

[PATCH] kvm: First step to push iothread lock out of inner run loop
 2012-06-24 14:59 UTC  (17+ messages)
          ` [Qemu-devel] "

[PATCHv2 0/5] improve speed of "rep ins" emulation
 2012-06-24 14:27 UTC  (6+ messages)
` [PATCHv2 4/5] KVM: emulator: move linearize() out of emulator code

Webmail Technical Crew
 2012-06-24  9:14 UTC 

Regarding improving ple handler (vcpu_on_spin)
 2012-06-23 18:34 UTC  (10+ messages)
` [PATCH] kvm: handle last_boosted_vcpu = 0 case

[PATCH] KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
 2012-06-22 23:33 UTC 

Virtio cpu intensive on guest, not host
 2012-06-22 21:49 UTC 

[Android-virt] [PATCH 10/15] ARM: KVM: VGIC: Update KVM API documentation
 2012-06-22 21:08 UTC 

[PATCH v11 8/8] PPC: Don't use hardcoded opcode for ePAPR hcall invocation
 2012-06-22 20:06 UTC 

[PATCH v11 7/8] powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls
 2012-06-22 20:05 UTC 

[PATCH v11 6/8] PPC: select EPAPR_PARAVIRT for all users of epapr hcalls
 2012-06-22 20:05 UTC  (2+ messages)
` [linuxppc-release] "

[PATCH v11 5/8] KVM: PPC: ev_idle hcall support for e500 guests
 2012-06-22 20:04 UTC 

[PATCH v11 4/8] KVM: PPC: Add support for ePAPR idle hcall in host kernel
 2012-06-22 20:04 UTC 

[PATCH v11 3/8] KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
 2012-06-22 20:04 UTC 

[PATCH v11 2/8] KVM: PPC: use definitions in epapr header for hcalls
 2012-06-22 20:00 UTC 

[PATCH v11 1/8] PPC: epapr: create define for return code value of success
 2012-06-22 20:00 UTC 

[PATCH v11 0/8] KVM: PPC: Add ePAPR idle hcall support
 2012-06-22 20:00 UTC 

(unknown)
 2012-06-22 15:00 UTC 

[PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v2
 2012-06-22 14:33 UTC  (9+ messages)
` [PATCH 1/6] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/6] KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
` [PATCH 3/6] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/6] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
` [PATCH 5/6] KVM: Separate rmap_pde from kvm_lpage_info->write_count
` [PATCH 6/6] KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()

[RFC PATCH] vfio: add fixup for broken PCI devices
 2012-06-22  8:16 UTC  (3+ messages)

KVM Forum and oVirt Workshop Europe 2012 Save the Date
 2012-06-21 22:45 UTC 

what is this function mean "is_no_device"?
 2012-06-21 21:11 UTC  (2+ messages)

[PATCH v8 00/15] KVM/ARM Implementation
 2012-06-21 19:48 UTC  (24+ messages)
` [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 13/15] ARM: KVM: Handle guest faults in KVM

Hello
 2012-06-21 12:37 UTC 

[RFC PATCH 0/4] KVM: Optimize MMU notifier's THP page invalidation
 2012-06-21 13:41 UTC  (6+ messages)
` [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range of addresses

[PATCH v2 0/7] KVM paravirt remote flush tlb
 2012-06-21 12:26 UTC  (5+ messages)
` [PATCH v2 3/7] KVM: Add paravirt kvm_flush_tlb_others

[PATCH] Fix typo in x86/kvm/vmx.c
 2012-06-21 10:19 UTC 

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

[PATCH] KVM: Add brackets in gfn_to_gpa and pfn_to_hpa
 2012-06-21  3:40 UTC 

[PATCH v7 00/10] KVM: MMU: fast page fault
 2012-06-21  1:56 UTC  (18+ messages)
` [PATCH v7 01/10] KVM: MMU: return bool in __rmap_write_protect
` [PATCH v7 02/10] KVM: MMU: abstract spte write-protect
` [PATCH v7 03/10] KVM: MMU: cleanup spte_write_protect
` [PATCH v7 04/10] KVM: VMX: export PFEC.P bit on ept
` [PATCH v7 05/10] KVM: MMU: fold tlb flush judgement into mmu_spte_update
` [PATCH v7 06/10] KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
` [PATCH v7 07/10] KVM: MMU: fast path of handling guest page fault
` [PATCH v7 08/10] KVM: MMU: trace fast "
` [PATCH v7 09/10] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
` [PATCH v7 10/10] KVM: MMU: document mmu-lock and fast page fault

[PATCH v2] Fixes related to processing of qemu's -numa option
 2012-06-20 20:33 UTC  (2+ messages)

VMM OSX port
 2012-06-20 19:14 UTC  (3+ messages)

[PATCH 1/2] booke/bookehv: Add host crit-watchdog exception support
 2012-06-20 16:05 UTC  (3+ messages)
` [PATCH 2/2] booke: Added crit/mc exception handler for e500v2

how to map a host virtual address (hva) to guest address space (gva/gpa/gfn)
 2012-06-20 14:28 UTC  (3+ messages)

DO YOU NEED A LOAN OF 2%?
 2012-06-20  4:32 UTC 

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

Implementing a Virtio host module for 802.11 media
 2012-06-20  5:28 UTC 

[PATCH 1/2] ppc64: Rudimentary Support for extra page sizes on server CPUs
 2012-06-19 20:57 UTC  (2+ messages)

[PATCH] spapr_vscsi: Error handling fixes
 2012-06-19 20:57 UTC  (6+ messages)
` [Qemu-devel] "

[PATCH v3] spapr: Add "memop" hypercall
 2012-06-19 20:57 UTC  (2+ messages)

asm/kvm_para.h from asm-generic (was: Re: linux-next: triage for April 19, 2012)
 2012-06-19 19:00 UTC  (3+ messages)

KVM call agenda for Tuesday, June 19th
 2012-06-19 17:22 UTC  (7+ messages)
  ` [Qemu-devel] "


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