public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-02 15:27:55 to 2013-03-05 10:51:02 UTC [more...]

[PATCH v2] KVM: x86: Convert INIT and SIPI signals into synchronously handled requests
 2013-03-05 10:50 UTC  (8+ messages)

[PATCH RFC 0/2] kvm: Better yield_to candidate using preemption notifiers
 2013-03-05  9:53 UTC  (4+ messages)
` [PATCH RFC 1/2] kvm: Record the preemption status of vcpus using preempt notifiers
` [PATCH RFC 2/2] kvm: Iterate over only vcpus that are preempted

[PATCH] tcm_vhost: Add hotplug/hotunplug support
 2013-03-05  9:31 UTC  (2+ messages)

[PATCH] s3: wake up on RTC event
 2013-03-05  9:16 UTC 

[Bug 53611] New: nVMX: Add nested EPT
 2013-03-05  8:28 UTC  (10+ messages)

[PATCH v13 0/8] pv event interface between host and guest
 2013-03-05  8:26 UTC  (36+ messages)
` [PATCH v13 1/8] save/load cpu runstate
` [PATCH v13 2/8] start vm after resetting it
` [PATCH v13 4/8] add a new runstate: RUN_STATE_GUEST_PANICKED
` [PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED
` [PATCH v13 6/8] introduce a new qom device to deal with panicked event
` [PATCH v13 7/8] allower the user to disable pv event support

[PATCH v5 0/6] kvm: Make ioeventfd usable on s390
 2013-03-05  8:13 UTC  (4+ messages)
` [PATCH v5 6/6] KVM: s390: Wire up ioeventfd

KVM: x86: Racy mp_state manipulations
 2013-03-05  7:28 UTC  (6+ messages)

[PATCH v12 rebased 0/8] pv event to notify host when the guest is panicked
 2013-03-05  7:05 UTC  (9+ messages)
` [PATCH v12 rebased] kvm: "

[PATCH] KVM: nVMX: Fix setting of CR0 and CR4 in guest mode
 2013-03-05  6:25 UTC  (20+ messages)

in-kernel interrupt controller steering
 2013-03-05  5:44 UTC  (3+ messages)

buildbot failure in kvm on s390
 2013-03-05  4:08 UTC 

[PATCH 00/29] Port of KVM to arm64
 2013-03-05  3:47 UTC  (30+ messages)
` [PATCH 01/29] arm64: KVM: define HYP and Stage-2 translation page flags
` [PATCH 02/29] arm64: KVM: HYP mode idmap support
` [PATCH 03/29] arm64: KVM: EL2 register definitions
` [PATCH 04/29] arm64: KVM: system register definitions for 64bit guests
` [PATCH 05/29] arm64: KVM: Basic ESR_EL2 helpers and vcpu register access
` [PATCH 06/29] arm64: KVM: fault injection into a guest
` [PATCH 07/29] arm64: KVM: architecture specific MMU backend
` [PATCH 08/29] arm64: KVM: user space interface
` [PATCH 09/29] arm64: KVM: system register handling
` [PATCH 10/29] arm64: KVM: Cortex-A57 specific system registers handling
` [PATCH 11/29] arm64: KVM: virtual CPU reset
` [PATCH 12/29] arm64: KVM: kvm_arch and kvm_vcpu_arch definitions
` [PATCH 13/29] arm64: KVM: MMIO access backend
` [PATCH 14/29] arm64: KVM: guest one-reg interface
` [PATCH 15/29] arm64: KVM: hypervisor initialization code
` [PATCH 16/29] arm64: KVM: HYP mode world switch implementation
` [PATCH 17/29] arm64: KVM: Exit handling
` [PATCH 18/29] arm64: KVM: Plug the VGIC
` [PATCH 19/29] arm64: KVM: Plug the arch timer
` [PATCH 20/29] arm64: KVM: PSCI implementation
` [PATCH 21/29] arm64: KVM: Build system integration
` [PATCH 22/29] arm64: KVM: define 32bit specific registers
` [PATCH 23/29] arm64: KVM: 32bit GP register access
` [PATCH 24/29] arm64: KVM: 32bit conditional execution emulation
` [PATCH 25/29] arm64: KVM: 32bit handling of coprocessor traps
` [PATCH 26/29] arm64: KVM: 32bit coprocessor access for Cortex-A57
` [PATCH 27/29] arm64: KVM: 32bit specific register world switch
` [PATCH 28/29] arm64: KVM: 32bit guest fault injection
` [PATCH 29/29] arm64: KVM: enable initialization of a 32bit vcpu

[PATCH] ARM: KVM: add support for minimal host vs guest profiling
 2013-03-05  3:18 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2013-03-05  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2013-03-05  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2013-03-05  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2013-03-05  3:03 UTC 

[PATCH 00/29] ARM: KVM: pre-arm64 KVM/arm rework
 2013-03-05  2:43 UTC  (30+ messages)
` [PATCH 01/29] ARM: KVM: convert GP registers from u32 to unsigned long
` [PATCH 02/29] ARM: KVM: abstract fault register accesses
` [PATCH 03/29] ARM: KVM: abstract HSR_ISV away
` [PATCH 04/29] ARM: KVM: abstract HSR_WNR away
` [PATCH 05/29] ARM: KVM: abstract HSR_SSE away
` [PATCH 06/29] ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} away
` [PATCH 07/29] ARM: KVM: abstract external abort detection away
` [PATCH 08/29] ARM: KVM: abstract S1TW "
` [PATCH 09/29] ARM: KVM: abstract SAS decoding away
` [PATCH 10/29] ARM: KVM: abstract IL "
` [PATCH 11/29] ARM: KVM: abstract exception class "
` [PATCH 12/29] ARM: KVM: abstract fault "
` [PATCH 13/29] ARM: KVM: abstract HSR_EC_IABT away
` [PATCH 14/29] ARM: KVM: move kvm_condition_valid to emulate.c
` [PATCH 15/29] ARM: KVM: move exit handler selection to a separate file
` [PATCH 16/29] ARM: KVM: move kvm_handle_wfi to handle_exit.c
` [PATCH 17/29] ARM: KVM: abstract most MMU operations
` [PATCH 18/29] ARM: KVM: remove superfluous include from kvm_vgic.h
` [PATCH 19/29] ARM: KVM: move hyp init to kvm_host.h
` [PATCH 20/29] ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containers
` [PATCH 21/29] ARM: KVM: allow HYP mappings to be at an offset from kernel mappings
` [PATCH 22/29] ARM: KVM: fix address validation for HYP mappings
` [PATCH 23/29] ARM: KVM: sanitize freeing of HYP page tables
` [PATCH 24/29] ARM: KVM: move kvm_target_cpu to guest.c
` [PATCH 25/29] ARM: KVM: fix fault_ipa computing
` [PATCH 26/29] ARM: KVM: vgic: decouple alignment restriction from page size
` [PATCH 27/29] ARM: KVM: move include of asm/idmap.h to kvm_mmu.h
` [PATCH 28/29] ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa
` [PATCH 29/29] ARM: KVM: Fix length of mmio access

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2013-03-05  2:03 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2013-03-05  2:03 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2013-03-05  2:03 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2013-03-05  2:03 UTC 

[PATCH] arch/x86/kvm: beautify source code for __u32 irq which is never < 0
 2013-03-05  0:55 UTC  (3+ messages)

[Bug 50921] New: kvm hangs booting Windows 2000
 2013-03-05  0:52 UTC  (2+ messages)
` [Bug 50921] "

[PATCH] KVM: nVMX: Fix switching of debug state
 2013-03-05  0:37 UTC  (2+ messages)

[PATCHv2] kvm-unit-test: more documentation and runner script
 2013-03-04 23:28 UTC  (2+ messages)
` [PATCHv2] kvm-unit-test: more documentation and runner script\

[PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2
 2013-03-04 23:22 UTC  (2+ messages)

virtio PCI on KVM without IO BARs
 2013-03-04 22:01 UTC  (2+ messages)

[PATCH] KVM: x86: Convert INIT and SIPI signals into synchronously handled requests
 2013-03-04 20:50 UTC  (6+ messages)

[PATCH v6 0/3] AER-KVM: Error containment of VFIO devices assigned to KVM guests
 2013-03-04 20:18 UTC  (5+ messages)
` [PATCH v6 1/3] VFIO: Wrapper for getting reference to vfio_device from device
` [PATCH v6 2/3] VFIO-AER: Vfio-pci driver changes for supporting AER

[PATCH v2] KVM: nVMX: Fix setting of CR0 and CR4 in guest mode
 2013-03-04 19:40 UTC 

[PATCH v2] KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS
 2013-03-04 16:33 UTC  (2+ messages)

[PATCH] KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS
 2013-03-04 15:52 UTC  (5+ messages)

[PATCH 1/2] kvm tools: init: fix usage of hlist iterators
 2013-03-04 15:33 UTC  (3+ messages)
` [PATCH 2/2] kvm tools: 9p: fix compilation broken by new stat structures

KXVM call agenda for 2013-03-05
 2013-03-04 12:16 UTC 

[PATCH v7 00/11] QEMU: Support KVM on ARM
 2013-03-04 12:04 UTC  (9+ messages)
` [PATCH v7 03/11] target-arm: Drop CPUARMState* argument from bank_number()
  ` [Qemu-devel] "
` [PATCH v7 07/11] hw/arm_gic: Convert ARM GIC classes to use init/realize
  ` [Qemu-devel] "
` [PATCH v7 09/11] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
  ` [Qemu-devel] "

[Qemu-devel][PATCH 00/12] KVM Support for MIPS32 Processors
 2013-03-04 11:55 UTC  (14+ messages)
` [Qemu-devel][PATCH 01/12] KVM/MIPS: Bootcode for MIPS SMP configurations with a GCMP
  ` [Qemu-devel] [PATCH "
` [Qemu-devel][PATCH 03/12] KVM/MIPS: Add save/restore state APIs for saving/restoring KVM guests
  ` [Qemu-devel] [PATCH "
` [Qemu-devel][PATCH 07/12] KVM/MIPS: QEMU <-> Kernel interface for KVM/MIPS
  ` [Qemu-devel] [PATCH "
` [Qemu-devel][PATCH 08/12] KVM/MIPS: Enable KVM/MIPS for MIPS targets. Add MIPS GIC code to the build
  ` [Qemu-devel] [PATCH "
` [Qemu-devel][PATCH 11/12] KVM/MIPS: MIPS specfic APIs for KVM
  ` [Qemu-devel] [PATCH "
` [Qemu-devel] [PATCH 00/12] KVM Support for MIPS32 Processors

Where to download kvm forum 2012 presentations? Thanks
 2013-03-04  9:19 UTC 

[PATCH v2] KVM: nVMX: Reset RFLAGS on VM-exit
 2013-03-04  9:00 UTC  (2+ messages)

Guest host cannot be connected to the LAN through 802.1q VLANs
 2013-03-04  7:33 UTC 

Tracing kvm: kvm_entry and kvm_exit
 2013-03-04  6:15 UTC  (7+ messages)

[PATCH] KVM: nVMX: Reset RFLAGS on VM-exit
 2013-03-03 19:23 UTC  (3+ messages)

Fixing KVM/ARM breakage in mainline
 2013-03-03 11:53 UTC  (4+ messages)


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