kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-13 15:04:24 to 2014-05-20 11:02:43 UTC [more...]

[Bug 45931] New: Nested Virt: VMX can't be initialized in L1 Xen ("Xen on KVM")
 2014-05-20 11:02 UTC  (3+ messages)
` [Bug 45931] "

[PATCH v1 RFC 0/6] KVM: s390: cpu model implementation
 2014-05-20 10:10 UTC  (25+ messages)
` [PATCH v1 RFC 3/6] KVM: s390: use facilities and cpu_id per KVM
    ` [Qemu-devel] "
` [PATCH v1 RFC 6/6] KVM: s390: add cpu model support
                    ` [Qemu-devel] "

[PATCH 0/6] KVM: PPC: Book3S PR: Add POWER8 support
 2014-05-20  9:59 UTC  (5+ messages)
` [PATCH 6/6] KVM: PPC: Book3S PR: Expose TM registers

[Bug 75981] New: [Nested kvm on kvm]L2 guest reboot continuously when create a rhel6u5(64bit) as L2 guest
 2014-05-20  7:40 UTC  (5+ messages)
` [Bug 75981] "

[Bug 65561] New: KVM:Entry failed on Single stepping sti instruction
 2014-05-20  7:10 UTC  (3+ messages)
` [Bug 65561] "

[Bug 53191] New: hardware error 0x80000021 on a KVM virtual machine with kernel 3.7
 2014-05-20  4:03 UTC  (2+ messages)
` [Bug 53191] "

[PATCH 0/4] VFIO Misc fixes
 2014-05-19 21:37 UTC  (6+ messages)
` [PATCH 1/4] PCI: Export MSI message relevant functions
` [PATCH 2/4] drivers/vfio: Rework offsetofend()
` [PATCH 3/4] drivers/vfio/pci: Fix wrong MSI interrupt count
` [PATCH 4/4] vfio/pci: Restore MSIx message prior to enabling

[PATCH v3 02/16] x86: Convert debug printfs to QEMU_DPRINTF
 2014-05-19 20:34 UTC  (11+ messages)
  ` [Qemu-devel] "
` [PATCH v3 03/16] s390: "
  ` [Qemu-devel] "

