kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-29 16:20:45 to 2014-12-02 17:27:31 UTC [more...]

[PATCH] KVM: arm/arm64: vgic: add init entry to VGIC KVM device
 2014-12-02 17:27 UTC 

[PATCH] KVM: Introduce dynamically registered hypercall capability
 2014-12-02 16:08 UTC  (6+ messages)

[RFC PATCH v2 0/2] kvm-vfio: implement the vfio skeleton for VT-d Posted-Interrupts
 2014-12-02 16:02 UTC  (10+ messages)
` [RFC PATCH v2 1/2] KVM: kvm-vfio: User API "

[PATCH 0/5] Improve PSCI system events and fix reboot bugs
 2014-12-02 15:42 UTC  (16+ messages)
` [PATCH 1/5] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option
` [PATCH 3/5] arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABI
` [PATCH 5/5] arm/arm64: KVM: Turn off vcpus and flush stage-2 pgtables on sytem exit events

[PATCH RFC v5 00/19] qemu: towards virtio-1 host support
 2014-12-02 15:41 UTC  (23+ messages)
` [PATCH RFC v5 01/19] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
` [PATCH RFC v5 02/19] virtio: cull virtio_bus_set_vdev_features
` [PATCH RFC v5 03/19] virtio: feature bit manipulation helpers
` [PATCH RFC v5 04/19] virtio: add feature checking helpers
` [PATCH RFC v5 05/19] virtio: support more feature bits
` [PATCH RFC v5 06/19] virtio: endianness checks for virtio 1.0 devices
` [PATCH RFC v5 07/19] virtio: allow virtio-1 queue layout
` [PATCH RFC v5 08/19] dataplane: allow virtio-1 devices
` [PATCH RFC v5 09/19] s390x/css: Add a callback for when subchannel gets disabled
` [PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC v5 11/19] s390x/virtio-ccw: support virtio-1 set_vq format
` [PATCH RFC v5 12/19] virtio: disallow late feature changes for virtio-1
` [PATCH RFC v5 13/19] virtio: allow to fail setting status
` [PATCH RFC v5 14/19] s390x/virtio-ccw: enable virtio 1.0
` [PATCH RFC v5 15/19] virtio-net: no writeable mac for virtio-1
` [PATCH RFC v5 16/19] virtio-net: support longer header
` [PATCH RFC v5 17/19] virtio-net: enable virtio 1.0
` [PATCH RFC v5 18/19] virtio: support revision-specific features
` [PATCH RFC v5 19/19] virtio-blk: revision specific feature bits

[PATCH] x86, microcode: Don't initialize microcode code on paravirt
 2014-12-02 14:58 UTC  (7+ messages)

Allocating dedicated RAM to host that guest can not use
 2014-12-02 13:30 UTC  (5+ messages)

[PATCH 0/5] kvm: memslots lookup optimization
 2014-12-02 13:24 UTC  (9+ messages)
` [PATCH 1/5] kvm: update_memslots: drop not needed check for the same number of pages
` [PATCH 2/5] kvm: update_memslots: drop not needed check for the same slot
` [PATCH 3/5] kvm: search_memslots: add simple LRU memslot caching
` [PATCH 4/5] kvm: change memslot sorting rule from size to GFN
` [PATCH 5/5] kvm: optimize GFN to memslot lookup with large slots amount

[PATCH 0/7] KVM Guest Debug support for arm64
 2014-12-02 13:23 UTC  (28+ messages)
` [PATCH 2/7] KVM: arm: guest debug, define API headers
` [PATCH 3/7] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH 4/7] KVM: arm64: guest debug, add SW break point support
` [PATCH 5/7] KVM: arm64: guest debug, add support for single-step
` [PATCH 6/7] KVM: arm64: re-factor hyp.S debug register code
` [PATCH 7/7] KVM: arm64: guest debug, HW assisted debug support

[PATCH] KVM: cpuid: mask more bits in leaf 0xd and subleaves
 2014-12-02 13:09 UTC 

[PATCH v3 0/3] kvm: vmx: enable xsaves for kvm
 2014-12-02 13:00 UTC  (4+ messages)
` [PATCH v3 1/3] kvm: x86: Intel XSAVES vmx and msr handle
` [PATCH v3 2/3] kvm: vmx: add kvm_get/set logic to xsaves

usb audio device troubles
 2014-12-02 12:43 UTC  (2+ messages)

[PATCH] target-i386: Intel xsaves
 2014-12-02 12:33 UTC  (2+ messages)

[qemu] virtio drivers implementation details
 2014-12-02 11:27 UTC  (3+ messages)

[PATCH v3 3/3] kvm: x86: Enable Intel XSAVES for guest
 2014-12-02 11:21 UTC 

[PATCH] xen: privcmd: schedule() after private hypercall when non CONFIG_PREEMPT
 2014-12-02 11:11 UTC  (20+ messages)
    ` [Xen-devel] "

[PATCH v2 1/2] kvm: x86: revert mask out xsaves
 2014-12-02  8:55 UTC  (6+ messages)
` [PATCH v2 2/2] kvm: vmx: enable intel xsaves for guest

[PATCH 1/2] kvm: x86: revert mask out xsaves
 2014-12-02  5:17 UTC  (2+ messages)
