public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-05-09 09:55:02 to 2012-05-14 03:49:34 UTC [more...]

[RFC PATCH] qemu pci: pci_add_capability enhancement to prevent damaging config space
 2012-05-14  3:49 UTC  (8+ messages)
  ` [Qemu-devel] "

[PATCH] kernel vfio: PCI ROM size calculation
 2012-05-14  3:24 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH 1/1] Enable LTR/OBFF before device is used by driver
 2012-05-14  2:48 UTC 

[RFC PATCH] qemu spapr-pci: added IRQ list to PCIBus
 2012-05-14  1:58 UTC  (2+ messages)

[PATCH 00/13] IOMMU Groups + VFIO
 2012-05-14  1:16 UTC  (20+ messages)
  ` [PATCH 01/13] driver core: Add iommu_group tracking to struct device
  ` [PATCH 02/13] iommu: IOMMU Groups
  ` [PATCH 03/13] iommu: IOMMU groups for VT-d and AMD-Vi
  ` [PATCH 04/13] pci: New pci_dma_quirk()
  ` [PATCH 05/13] pci: New pci_acs_enabled()
  ` [PATCH 06/13] iommu: Make use of DMA quirking and ACS enabled check for groups
  ` [PATCH 07/13] vfio: VFIO core
  ` [PATCH 08/13] vfio: Add documentation
  ` [PATCH 09/13] vfio: x86 IOMMU implementation
  ` [PATCH 10/13] pci: export pci_user functions for use by other drivers
  ` [PATCH 11/13] pci: Create common pcibios_err_to_errno
  ` [PATCH 12/13] pci: Misc pci_reg additions
  ` [PATCH 13/13] vfio: Add PCI device driver

[PATCH RFC V8 0/17] Paravirtualized ticket spinlocks
 2012-05-13 18:45 UTC  (16+ messages)

KVM cluster with different Lan's - need advice
 2012-05-13 17:15 UTC 

[PATCH 0/2] Optimize ds/es reload
 2012-05-13 16:53 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Fix %ds/%es clobber
` [PATCH 2/2] KVM: VMX: Optimize %ds, %es reload

[PATCH] kvm: eoi msi documentation
 2012-05-13 16:03 UTC  (3+ messages)

perf stat to collect the performance statistics of KVM process
 2012-05-13 15:56 UTC 

[PATCH RFC] tun: experimental zero copy tx support
 2012-05-13 15:52 UTC 

[PATCHv2 1/7] apic: fix typo EIO_ACK -> EOI_ACK and document
 2012-05-13 15:15 UTC  (13+ messages)
` [PATCHv2 2/7] apic: use symbolic APIC_EOI_ACK
` [PATCHv2 3/7] x86: add apic->eoi_write callback
` [PATCHv2 4/7] x86: eoi micro-optimization
` [PATCHv2 5/7] kvm_para: guest side for eoi avoidance
` [PATCHv2 6/7] x86/bitops: note on __test_and_clear_bit atomicity
` [PATCHv2 7/7] kvm: host side for eoi optimization
` [PATCH] qemu: whitelist kvm pv eoi feature

[PATCHv2] bitops: add _local bitops
 2012-05-13 10:48 UTC  (5+ messages)

[PATCH] KVM: Avoid wasting pages for small lpage_info arrays
 2012-05-13 10:20 UTC  (2+ messages)

[PATCH 00/11] KVM fixes for 3.3.5
 2012-05-13 10:19 UTC  (16+ messages)
` [PATCH 01/11] KVM: s390: do store status after handling STOP_ON_STOP bit
` [PATCH 02/11] KVM: s390: Sanitize fpc registers for KVM_SET_FPU
` [PATCH 03/11] KVM: Fix write protection race during dirty logging
` [PATCH 04/11] KVM: mmu_notifier: Flush TLBs before releasing mmu_lock
` [PATCH 05/11] KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation
` [PATCH 06/11] KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
` [PATCH 07/11] KVM: VMX: Fix delayed load of shared MSRs
` [PATCH 08/11] KVM: nVMX: Fix erroneous exception bitmap check
` [PATCH 09/11] KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
` [PATCH 10/11] KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
` [PATCH 11/11] KVM: lock slots_lock around device assignment

[PATCH] KVM: x86: Implement PCID/INVPCID for guests with EPT
 2012-05-13 10:02 UTC  (5+ messages)

[PATCH] kvm: Enable device LTR/OBFF capibility before doing guest device assignment
 2012-05-13  7:04 UTC  (9+ messages)

[RFC PATCH] kernel vfio: enabled and supported on power
 2012-05-12 22:29 UTC  (2+ messages)

haalloo,
 2012-05-12 17:04 UTC 

[Bug 29382] New: Panic: Unable to handle kernel paging request
 2012-05-12 15:17 UTC  (3+ messages)
` [Bug 29382] "

[Bug 40752] New: BUG: unable to handle kernel paging request at bffffc20
 2012-05-12 13:55 UTC  (3+ messages)
