public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-09 16:53:25 to 2015-04-14 13:57:06 UTC [more...]

[Bug 93251] New: qemu-kvm guests randomly hangs after reboot command in guest
 2015-04-14 13:57 UTC  (2+ messages)
` [Bug 93251] "

KVM call agenda for 2015-04-14
 2015-04-14 12:24 UTC  (3+ messages)

[PATCH v2 00/12] Remaining improvements for HV KVM
 2015-04-14 11:56 UTC  (3+ messages)

H_CLEAR_REF and H_CLEAR_MOD
 2015-04-14 11:50 UTC  (5+ messages)

[PATCH] KVM: arm: irqfd: fix value returned by kvm_irq_map_gsi
 2015-04-14 10:44 UTC  (2+ messages)

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-04-14 10:32 UTC  (40+ messages)
` [PATCH v2 01/10] KVM: add commentary for kvm_debug_exit_arch struct
` [PATCH v2 02/10] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v2 03/10] KVM: arm: guest debug, define API headers
` [PATCH v2 04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [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 v2 07/10] KVM: arm64: guest debug, add support for single-step
` [PATCH v2 08/10] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v2 09/10] KVM: arm64: trap nested debug register access
` [PATCH v2 10/10] KVM: arm64: add trace points for guest_debug debug

[PATCH v2 0/4] KVM: x86: Reset fixes
 2015-04-14 10:31 UTC  (4+ messages)
` [PATCH v2 4/4] KVM: x86: Clear CR2 on VCPU reset

[v3 24/26] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
 2015-04-14  7:37 UTC  (12+ messages)

SVM: vmload/vmsave-free VM exits?
 2015-04-14  7:11 UTC  (14+ messages)

[PATCH v3] kvm: mmu: lazy collapse small sptes into large sptes
 2015-04-14  6:38 UTC  (9+ messages)
      ` [PATCH] KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte

[PATCH 1/2] kvm: mmu: fix catch transparent huge page backing
 2015-04-14  5:51 UTC  (2+ messages)
` [PATCH 2/2] kvm: mmu: don't do overflow memslot check

[PATCH v15 00/15] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-13 16:19 UTC  (16+ messages)
` [PATCH v15 09/15] pvqspinlock: Implement simple paravirt support for the qspinlock
` [PATCH v15 13/15] pvqspinlock: Only kick CPU at unlock time

[PATCH v3] KVM: x86: INIT and reset sequences are different
 2015-04-13 14:45 UTC  (2+ messages)

[Qemu-devel][PATCH 0/2] target-i386: disable LINT0 after reset and init
 2015-04-13 14:36 UTC  (9+ messages)
` [Qemu-devel][PATCH 1/2] target-i386: disable LINT0 after reset
` [Qemu-devel][PATCH 2/2] target-i386: kvm: Disable KVM quirks
    ` [Qemu-devel] [PATCH "

[RFC PATCH] arm64: KVM: remove fpsimd save/restore from the world switch
 2015-04-13 14:26 UTC  (13+ messages)

XP machine freeze
 2015-04-13 14:25 UTC  (12+ messages)

[PATCH v5 00/17] s390x cpu model implementation
 2015-04-13 13:56 UTC  (18+ messages)
` [PATCH v5 01/17] Introduce stub routine cpu_desc_avail
` [PATCH v5 02/17] Add accelerator id and model name to CPUState
` [PATCH v5 03/17] Extend QMP command query-cpus to return accelerator id and model name
` [PATCH v5 04/17] Extend HMP command info cpus to display "
` [PATCH v5 05/17] Add optional parameters to QMP command query-cpu-definitions
` [PATCH v5 06/17] target-s390x: Introduce S390 CPU facilities
` [PATCH v5 07/17] target-s390x: Generate facility defines per S390 CPU model
` [PATCH v5 08/17] target-s390x: Introduce S390 CPU models
` [PATCH v5 09/17] target-s390x: Define S390 CPU model specific facility lists
` [PATCH v5 10/17] target-s390x: Add S390 CPU model alias definition routines
` [PATCH v5 11/17] target-s390x: Add KVM VM attribute interface for S390 CPU models
` [PATCH v5 12/17] target-s390x: Add S390 CPU class initialization routines
` [PATCH v5 13/17] target-s390x: Prepare accelerator during S390 CPU object realization
` [PATCH v5 14/17] target-s390x: Initialize S390 CPU model name in CPUState
` [PATCH v5 15/17] target-s390x: Extend arch specific QMP command query-cpu-definitions
` [PATCH v5 16/17] target-s390x: Introduce S390 CPU facility test routine
` [PATCH v5 17/17] target-s390x: Enable S390 CPU model usage

[PATCH] KVM: x86: cleanup kvm_irq_delivery_to_apic_fast
 2015-04-13 13:40 UTC 

Inter-guest communication with Virtio
 2015-04-13 13:37 UTC 

[RFC v6 00/16] KVM-VFIO IRQ forward control
 2015-04-13 12:29 UTC  (17+ messages)
` [RFC v6 01/16] KVM: arm/arm64: Enable the KVM-VFIO device
` [RFC v6 02/16] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v6 03/16] VFIO: platform: single handler using function pointer
` [RFC v6 04/16] KVM: kvm-vfio: User API for IRQ forwarding
` [RFC v6 05/16] VFIO: external user API for interaction with vfio devices
` [RFC v6 06/16] VFIO: Introduce vfio_device_external_ops
` [RFC v6 07/16] VFIO: pci: initialize vfio_device_external_ops
` [RFC v6 08/16] VFIO: platform: implement vfio_device_external_ops callbacks
` [RFC v6 09/16] VFIO: add vfio_external_{mask|is_active|set_automasked}
` [RFC v6 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [RFC v6 11/16] KVM: kvm-vfio: wrappers for vfio_external_{mask|is_active|set_automasked}
` [RFC v6 12/16] KVM: arm: rename pause into power_off
` [RFC v6 13/16] kvm: introduce kvm_arch_halt_guest and kvm_arch_resume_guest
` [RFC v6 14/16] kvm: arm/arm64: implement "
` [RFC v6 15/16] KVM: kvm-vfio: generic forwarding control
` [RFC v6 16/16] KVM: arm/arm64: vgic: "

x86: Question regarding the reset value of LINT0
 2015-04-13 12:02 UTC  (17+ messages)
                          ` [PATCH] KVM: x86: Support for disabling quirks

[PATCH] KVM: arm/arm64: check IRQ number on userland injection
 2015-04-13 10:35 UTC  (11+ messages)

[PATCH] KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save
 2015-04-13 10:08 UTC  (2+ messages)

[PATCH v2] KVM: arm/arm64: avoid using kvm_run for in-kernel emulation
 2015-04-13  9:57 UTC  (2+ messages)

KVM: How does is PAT emulation supposed to work?
 2015-04-13  6:58 UTC  (2+ messages)
` [RFC][PATCH] KVM: SVM: Sync g_pat with guest-written PAT value

[PATCH] KVM: reuse memslot in kvm_write_guest_page
 2015-04-11 13:09 UTC  (2+ messages)

same IRQ pci passthrough and ps/2 passthrough
 2015-04-11  7:56 UTC 

[GIT PULL] First batch of KVM changes for 4.1
 2015-04-10 15:01 UTC 

[PATCH kvm-unit-tests] x86/run: Rearrange the valid binary and testdev support checks
 2015-04-10 14:57 UTC 

[PATCH] KVM: arm/arm64: avoid using kvm_run for in-kernel emulation
 2015-04-10 13:17 UTC  (5+ messages)

[PATCH V2 0/5] KVM vPMU support for AMD
 2015-04-10 12:57 UTC  (13+ messages)
` [PATCH V2 2/5] KVM: x86/vPMU: Rename pmu.c file to pmu_intel.c
` [PATCH V2 3/5] KVM: x86/vPMU: Create vPMU interface for VMX and SVM

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

[PATCH v15 16/16] unfair qspinlock: a queue based unfair lock
 2015-04-09 21:52 UTC  (5+ messages)

[PATCH] x86-run: Print a meaningful message if the qemu binary isn't found
 2015-04-09 17:20 UTC  (6+ messages)


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