public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-01 16:09:41 to 2015-04-08 10:46:53 UTC [more...]

[PATCH] kvm: fix slot flags sync between Qemu and KVM
 2015-04-08 10:46 UTC  (3+ messages)

[PATCH] KVM: dirty all pages in kvm_write_guest_cached()
 2015-04-08 10:43 UTC  (4+ messages)

[Bug 53651] New: nVMX: L1 crashes with no-kvm-irqchip
 2015-04-08 10:33 UTC  (2+ messages)
` [Bug 53651] "

[Bug 53601] New: nVMX meta-bug
 2015-04-08  9:02 UTC  (6+ messages)
` [Bug 53601] "

[Bug 94971] New: nVMX meta bug
 2015-04-08  9:02 UTC  (7+ messages)
` [Bug 94971] "

[Bug 53611] New: nVMX: Add nested EPT
 2015-04-08  9:02 UTC  (2+ messages)
` [Bug 53611] "

[Bug 53621] New: nVMX: MSR_IA32_FEATURE_CONTROL
 2015-04-08  8:58 UTC  (2+ messages)
` [Bug 53621] "

[Bug 53631] New: nVMX: Support exit/entry MSR load/store
 2015-04-08  8:57 UTC  (2+ messages)
` [Bug 53631] "

[Bug 54141] New: nVMX: Support TPR shadow
 2015-04-08  8:57 UTC  (2+ messages)
` [Bug 54141] "

[Bug 54471] New: nVMX: TRUE* MSRs unnecessary
 2015-04-08  8:57 UTC  (2+ messages)
` [Bug 54471] "

[PATCH] kvm: x86: fix x86 eflags fixed bit
 2015-04-08  8:47 UTC  (3+ messages)

[Bug 82211] New: [Nested xen on kvm] L1 guest panic and reboot when L1 guest boot up
 2015-04-08  8:36 UTC  (2+ messages)
` [Bug 82211] Cannot boot Xen under KVM with X2APIC enabled

[PATCH v3 0/7] vhost: support for cross endian guests
 2015-04-08  8:25 UTC  (17+ messages)
` [PATCH v3 1/7] virtio: introduce virtio_is_little_endian() helper
` [PATCH v3 2/7] tun: add tun_is_little_endian() helper
` [PATCH v3 3/7] macvtap: introduce macvtap_is_little_endian() helper
` [PATCH v3 4/7] vringh: introduce vringh_is_little_endian() helper
` [PATCH v3 5/7] vhost: introduce vhost_is_little_endian() helper
  ` [PATCH v3 6/7] virtio: add explicit big-endian support to memory accessors
` [PATCH v3 7/7] vhost: feature to set the vring endianness

Correct way to enable BusMaster with VFIO?
 2015-04-08  4:02 UTC 

[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support
 2015-04-08  0:43 UTC  (3+ messages)
` [PATCH 02/20] MIPS: Clear [MSA]FPE CSR.Cause after notify_die()

[PATCH 3.13.y-ckt 022/156] KVM: MIPS: Fix trace event to save PC directly
 2015-04-07 22:49 UTC 

[PATCH v2 0/4] KVM: x86: Reset fixes
 2015-04-07 16:35 UTC  (13+ messages)
` [PATCH v2 1/4] KVM: x86: INIT and reset sequences are different
` [PATCH v2 2/4] KVM: x86: BSP in MSR_IA32_APICBASE is writable
` [PATCH v2 3/4] KVM: x86: DR0-DR3 are not clear on reset
` [PATCH v2 4/4] KVM: x86: Clear CR2 on VCPU reset

[GIT PULL 0/5] arm/arm64: KVM: Fixes for KVM for 4.0-rc5
 2015-04-07 16:14 UTC  (2+ messages)

[PATCH v3] kvm: mmu: lazy collapse small sptes into large sptes
 2015-04-07 15:41 UTC  (2+ messages)

FACULTY AND STAFF MAILBOX ALERT
 2015-04-07 15:25 UTC 

[RFC PATCH 2/2] KVM: task switch: generate #DB trap if TSS.T is set
 2015-04-07 14:12 UTC  (2+ messages)

[PATCH] x86: vdso: fix pvclock races with task migration
 2015-04-07 13:57 UTC  (8+ messages)

[PATCH v3] x86: svm: use kvm_fast_pio_in()
 2015-04-07 12:55 UTC  (5+ messages)

[PATCH v2 0/4] KVM: APIC improvements (with bonus mixed mode)
 2015-04-07 12:38 UTC  (3+ messages)
` [PATCH v2 4/4] KVM: x86: simplify kvm_apic_map

[PATCH 1/3] KVM: x86: optimization: cache physical address width to avoid excessive enumerations of CPUID entries
 2015-04-07 11:25 UTC  (2+ messages)

[PATCH] KVM: vmx: pass error code with internal error #2
 2015-04-07 11:16 UTC  (2+ messages)

SVM: vmload/vmsave-free VM exits?
 2015-04-07  6:35 UTC  (9+ messages)

[PATCH v15 00/15] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-07  2:55 UTC  (16+ messages)
` [PATCH v15 01/15] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v15 02/15] qspinlock, x86: Enable x86-64 to use "
` [PATCH v15 03/15] qspinlock: Add pending bit
` [PATCH v15 04/15] qspinlock: Extract out code snippets for the next patch
` [PATCH v15 05/15] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v15 06/15] qspinlock: Use a simple write to grab the lock
` [PATCH v15 07/15] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v15 08/15] lfsr: a simple binary Galois linear feedback shift register
` [PATCH v15 09/15] pvqspinlock: Implement simple paravirt support for the qspinlock
` [PATCH v15 10/15] pvqspinlock: Implement the paravirt qspinlock for x86
` [PATCH v15 11/15] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v15 12/15] pvqspinlock, x86: Enable PV qspinlock for Xen
` [PATCH v15 13/15] pvqspinlock: Only kick CPU at unlock time
` [PATCH v15 14/15] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
` [PATCH v15 15/15] pvqspinlock: Add debug code to check for PV lock hash sanity

[3.13.y-ckt stable] Patch "KVM: MIPS: Fix trace event to save PC directly" has been added to staging queue
 2015-04-06 21:57 UTC 

[Qemu-devel] E5-2620v2 - emulation stop error
 2015-04-05 14:12 UTC  (17+ messages)
`  "