` [Bug 40752] "

[RFC PATCH] qemu vfio-powerpc: added initial support
 2012-05-12  7:31 UTC 

vfio with iommu groups
 2012-05-12  7:31 UTC 

[PATCH] qemu msi/msix: added functions to API to set up message address and data
 2012-05-12  6:48 UTC 

How to determine the backing host physical memory for a given guest ?
 2012-05-12  2:50 UTC  (6+ messages)

[Bug 42812] New: kvm module has bogus kernel version check
 2012-05-12  2:13 UTC  (3+ messages)
` [Bug 42812] "

[PATCH v3 0/8] uq/master: MSI support for in-kernel irqchip mode
 2012-05-11 18:33 UTC  (11+ messages)
` [PATCH v3 1/8] kvm: Refactor KVMState::max_gsi to gsi_count
` [PATCH v3 2/8] Introduce MSIMessage structure
` [PATCH v3 3/8] kvm: Introduce basic MSI support for in-kernel irqchips
` [PATCH v3 4/8] pc: Enable MSI support at APIC level
` [PATCH v3 5/8] kvm: x86: Wire up MSI support for in-kernel irqchip
` [PATCH v3 6/8] kvm: Update kernel headers
` [PATCH v3 7/8] kvm: Add support for direct MSI injections
` [PATCH v3 8/8] kvm: Enable in-kernel irqchip support by default

[PATCH] KVM: Add wrapper script around QEMU to test kernels
 2012-05-11 15:46 UTC 

[PATCH] KVM: Add wrapper script around QEMU to test kernels
 2012-05-11 14:05 UTC  (4+ messages)

kvm: KVM internal error. Suberror: 1
 2012-05-11 11:40 UTC  (3+ messages)

[Autotest][PATCH] virt: Repair bug in speed limiting of scp
 2012-05-11 10:15 UTC 

From Mr. Sameh Jawad
 2012-05-11 10:08 UTC 

KVM: Softlockups in guests while running kernbench
 2012-05-11  6:38 UTC  (6+ messages)

[RFC PATCH] qemu pci: pci_add_capability enhancement to prevent damaging config space
 2012-05-11  6:59 UTC 

[PATCH] bitops: add _local bitops
 2012-05-10 23:02 UTC  (20+ messages)

[RFC] sched: make callers check lock contention for cond_resched_lock()
 2012-05-10 22:03 UTC  (7+ messages)

[PATCH] kvm/powerpc: Add new ioctl to retreive server MMU infos
 2012-05-10 21:49 UTC  (8+ messages)
` [PATCH 1/2] ppc64: Rudimentary Support for extra page sizes on server CPUs
` [PATCH 2/2] pseries: Correctly create ibm,segment-page-sizes property

block device type supporting trim or scsi unmap ?
 2012-05-10 20:42 UTC  (5+ messages)

oVirt Workshop at LinuxCon + kvm virt track Japan 2012
 2012-05-10 20:07 UTC 

1G huge pages in Linux guest VM
 2012-05-10 15:53 UTC  (3+ messages)

Aros (icaros) system fails to reboot in kvm
 2012-05-10 15:09 UTC  (7+ messages)

virtio 3.4 patches
 2012-05-10 14:46 UTC  (3+ messages)

[Qemu-devel] [PATCH 2/2] Expose tsc deadline timer cpuid to guest
 2012-05-10 14:12 UTC  (16+ messages)
` Semantics of "-cpu host" (was Re: [Qemu-devel] [PATCH 2/2] Expose tsc deadline timer cpuid to guest)
  ` Semantics of "-cpu host" (was "

Idea: fuse-kvm filesystem
 2012-05-10 14:09 UTC  (6+ messages)
` [Qemu-devel] "

[Bug 42980] New: BUG in gfn_to_pfn_prot
 2012-05-10 13:30 UTC  (4+ messages)
` [Bug 42980] "

[PULL] kvm fixes for qemu 1.1
 2012-05-10 10:57 UTC 

[PATCH] KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updates
 2012-05-10  9:49 UTC 

qemu kvm: Accept PCID feature
 2012-05-10  4:43 UTC 

[PATCH 1/2] KVM: PPC: Book3S: PR: Handle EMUL_ASSIST
 2012-05-10  2:03 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: PR: Fix hsrr code

[PATCH next v2 03/74] target-i386: Pass X86CPU to do_cpu_{init,sipi}()
 2012-05-10  0:13 UTC 

[PATCH next v2 03/74] target-i386: Pass X86CPU to do_cpu_{init,sipi}()
 2012-05-10  0:10 UTC 

[PATCH 0/4] Unlocked TLB flush
 2012-05-09 21:03 UTC  (7+ messages)
` [PATCH 1/4] KVM: Add APIs for unlocked "

[PATCH unit-tests] Add async page fault test
 2012-05-09 13:31 UTC  (8+ messages)

[PATCHv2] Add async page fault test
 2012-05-09 12:45 UTC  (3+ messages)

[PATCH 1/4] kvm tools: fix sigsegv in irq__exit
 2012-05-09 12:29 UTC  (5+ messages)
` [PATCH 2/4] kvm tools: use bitwise 'and' in kvm-ipc
` [PATCH 3/4] kvm tools: use accessor function for virtio-9p FIDs
` [PATCH 4/4] kvm tools: increase amount of "

[GIT PULL] KVM fixes for 3.4-rc6
 2012-05-09 11:03 UTC 


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