kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-07 17:01:47 to 2012-12-12 16:36:48 UTC [more...]

[PATCH v4 0/4] s390: Guest support for virtio-ccw
 2012-12-12 16:36 UTC  (2+ messages)
` [PATCH 1/4] KVM: s390: Handle hosts not supporting s390-virtio

[PATCH v3 0/5] s390: Guest support for virtio-ccw
 2012-12-12 16:36 UTC  (13+ messages)
` [PATCH 3/5] s390: Add a mechanism to get the subchannel id
` [PATCH 5/5] KVM: s390: Split out early console code

[PATCH 2/2] vfio powerpc: implemented IOMMU driver for VFIO
 2012-12-12 14:36 UTC  (6+ messages)
` [PATCH] "

[PATCH 1/2] vfio powerpc: enabled on powernv platform
 2012-12-12 14:34 UTC  (7+ messages)
` [PATCH] "

[PATCH v2 00/10] kvm: memory slot cleanups, fix, and increase
 2012-12-12 14:13 UTC  (16+ messages)
` [PATCH v2 01/10] kvm: Restrict non-existing slot state transitions
` [PATCH v2 02/10] kvm: Check userspace_addr when modifying a memory slot
` [PATCH v2 03/10] kvm: Fix iommu map/unmap to handle memory slot moves
` [PATCH v2 04/10] kvm: Minor memory slot optimization
` [PATCH v2 05/10] kvm: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS
` [PATCH v2 06/10] kvm: Make KVM_PRIVATE_MEM_SLOTS optional
` [PATCH v2 07/10] kvm: struct kvm_memory_slot.user_alloc -> bool
` [PATCH v2 08/10] kvm: struct kvm_memory_slot.flags -> u32
` [PATCH v2 09/10] kvm: struct kvm_memory_slot.id -> short
` [PATCH v2 10/10] kvm: Increase user memory slots on x86 to 125

pci_enable_msix() fails with ENOMEM/EINVAL
 2012-12-12 13:42 UTC  (10+ messages)

[PATCH v2] kvm: Detect number of available memory slots from the host kernel
 2012-12-12 13:39 UTC  (2+ messages)

[GIT PULL] KVM updates for the 3.8 merge window
 2012-12-12 12:35 UTC 

Process blocked for more than 120 seconds
 2012-12-12 12:01 UTC  (3+ messages)

NFS mount options
 2012-12-12 11:59 UTC 

[PATCH] kvm: do not flush after deleting gsi
 2012-12-12 11:39 UTC  (2+ messages)

[PATCH] KVM: remove a wrong hack of delivery PIT intr to vcpu0
 2012-12-12 10:54 UTC  (2+ messages)

[PATCH v6 0/3] x86, apicv: Add APIC virtualization support
 2012-12-12 10:54 UTC  (5+ messages)
` [PATCH v6 1/3] x86, apicv: add APICv register "
` [PATCH v6 2/3] x86, apicv: add virtual interrupt delivery support
` [PATCH v6 3/3] x86, apicv: add virtual x2apic support

[PATCH v12 0/8] pv event to notify host when the guest is panicked
 2012-12-12  6:15 UTC  (10+ messages)
` [PATCH v12 1/8] save/load cpu runstate
` [PATCH v12 2/8] start vm after resetting it
` [PATCH v12 3/8] update kernel headers
` [PATCH v12 4/8] add a new runstate: RUN_STATE_GUEST_PANICKED
` [PATCH v12 5/8] add a new qevent: QEVENT_GUEST_PANICKED
` [PATCH v12 6/8] introduce a new qom device to deal with panicked event
` [PATCH v12 7/8] allower the user to disable pv event support
` [PATCH v12 8/8] pv event: add document to describe the usage
` [PATCH] kvm: notify host when the guest is panicked

[PATCH 0/4] VMX: Fix emulate_invalid_guest_state=0
 2012-12-12  3:07 UTC  (6+ messages)
` [PATCH 1/4] KVM: VMX: fix DPL during entry to protected mode
` [PATCH 2/4] VMX: remove unneeded enable_unrestricted_guest check
` [PATCH 3/4] KVM: emulator: fix real mode segment checks in address linearization
` [PATCH 4/4] KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode

[GIT PULL v2] VFIO updates for v3.8
 2012-12-12  4:02 UTC 

[GIT PULL] VFIO updates for v3.8
 2012-12-12  2:59 UTC  (5+ messages)

[PATCH v2 0/5] KVM: x86: improve reexecute_instruction
 2012-12-12  1:09 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: MMU: move adjusting pte access for softmmu to FNAME(page_fault)
` [PATCH v2 2/5] KVM: MMU: adjust page size early if gfn used as page table
` [PATCH v2 3/5] KVM: x86: clean up reexecute_instruction
` [PATCH v2 4/5] KVM: x86: let reexecute_instruction work for tdp
` [PATCH v2 5/5] KVM: x86: improve reexecute_instruction

[RFC PATCH v4 0/8] s390: channel I/O support in qemu
 2012-12-12  0:39 UTC  (29+ messages)
` [PATCH 2/8] s390: Channel I/O basic defintions
` [PATCH 3/8] s390: I/O interrupt and machine check injection
        ` [Qemu-devel] "