THE REASON WHY YOU HAVE NOT SUCCEEDED IN RECEIVING YOUR FUND
 2015-04-05  7:19 UTC 

XP machine freeze
 2015-04-04 10:55 UTC  (10+ messages)

[PATCH 0/9] qspinlock stuff -v15
 2015-04-03 13:43 UTC  (19+ messages)
` [PATCH 8/9] qspinlock: Generic paravirt support

[PATCH] kvm: x86: svm: remove SVM_EXIT_READ_CR* intercepts
 2015-04-03 12:19 UTC  (3+ messages)

[PATCH v4 0/2] kvm: x86: Implement handling of RH=1 for MSI delivery in KVM
 2015-04-03 10:17 UTC  (2+ messages)

[Patch v5] x86: irq_comm: Add check for RH bit in kvm_set_msi_irq
 2015-04-03 10:11 UTC  (13+ messages)

[PATCH v2] kvm: mmu: lazy collapse small sptes into large sptes
 2015-04-03  7:44 UTC  (3+ messages)

[PATCH] kvm: mmu: lazy collapse small sptes into large sptes
 2015-04-03  6:10 UTC  (3+ messages)

[PATCH] KVM: remove kvm_read_hva and kvm_read_hva_atomic
 2015-04-03  4:07 UTC  (2+ messages)

KVM+P2V via VMware vCenter Converter inquiry
 2015-04-02 22:28 UTC 

[GIT PULLv2] KVM: s390: Features and fixes for 4.1 (kvm/next)
 2015-04-02 18:55 UTC  (2+ messages)

[GIT PULL] KVM/ARM updates for v4.1
 2015-04-02 18:54 UTC  (29+ messages)
` [PATCH 01/27] KVM: vgic: add virt-capable compatible strings
` [PATCH 02/27] KVM: arm/arm64: prefer IS_ENABLED to a static variable
` [PATCH 03/27] arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}
` [PATCH 04/27] KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
` [PATCH 05/27] KVM: introduce kvm_arch_intc_initialized and use it in irqfd
` [PATCH 06/27] KVM: arm/arm64: implement kvm_arch_intc_initialized
` [PATCH 07/27] KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstate
` [PATCH 08/27] KVM: arm/arm64: add irqfd support
` [PATCH 09/27] arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
` [PATCH 10/27] arm/arm64: KVM: Implement Stage-2 page aging
` [PATCH 11/27] arm/arm64: KVM: Optimize handling of Access Flag faults
` [PATCH 12/27] arm/arm64: KVM: export VCPU power state via MP_STATE ioctl
` [PATCH 13/27] arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn
` [PATCH 14/27] arm/arm64: KVM: support for un-queuing active IRQs
` [PATCH 15/27] arm/arm64: KVM: Fix migration race in the arch timer
` [PATCH 16/27] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH 17/27] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH 18/27] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH 19/27] KVM: x86: "
` [PATCH 20/27] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH 21/27] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH 22/27] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH 23/27] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH 24/27] KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames
` [PATCH 25/27] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH 26/27] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
` [PATCH 27/27] KVM: arm/arm64: enable KVM_CAP_IOEVENTFD

[PATCH v2 0/7] vhost: support for cross endian guests
 2015-04-02 18:53 UTC  (12+ messages)
` [PATCH v2 1/7] virtio: introduce virtio_is_little_endian() helper
` [PATCH v2 2/7] tun: add tun_is_little_endian() helper
` [PATCH v2 3/7] macvtap: introduce macvtap_is_little_endian() helper
` [PATCH v2 4/7] vringh: introduce vringh_is_little_endian() helper
` [PATCH v2 5/7] vhost: introduce vhost_is_little_endian() helper
` [PATCH v2 6/7] virtio: add explicit big-endian support to memory accessors
  ` [PATCH v2 7/7] vhost: feature to set the vring endianness

[PATCH] KVM: arm64: add gic-400 compatible
 2015-04-02 17:31 UTC  (3+ messages)

[PATCH v4 00/15] s390x cpu model implementation
 2015-04-02 15:15 UTC  (12+ messages)
` [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model
        ` [Qemu-devel] "

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-04-02 14:06 UTC  (10+ messages)
` [PATCH v2 03/10] KVM: arm: guest debug, define API headers
` [PATCH v2 05/10] KVM: arm: introduce kvm_arch_setup/clear_debug()
` [PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support

[PATCH] x86-run: Print a meaningful message if the qemu binary isn't found
 2015-04-02 12:47 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/4] Init tests for reset reg checks
 2015-04-02  0:16 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] x86: move some common functions to processor.h
` [PATCH kvm-unit-tests 2/4] x86: Reenable init tests
` [PATCH kvm-unit-tests 3/4] x86: check register values after reset
` [PATCH kvm-unit-tests 4/4] x86: Test BSP change

back in town :)
 2015-04-01 21:16 UTC 

[PATCH v6 2/5] target-arm: kvm: save/restore mp state
 2015-04-01 16:31 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