kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-12 10:40:48 to 2014-03-18 21:17:35 UTC [more...]

[PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-18 21:17 UTC 

[PATCH 0/3] bridge: few enhancements and small fixes
 2014-03-18 20:46 UTC  (10+ messages)
` [PATCH 1/3] bridge: preserve random init MAC address
` [PATCH 2/3] bridge: trigger a bridge calculation upon port changes
` [PATCH 3/3] bridge: fix bridge root block on designated port

[PATCH v2 0/5] qemu: irqfds for s390x
 2014-03-18 17:14 UTC  (12+ messages)
` [PATCH v2 1/5] linux-headers: add new interfaces
  ` [Qemu-devel] "
` [PATCH v2 2/5] kvm: add kvm_enable_cap_{vm,vcpu}
` [PATCH v2 3/5] s390x: Add I/O adapter registration
` [PATCH v2 4/5] s390x/virtio-ccw: reference-counted indicators
` [PATCH v2 5/5] s390x/virtio-ccw: Wire up irq routing and irqfds

[PATCH v2 0/5] KVM: irqfds for s390
 2014-03-18 16:07 UTC  (13+ messages)
` [PATCH v2 1/5] KVM: eventfd: Fix lock order inversion
` [PATCH v2 2/5] KVM: Add per-vm capability enablement
` [PATCH v2 3/5] KVM: s390: adapter interrupt sources
` [PATCH v2 4/5] KVM: s390: irq routing for adapter interrupts
` [PATCH v2 5/5] KVM: Bump KVM_MAX_IRQ_ROUTES for s390

[PATCH resend 0/4] KVM: cleanup ioapic and fix KVM_SET_IRQCHIP with irr != 0
 2014-03-18 15:21 UTC  (7+ messages)
` [PATCH 1/4] KVM: ioapic: merge ioapic_deliver into ioapic_service
` [PATCH 2/4] KVM: ioapic: clear IRR for edge-triggered interrupts at delivery
` [PATCH 3/4] KVM: ioapic: extract body of kvm_ioapic_set_irq
` [PATCH 4/4] KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIP

[PATCH 0/4] vfio: type1 multi-domain support & kvm-vfio coherency checking
 2014-03-18 14:30 UTC  (5+ messages)
` [PATCH 1/4] vfio/iommu_type1: Multi-IOMMU domain support

KVM call agenda for 2014-03-18
 2014-03-18 13:12 UTC  (2+ messages)

[PATCH 0/2] KVM: x86 emulator: emulate MOVAPS and MOVAPD SSE instructions
 2014-03-18 12:11 UTC  (12+ messages)
` [PATCH 1/2] KVM: x86 emulator: emulate MOVAPS
` [PATCH 2/2] KVM: x86 emulator: emulate MOVAPD

[PATCH v3 10/52] arm, kvm: Fix CPU hotplug callback registration
 2014-03-18 10:23 UTC  (5+ messages)
        ` [UPDATED PATCH "

[GIT PULL] Another KVM fix for 3.14 (PPC)
 2014-03-18  8:55 UTC 

[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-03-18  8:18 UTC  (40+ messages)
` [PATCH v6 01/11] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v6 02/11] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v6 03/11] qspinlock: More optimized code for smaller NR_CPUS
` [PATCH v6 04/11] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v6 05/11] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH v6 06/11] pvqspinlock, x86: Allow unfair queue spinlock in a KVM guest
` [PATCH v6 07/11] pvqspinlock, x86: Allow unfair queue spinlock in a XEN guest
` [PATCH v6 08/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH RFC v6 09/11] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH RFC v6 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
` [PATCH RFC v6 11/11] pvqspinlock, x86: Enable qspinlock PV support for XEN

[PATCH 0/3] VFIO Bug Fixes
 2014-03-17 22:16 UTC  (3+ messages)
` [PATCH 3/3] drivers/vfio/pci: Fix MSIx message lost

[RFCv2 0/7] vhost/scsi: Add T10 PI SGL passthrough support
 2014-03-17 19:18 UTC  (10+ messages)
` [RFCv2 1/7] virtio-scsi.h: Add virtio_scsi_cmd_req_pi header definition
` [RFCv2 2/7] vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sgl
` [RFCv2 3/7] vhost/scsi: Add preallocation of protection SGLs
` [RFCv2 4/7] vhost/scsi: Add T10 PI IOV -> SGL memory mapping logic
` [RFCv2 5/7] vhost/scsi: Enable T10 PI IOV -> SGL memory mapping
` [RFCv2 6/7] vhost/scsi: Add new VIRTIO_SCSI_F_T10_PI feature bit
` [RFCv2 7/7] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD

[PATCH v3] KVM: Specify byte order for KVM_EXIT_MMIO
 2014-03-17 19:00 UTC  (3+ messages)

[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
 2014-03-17 17:21 UTC  (6+ messages)

[PULL 0/2] KVM: s390: last patches for next
 2014-03-17 11:22 UTC  (4+ messages)
` [PULL 1/2] KVM: s390: Removing untriggerable BUG_ONs
` [PULL 2/2] KVM: s390: Optimize ucontrol path

[PATCH kvm-unit-tests 0/2] test MOVAPS and MOVAPD SSE instructions
 2014-03-17 11:18 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/2] emulator: movaps
` [PATCH kvm-unit-tests 2/2] emulator: movapd

[PATCH] target-i386: Add missing 'static' and 'const' attributes
 2014-03-17  9:56 UTC  (2+ messages)

CfP 9th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '14)
 2014-03-15 17:49 UTC 

QEMU KVM tracing and KVM toggling
 2014-03-15 17:00 UTC  (2+ messages)

[PATCH v4 00/10] KVM Support for MIPS32 Processors
 2014-03-14 13:29 UTC  (13+ messages)
` [PATCH v4 01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode
` [PATCH v4 02/10] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA
` [PATCH v4 03/10] target-mips: get_physical_address: Add defines for segment bases
` [PATCH v4 04/10] target-mips: get_physical_address: Add KVM awareness
` [PATCH v4 05/10] kvm: Allow arch to set sigmask length
` [PATCH v4 06/10] target-mips: kvm: Add main KVM support for MIPS
` [PATCH v4 07/10] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls
` [PATCH v4 08/10] hw/mips: malta: Add KVM support
` [PATCH v4 09/10] target-mips: Enable KVM support in build system
` [PATCH v4 10/10] MAINTAINERS: Add entry for MIPS KVM
` [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors

[PATCH 0/4] MIPS: KVM: RI + RDHWR handling fixes
 2014-03-14 13:06 UTC  (5+ messages)
` [PATCH 1/4] MIPS: KVM: Pass reserved instruction exceptions to guest
` [PATCH 2/4] MIPS: KVM: asm/kvm_host.h: Clean up whitespace
` [PATCH 3/4] MIPS: KVM: Consult HWREna before emulating RDHWR
` [PATCH 4/4] MIPS: KVM: Remove dead code in CP0 emulation

[PATCH v3 0/9] KVM Support for MIPS32 Processors
 2014-03-14 12:53 UTC  (9+ messages)
` [PATCH v3 6/9] target-mips: kvm: Add main KVM support for MIPS
  ` [Qemu-devel] "
` [PATCH v3 7/9] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls
  ` [Qemu-devel] "

[fedora-virt] 3.13 - Nested KVM (vmx) totally broken?
 2014-03-14 12:43 UTC  (9+ messages)

[PATCH] KVM: SVM: fix cr8 intercept window
 2014-03-14  9:57 UTC  (8+ messages)

[PATCH v2] scsi: Change sense buffer size to 252
 2014-03-14  6:51 UTC  (2+ messages)

I/O redirection Guest VM
 2014-03-14  6:39 UTC  (5+ messages)

[RFC PATCH 1/4] ARM: KVM: on unhandled IO mem abort, route the call to the KVM MMIO bus
 2014-03-13 15:57 UTC  (4+ messages)
` [RFC PATCH 2/4] KVM: irqfd should depend on CONFIG_HAVE_KVM_IRQ_ROUTING
` [RFC PATCH 3/4] ARM: KVM: enable linking against eventfd
` [RFC PATCH 4/4] ARM: KVM: enable KVM_CAP_IOEVENTFD

[PATCH 0/2] Fixes for HV KVM on PPC for 3.14
 2014-03-13 15:43 UTC  (6+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Remove bogus duplicate code
` [PATCH 2/2] KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVE

[PULL for-2.0-rc0 34/58] cpu: Move exception_index field from CPU_COMMON to CPUState
 2014-03-13 14:54 UTC  (3+ messages)
` [PULL for-2.0-rc0 36/58] cpu: Move watchpoint fields "
` [PULL for-2.0-rc0 52/58] exec: Change cpu_abort() argument "

RFC: ioapic polarity vs. qemu os-x guest
 2014-03-13 13:43 UTC  (13+ messages)
        ` [PATCH RFC] kvm: ignore apic polarity
                  ` [RFC PATCH v2] kvm: x86: ignore ioapic polarity

kernel panic with 3.13.6
 2014-03-13  8:41 UTC 

[PULL for-2.0-rc0 1/6] Revert "KVM: Split QEMUMachine typedef into separate header"
 2014-03-13  2:53 UTC 

[PATCH] [fix] kernel does not compile without CONFIG_KVM_ARM_VGIC
 2014-03-12 22:32 UTC  (5+ messages)

Linux 3.13: BUG: soft lockup - CPU#1 stuck for 22s! [qemu-kvm:2653]
 2014-03-12 19:38 UTC  (3+ messages)

[GIT PULL] KVM changes for 3.14-rc7
 2014-03-12 17:38 UTC 

Enhancement for PLE handler in KVM
 2014-03-12 13:05 UTC  (12+ 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).