` [PATCH 4/8] s390: Add channel I/O instructions
` [PATCH 6/8] s390: Wire up channel I/O in kvm
` [PATCH 8/8] s390: Add new channel I/O based virtio transport

[PATCH v5 0/3] x86, apicv: Add APIC virtualization support
 2012-12-12  0:39 UTC  (10+ messages)
` [PATCH v5 1/3] x86, apicv: add APICv register "
` [PATCH v5 2/3] x86, apicv: add virtual interrupt delivery support
` [PATCH v5 3/3] x86, apicv: add virtual x2apic support

[PATCH] KVM: inject ExtINT interrupt before APIC interrupts
 2012-12-12  0:39 UTC  (2+ messages)

[PATCH v4 0/5] s390: Host support for channel I/O
 2012-12-12  0:36 UTC  (19+ messages)
` [PATCH 1/5] KVM: s390: Support for I/O interrupts
` [PATCH 2/5] KVM: s390: Add support for machine checks
` [PATCH 3/5] KVM: s390: In-kernel handling of I/O instructions
` [PATCH 4/5] KVM: s390: Base infrastructure for enabling capabilities
` [PATCH 5/5] KVM: s390: Add support for channel I/O instructions

[PATCH] KVM: PPC: Fix SREGS documentation reference
 2012-12-12  0:29 UTC  (3+ messages)

[PATCH] x86/kexec: crash_vmclear_local_vmcss needs __rcu
 2012-12-11 21:55 UTC  (7+ messages)
` [PATCH] [RESEND] "

KVM call agenda for 2012-12-11
 2012-12-11 14:48 UTC  (6+ messages)
` [Qemu-devel] "

[PATCHv8] virtio-spec: virtio network device multiqueue support
 2012-12-11 13:10 UTC 

[PATCH] kvm/vmx: fix the return value of handle_vmcall()
 2012-12-11  7:19 UTC  (2+ messages)

(unknown)
 2012-12-11  4:55 UTC 

[PATCHv7] virtio-spec: virtio network device multiqueue support
 2012-12-10 23:50 UTC  (2+ messages)

[PATCH][TRIVIAL] kvm_para: fix typo in hypercall comments
 2012-12-10 21:31 UTC 

[PATCH] kvm: Fix irqfd resampler list walk
 2012-12-10 20:16 UTC  (2+ messages)

Memory leak in vmx.c
 2012-12-10 18:36 UTC  (3+ messages)

kvm-kmod
 2012-12-10 15:32 UTC  (2+ messages)

[PATCH 00/10] kvm: memory slot cleanups, fix, and increase
 2012-12-10 13:48 UTC  (9+ messages)
` [PATCH 02/10] kvm: Check userspace_addr when modifying a memory slot
` [PATCH 10/10] kvm: Increase user memory slots on x86 to 125

[PATCHv6] virtio-spec: virtio network device multiqueue support
 2012-12-10 10:36 UTC  (4+ messages)

[Autotest][PATCH] Server test: Adds support for multi-host migration in afe tool
 2012-12-10 10:08 UTC 

[PATCH unit-test] test aad instruction
 2012-12-10  9:44 UTC 

[PATCH] KVM: emulator: implement AAD instruction
 2012-12-10  9:42 UTC 

[PATCH 1/3] kvm-tool: ARM: set interrupt priority mask in secondary boot path
 2012-12-10  7:30 UTC  (2+ messages)

[RESEND PATCH v4 0/3] x86, apicv: Add APIC virtualization support
 2012-12-10  6:30 UTC  (8+ messages)
` [RESEND PATCH v4 1/3] x86, apicv: add APICv register "
` [RESEND PATCH v4 2/3] x86, apicv: add virtual interrupt delivery support
` [RESEND PATCH v4 3/3] x86, apicv: add virtual x2apic support

[Bug 47451] New: need to re-load driver in guest to make a hot-plug VF work
 2012-12-10  3:00 UTC  (3+ messages)
` [Bug 47451] "

[Bug 50921] New: kvm hangs booting Windows 2000
 2012-12-09 20:46 UTC  (2+ messages)
` [Bug 50921] "

[PULL 00/28] ppc patch queue 2012-12-06
 2012-12-09 20:44 UTC  (2+ messages)

[PATCH] kvm: Detect number of available memory slots from the host kernel
 2012-12-09 14:20 UTC  (2+ messages)

[PATCH net-next v3 0/3] Multiqueue support in virtio-net
 2012-12-09  5:32 UTC  (8+ messages)
` [PATCH net-next v3 1/3] virtio-net: separate fields of sending/receiving queue from virtnet_info
` [PATCH net-next v3 2/3] virtio_net: multiqueue support
` [PATCH net-next v3 3/3] virtio-net: support changing the number of queue pairs through ethtool

[Bug 42980] New: BUG in gfn_to_pfn_prot
 2012-12-08 20:50 UTC  (2+ messages)
` [Bug 42980] "

[PATCH V3 RFC 0/2] kvm: Improving undercommit scenarios
 2012-12-08  0:49 UTC  (7+ messages)
` [PATCH V3 RFC 2/2] kvm: Handle yield_to failure return code for potential undercommit case

virtio + vhost-net performance issue - preadv ?
 2012-12-07 21:52 UTC  (2+ messages)

[PULL net-next] vhost: changes for 3.8
 2012-12-07 17:58 UTC  (2+ 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).