` [PATCH 2/2] KVM: vmx: Enable Intel xsaves for guest

[CFT PATCH v2 0/2] KVM: support XSAVES usage in the host
 2014-12-02  5:16 UTC  (7+ messages)

Question about physical page allocation to the guest
 2014-12-02  3:51 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
 2014-12-02  1:19 UTC  (5+ messages)

[PATCH v3 0/8] KVM-VFIO IRQ forward control
 2014-12-01 21:15 UTC  (14+ messages)
` [PATCH v3 2/8] KVM: arm64: Enable the KVM-VFIO device
` [PATCH v3 3/8] VFIO: platform: forwarded state tested when selecting IRQ handler
` [PATCH v3 4/8] KVM: kvm-vfio: User API for IRQ forwarding
` [PATCH v3 6/8] KVM: kvm-vfio: wrapper to VFIO external API device helpers

[PATCH v3] virt: kvm: arm: vgic: Process the failure case when kvm_register_device_ops() fails
 2014-12-01 20:13 UTC 

[PATCH 0/4] KVM: x86: APIC fixes
 2014-12-01 17:56 UTC  (4+ messages)

[PATCH 00/21] Fixes for various KVM bugs
 2014-12-01 17:49 UTC  (13+ messages)
` [PATCH 14/21] KVM: x86: Software disabled APIC should still deliver NMIs

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-12-01 16:51 UTC  (7+ messages)
` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support

[PATCH v13 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-12-01 16:40 UTC  (3+ messages)
` [PATCH v13 09/11] pvqspinlock, x86: Add para-virtualization support

[PATCH] kvm: x86: vmx: add checks on guest RIP
 2014-12-01 16:27 UTC  (2+ messages)

[PATCH v8 29/50] vhost: make features 64 bit
 2014-12-01 16:06 UTC  (9+ messages)
` [PATCH v8 30/50] vhost: add memory access wrappers
` [PATCH v8 31/50] vhost/net: force len for TX to host endian
` [PATCH v8 32/50] vhost: switch to __get/__put_user exclusively
` [PATCH v8 33/50] vhost: virtio 1.0 endian-ness support
` [PATCH v8 34/50] vhost/net: virtio 1.0 byte swap
` [PATCH v8 35/50] vhost/net: larger header for virtio 1.0
` [PATCH v8 36/50] vhost/net: enable "
` [PATCH v8 45/50] vhost/scsi: partial virtio 1.0 support

[PATCH v7 28/46] vhost: make features 64 bit
 2014-12-01 15:45 UTC  (27+ messages)
` [PATCH v7 29/46] vhost: add memory access wrappers
` [PATCH v7 30/46] vhost/net: force len for TX to host endian
` [PATCH v7 31/46] vhost: virtio 1.0 endian-ness support
` [PATCH v7 32/46] vhost/net: virtio 1.0 byte swap
` [PATCH v7 33/46] vhost/net: larger header for virtio 1.0
` [PATCH v7 35/46] vhost/net: enable "
` [PATCH v7 36/46] vhost/net: suppress compiler warning
` [PATCH v7 45/46] vhost/scsi: partial virtio 1.0 support

[GIT PULL 00/11] KVM: s390: Several changes for 3.19 (kvm/next)
 2014-12-01 14:59 UTC  (13+ messages)
` [GIT PULL 05/11] KVM: s390: refactor interrupt injection code
` [GIT PULL 09/11] KVM: s390: add bitmap for handling cpu-local interrupts
` [GIT PULL 10/11] KVM: s390: handle pending local interrupts via bitmap

freebsd 10 under linux with kvm and apicv
 2014-12-01 13:40 UTC  (2+ messages)

[PATCH 1/2] arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()
 2014-12-01 12:23 UTC  (5+ messages)

[PATCH] kvm: x86: remove vmx_vm_has_apicv() outside of hwapic_isr_update()
 2014-12-01 11:43 UTC  (2+ messages)

[PATCH RFC 0/2] assign each vcpu an owning thread and improve yielding
 2014-12-01  9:54 UTC  (9+ messages)
` [PATCH RFC 1/2] KVM: don't check for PF_VCPU when yielding

TUN_F_UFO change breaks live migration
 2014-12-01  9:43 UTC  (5+ messages)
    ` [PATCH net] Revert "drivers/net: Disable UFO through virtio" in macvtap and tun

[PATCH net-next] vhost: remove unnecessary forward declarations in vhost.h
 2014-12-01  9:18 UTC  (4+ messages)

KVM mce test , host and guest can't get mce information
 2014-12-01  5:53 UTC 

How does qemu know the virtual memory of the guest os?
 2014-11-30 23:28 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] kvm: arm: vgic: Let one looping code instead of two looping code
 2014-11-30 14:21 UTC  (7+ messages)

[PATCH v2] virt: kvm: arm: vgic: Process the failure case when kvm_register_device_ops() fails
 2014-11-30  3:25 UTC  (4+ messages)

SVM nested virtualisation & lots of warnings
 2014-11-29 22:42 UTC 

[PATCH] [mm] trivial fixes to long lines and typo in comment
 2014-11-29 21:08 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;
as well as URLs for NNTP newsgroup(s).