[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-19 20:30 UTC  (11+ messages)
` [PATCH v10 03/19] qspinlock: Add pending bit
` [PATCH v10 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest

[PATCH v5 0/4] live migration dirty bitmap support for ARMv7
 2014-05-19 17:56 UTC  (10+ messages)
` [PATCH v5 1/4] add ARMv7 HYP API to flush VM TLBs without address param
` [PATCH v5 2/4] live migration support for initial write protect of VM

[PATCH v2 00/12] kvm tools: Misc patches (mips support)
 2014-05-19 16:53 UTC  (13+ messages)
` [PATCH v2 01/12] kvm tools: Print message on failure of KVM_CREATE_VM
` [PATCH v2 02/12] kvm tools: Fix print format warnings
` [PATCH v2 03/12] kvm tools: Move definition of TERM_MAX_DEVS to header
` [PATCH v2 04/12] kvm tools: Allow to load ELF binary
` [PATCH v2 05/12] kvm tools: Introduce weak (default) load_bzimage function
` [PATCH v2 06/12] kvm tools, mips: Add MIPS support
` [PATCH v2 07/12] kvm tools, mips: Enable build of mips support
` [PATCH v2 08/12] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM
` [PATCH v2 09/12] kvm tools: Handle virtio/pci I/O space as little endian
` [PATCH v2 10/12] kvm tools, mips: Add support for loading elf binaries
` [PATCH v2 11/12] kvm tools: Modify term_putc to write more than one char
` [PATCH v2 12/12] kvm tools: Return number of bytes written by term_putc

[PATCH 0/9] arm64: KVM: debug infrastructure support
 2014-05-19 16:01 UTC  (24+ messages)
` [PATCH 1/9] arm64: KVM: rename pm_fake handler to trap_wi_raz
` [PATCH 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps
` [PATCH 6/9] arm64: KVM: check ordering of all system register tables
` [PATCH 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH 8/9] arm64: KVM: implement lazy world switch for "
` [PATCH 9/9] arm64: KVM: enable trapping of all "

[PATCH 00/11] kvm tools: Misc patches (mips support)
 2014-05-19 13:37 UTC  (6+ messages)
` [PATCH 05/11] kvm tools, mips: Add MIPS support

[PATCH v2] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-19 13:28 UTC  (4+ messages)

[PATCH v2] kvmclock: Ensure time in migration never goes backward
 2014-05-19 11:31 UTC  (3+ messages)

[PATCH] KVM: vmx: DR7 masking on task switch emulation is wrong
 2014-05-19 11:00 UTC  (2+ messages)

USB and Windows guests
 2014-05-19  6:11 UTC  (2+ messages)

[PATCH v2 0/4] VFIO Misc fixes
 2014-05-19  2:54 UTC  (3+ messages)
` [PATCH 4/4] vfio/pci: Restore MSIx message prior to enabling

[PATCH] KVM: PPC: Book3S PR: Rework SLB switching code
 2014-05-17  5:36 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S PR: Use SLB entry 0
 2014-05-17  5:26 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86: get CPL from SS.DPL
 2014-05-16 22:19 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: x86: use new CS.RPL as CPL during task switch
` [PATCH v2 2/4] KVM: x86: drop set_rflags callback
` [PATCH v2 3/4] KVM: x86: check CS.DPL against RPL during task switch
` [PATCH v2 4/4] KVM: x86: get CPL from SS.DPL

[PATCH] x86: fix page fault tracing when KVM guest support enabled
 2014-05-16 21:11 UTC  (5+ messages)

[Bug 76331] New: kernel BUG at drivers/iommu/intel-iommu.c:844!
 2014-05-16 20:28 UTC  (3+ messages)
` [Bug 76331] "

[Qemu-devel] vfio - bind failure : user space recovery
 2014-05-16 15:55 UTC 

[GIT PULL] KVM fixes for 3.15-rc6
 2014-05-16 15:28 UTC 

[GIT PULL 00/12] KVM: s390: features and fixes for 3.16
 2014-05-16 14:09 UTC  (13+ messages)
` [GIT PULL 01/12] KVM: s390: correct locking for s390_enable_skey
` [GIT PULL 02/12] KVM: s390: Improve is_valid_psw()
` [GIT PULL 03/12] KVM: s390: Avoid endless loops of specification exceptions
` [GIT PULL 04/12] KVM: s390: Introduce helper function for faulting-in a guest page
` [GIT PULL 05/12] KVM: s390: Improved MVPG partial execution handler
` [GIT PULL 06/12] KVM: s390: add sie exit reasons tables
` [GIT PULL 07/12] KVM: s390: Use trace tables from sie.h
` [GIT PULL 08/12] KVM: s390: decoder of SIE intercepted instructions
` [GIT PULL 09/12] KVM: s390: Use intercept_insn decoder in trace event
` [GIT PULL 10/12] KVM: s390: interpretive execution of SIGP EXTERNAL CALL
` [GIT PULL 11/12] s390/sclp: add sclp_get_ibc function
` [GIT PULL 12/12] KVM: s390: split SIE state guest prefix field

invalid opcode: 0000 in guest after migration
 2014-05-16 10:04 UTC 

[GIT PULL 0/1] KVM: s390: Fix for 3.15
 2014-05-16  8:30 UTC  (3+ messages)
` [GIT PULL 1/1] KVM: s390: announce irqfd capability

[PATCH v6 0/4] live migration dirty bitmap support for ARMv7
 2014-05-15 22:53 UTC  (7+ messages)
` [PATCH v6 1/4] add ARMv7 HYP API to flush VM TLBs without address param
` [PATCH v6 2/4] live migration support for initial write protect of VM
` [PATCH v6 3/4] live migration support for VM dirty log management
` [PATCH v6 4/4] add 2nd stage page fault handling during live migration

Poor performance with virtio network driver on windows 2008 R2 on KVM
 2014-05-15 18:07 UTC  (8+ messages)

Moving frags and SKBTX_DEV_ZEROCOPY skbs
 2014-05-15 17:14 UTC  (7+ messages)

[PATCH] KVM: PPC: Graciously fail broken LE hypercalls
 2014-05-15 13:02 UTC  (2+ messages)
` "PR" KVM on PA6T

[PATCH] PPC: ePAPR: Fix hypercall on LE guest
 2014-05-15 12:35 UTC 

[PATCH 1/1] kvm: increase max vcpu count
 2014-05-15 10:18 UTC  (2+ messages)

[PATCH v2 01/16] x86: Convert conditional compilation of debug printfs to regular ifs
 2014-05-15  9:44 UTC  (4+ messages)
  ` [Qemu-devel] "

[Bug 76191] New: vt-d intel IOMMU - "jump label: negative count!"
 2014-05-15  7:33 UTC  (2+ messages)
` [Bug 76191] "

[PATCH] ARM: KVM: add irqfd and irq routing support
 2014-05-15  7:32 UTC  (3+ messages)

How to disable IDE DMA in KVM or in guest OS
 2014-05-15  6:58 UTC  (4+ messages)

KVM: x86: disable master clock if TSC is reset during suspend
 2014-05-14 16:00 UTC  (7+ messages)
  ` KVM: x86: disable master clock if TSC is reset during suspend (v2)
      ` KVM: x86: disable master clock if TSC is reset during suspend (v3)

[Bug 76141] New: kvm intel nested virtualization get PANIC: double fault, error_code: 0x0
 2014-05-14 10:48 UTC  (2+ messages)
` [Bug 76141] "

[PATCH v1 RFC 00/10] QEMU: s390: cpu model implementation
 2014-05-14  9:07 UTC  (4+ messages)
` [PATCH v1 RFC 09/10] QEMU: s390: cpu model QMP query-cpu-model
    ` [Qemu-devel] "

[PATCH] KVM: x86: get/set CPL separately from CS
 2014-05-14  8:44 UTC  (2+ messages)

[PATCH v1] vhost: avoid large order allocations
 2014-05-14  8:11 UTC  (7+ messages)

[PATCH] KVM: x86: get CPL from SS.DPL
 2014-05-14  8:00 UTC 

[PATCH 0/5] KVM: x86: support setting the CPL independent of CS
 2014-05-14  7:47 UTC  (2+ messages)

[PATCH] kvmclock: Ensure time in migration never goes backward
 2014-05-14  7:26 UTC  (8+ messages)

[PATCH] vfio-pci: Quirk RTL8168 NIC
 2014-05-13 22:22 UTC  (5+ messages)
    ` [Qemu-devel] "

[PULL 3.15 0/4] 3.15 patch queue 2014-05-12
 2014-05-13 16:15 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).