public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-17 18:11:53 to 2014-03-22 16:43:46 UTC [more...]

[PATCH 0/3] nVMX: Fixes to run Xen as L1
 2014-03-22 16:43 UTC  (14+ messages)
` [PATCH 1/3] KVM: nVMX: Advertise support for interrupt acknowledgement
` [PATCH 2/3] KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to
` [PATCH 3/3] KVM: nVMX: check for null vmcs12 when L1 does invept

[RFC] ARM VM System Sepcification
 2014-03-22 12:23 UTC  (10+ messages)

Is there any consumer of virtio-balloon now?
 2014-03-22 12:22 UTC  (5+ messages)

GPF in intel_pmu_lbr_reset() with qemu -cpu host
 2014-03-22 10:05 UTC  (6+ messages)

Where to file this bug, please?
 2014-03-22  8:07 UTC 

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

[PATCH] arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.c
 2014-03-22  6:58 UTC 

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

[PATCH 8/9] PCI: Ignore BAR contents when firmware left decoding disabled
 2014-03-21 20:40 UTC  (3+ messages)

[PATCH] realmode: add performance test
 2014-03-21 18:05 UTC 

[PATCH v4 00/10] KVM Support for MIPS32 Processors
 2014-03-21 16:51 UTC  (17+ messages)
` [PATCH v4 01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode
` [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 08/10] hw/mips: malta: Add KVM support

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

[PATCH v3 0/4] KVM: irqfds for s390
 2014-03-21 12:52 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: Add per-vm capability enablement
` [PATCH v3 2/4] KVM: s390: adapter interrupt sources
` [PATCH v3 3/4] KVM: s390: irq routing for adapter interrupts
` [PATCH v3 4/4] KVM: Bump KVM_MAX_IRQ_ROUTES for s390

[PATCH v4] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-21 11:07 UTC  (2+ messages)

[PATCH v7 07/11] pvqspinlock, x86: Allow unfair queue spinlock in a XEN guest
 2014-03-21 11:00 UTC 

[PATCH v3] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-21 10:35 UTC  (4+ messages)

[PATCH v2 0/5] KVM: irqfds for s390
 2014-03-21 10:08 UTC  (18+ 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 RFC V2 0/4] Adding tracepoints to vhost/net
 2014-03-21  9:41 UTC  (5+ messages)
` [PATCH RFC V2 1/4] vhost: introduce queue_index for tracing
` [PATCH RFC V2 2/4] vhost: basic tracepoints
` [PATCH RFC V2 3/4] vhost_net: add basic tracepoints for vhost_net
` [PATCH RFC V2 4/4] tools: virtio: add a top-like utility for displaying vhost satistics

[PATCH resend 0/4] KVM: cleanup ioapic and fix KVM_SET_IRQCHIP with irr != 0
 2014-03-20 22:09 UTC  (13+ 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] target-i386: Remove unused data from local array
 2014-03-20 21:54 UTC  (2+ messages)

Demand paging for VM on KVM
 2014-03-20 18:27 UTC  (3+ messages)

Outreach Program for Women application deadline extended
 2014-03-20 16:29 UTC 

[PATCH v2] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-20 16:01 UTC  (4+ messages)

Isolating the Guest clock from Host
 2014-03-20  2:32 UTC 

[PATCH 0/3] bridge: few enhancements and small fixes
 2014-03-20  2:05 UTC  (16+ messages)
` [PATCH 1/3] bridge: preserve random init MAC address
          ` [Bridge] "
` [PATCH 2/3] bridge: trigger a bridge calculation upon port changes

[PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-19 21:07 UTC  (3+ messages)

[PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-19 20:39 UTC  (3+ messages)

[Bug 72381] New: [Nested] L1 call trace when create windows 7 guest as L2 guest
 2014-03-18  7:43 UTC 

[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-03-19 17:08 UTC  (26+ messages)
` [PATCH v6 05/11] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH RFC v6 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM

[PATCH] kvm tools: treat uids and gids in stat structure properly
 2014-03-19 16:04 UTC 

[PATCH 0/4] MIPS: KVM: RI + RDHWR handling fixes
 2014-03-19 16:02 UTC  (2+ messages)

About Disk I/O and DMA emulation in qemu-kvm
 2014-03-19 11:23 UTC 

[PATCH v2 0/5] qemu: irqfds for s390x
 2014-03-18 17:14 UTC  (13+ 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 0/3] VFIO Bug Fixes
 2014-03-18 22:44 UTC  (4+ messages)
` [PATCH 3/3] drivers/vfio/pci: Fix MSIx message lost

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

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

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

[RFCv2 0/7] vhost/scsi: Add T10 PI SGL passthrough support
 2014-03-17 19:18 UTC  (4+ messages)
` [RFCv2 5/7] vhost/scsi: Enable T10 PI IOV -> SGL memory mapping

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


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