public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-12 07:25:25 to 2014-06-16 11:26:28 UTC [more...]

[PATCH 0/5] kvm-unit-tests: more instr. interceptions, debug control migration
 2014-06-16 11:26 UTC  (11+ messages)
` [PATCH 1/5] VMX: Add tests for CR3 and CR8 interception
` [PATCH 2/5] VMX: Only use get_stage accessor
` [PATCH 3/5] VMX: Test both interception and execution of instructions
` [PATCH 4/5] VMX: Validate capability MSRs
` [PATCH 5/5] VMX: Test behavior on set and cleared save/load debug controls

[PATCH 0/5] KVM: nVMX: Small fixes improving emulation accuracy
 2014-06-16 11:25 UTC  (9+ messages)
` [PATCH 1/5] KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS
` [PATCH 2/5] KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS
` [PATCH 3/5] KVM: nVMX: Allow to disable CR3 access interception
` [PATCH 4/5] KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS
` [PATCH 5/5] KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM

[PATCH 0/6] KVM: x86: More emulator bugs
 2014-06-16 11:09 UTC  (11+ messages)
` [PATCH 1/6] KVM: x86: bit-ops emulation ignores offset on 64-bit
` [PATCH 2/6] KVM: x86: Wrong emulation on 'xadd X, X'
` [PATCH 3/6] KVM: x86: Inter privilage level ret emulation is not implemeneted
` [PATCH 4/6] KVM: x86: emulation of dword cmov on long-mode should clear [63:32]
` [PATCH 5/6] KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX
` [PATCH 6/6] KVM: x86: check DR6/7 high-bits are clear only on long-mode

[PATCH v3 -next 0/9] CMA: generalize CMA reserved area management code
 2014-06-16  9:11 UTC  (12+ messages)
` [PATCH v3 -next 1/9] DMA, CMA: fix possible memory leak
` [PATCH v3 -next 2/9] DMA, CMA: separate core CMA management codes from DMA APIs
` [PATCH v3 -next 3/9] DMA, CMA: support alignment constraint on CMA region
` [PATCH v3 -next 4/9] DMA, CMA: support arbitrary bitmap granularity
` [PATCH v3 -next 5/9] CMA: generalize CMA reserved area management functionality
` [PATCH v3 -next 6/9] PPC, KVM, CMA: use general CMA reserved area management framework
` [PATCH v3 -next 7/9] mm, CMA: clean-up CMA allocation error path
` [PATCH v3 -next 8/9] mm, CMA: change cma_declare_contiguous() to obey coding convention
` [PATCH v3 -next 9/9] mm, CMA: clean-up log message

[PATCH v5 00/19] kvm-unit-tests/arm: initial drop
 2014-06-16  7:56 UTC  (35+ messages)
` [PATCH v5 03/19] clean root dir of all x86-ness
` [PATCH v5 04/19] add distclean target and gitignore more
` [PATCH v5 08/19] add support for Linux device trees
` [PATCH v5 09/19] libcflat: add abort() and assert()
` [PATCH v5 11/19] add minimal virtio support for devtree virtio-mmio
` [PATCH v5 12/19] Introduce virtio-testdev
` [PATCH v5 13/19] libcflat: clean up libcflat.h and add string.h
` [PATCH v5 15/19] arm: initial drop
  ` [PATCH v5 06/19] libfdt: Import libfdt source

[Question] kvm: About ept identity pagetable and apic access page migration
 2014-06-16  7:32 UTC 

[PATCH v2 00/10] CMA: generalize CMA reserved area management code
 2014-06-16  7:04 UTC  (58+ messages)
` [PATCH v2 01/10] DMA, CMA: clean-up log message
` [PATCH v2 02/10] DMA, CMA: fix possible memory leak
` [PATCH v2 03/10] DMA, CMA: separate core cma management codes from DMA APIs
` [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region
` [PATCH v2 05/10] DMA, CMA: support arbitrary bitmap granularity
` [PATCH v2 06/10] CMA: generalize CMA reserved area management functionality
` [PATCH v2 07/10] PPC, KVM, CMA: use general CMA reserved area management framework
` [PATCH v2 08/10] mm, cma: clean-up cma allocation error path
` [PATCH v2 09/10] mm, cma: move output param to the end of param list
` [PATCH v2 10/10] mm, cma: use spinlock instead of mutex

[PATCH 0/6] KVM: PPC: Book3S HV: Enable on little endian hosts
 2014-06-16  4:22 UTC  (2+ messages)

[PATCH V2] KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
 2014-06-15 18:47 UTC 

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-06-15 13:16 UTC  (17+ messages)
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support

[PATCH 00/11] qspinlock with paravirt support
 2014-06-15 12:47 UTC  (12+ messages)
` [PATCH 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH 03/11] qspinlock: Add pending bit
` [PATCH 04/11] qspinlock: Extract out the exchange of tail code word
` [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH 06/11] qspinlock: Optimize pending bit
` [PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH 08/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH 09/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH 10/11] qspinlock: Paravirt support
` [PATCH 11/11] qspinlock, kvm: Add paravirt support

Using virtio for inter-VM communication
 2014-06-15  6:20 UTC  (24+ messages)
      ` [Qemu-devel] "
      ` Why I advise against using ivshmem (was: [Qemu-devel] Using virtio for inter-VM communication)
        ` Why I advise against using ivshmem
          ` [Qemu-devel] "

[PATCH] powerpc/kvm: support to handle sw breakpoint
 2014-06-14 21:08 UTC 

[RFC PATCH 0/6] arm/arm64: KVM: Various VGIC cleanups and improvements
 2014-06-14 20:51 UTC  (7+ messages)
` [RFC PATCH 1/6] arm/arm64: KVM: Rename irq_state to irq_pending
` [RFC PATCH 2/6] arm/arm64: KVM: Rename irq_active to irq_queued
` [RFC PATCH 3/6] arm/arm64: KVM: vgic: Clear queued flags on unqueue
` [RFC PATCH 4/6] arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRn
` [RFC PATCH 5/6] arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0
` [RFC PATCH 6/6] arm/arm64: KVM: vgic: Clarify and correct vgic documentation

[Bug 77871] New: USB device passthrough to Virtual GUEST system from Linux
 2014-06-14  7:24 UTC 

[PATCH 0/4 v3] KVM: PPC: Read guest instruction from kvmppc_get_last_inst()
 2014-06-13 21:56 UTC  (6+ messages)
` [PATCH 3/4 v3] KVM: PPC: Alow kvmppc_get_last_inst() to fail
` [PATCH 4/4 v3] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation

[PATCH] KVM: PPC: e500mc: Relax tlb invalidation condition on vcpu schedule
 2014-06-13 19:42 UTC  (5+ messages)

[PATCH] KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
 2014-06-13 16:43 UTC  (5+ messages)

[x86: kvm] WARNING: at arch/x86/kernel/pvclock.c:182 pvclock_init_vsyscall()
 2014-06-13 14:56 UTC  (2+ messages)

mips: Accidental removal of paravirt_cpus_done?
 2014-06-13 13:46 UTC  (3+ messages)

[Bug 53601] New: nVMX meta-bug
 2014-06-13 13:01 UTC  (2+ messages)
` [Bug 53601] "

[Bug 54521] New: nVMX: accurately emulate VMXON region
 2014-06-13 13:01 UTC  (3+ messages)
` [Bug 54521] "

[PATCH v1] vhost: avoid large order allocations
 2014-06-13 11:56 UTC  (6+ messages)

buildbot failure in kvm on next-i386
 2014-06-13  6:02 UTC 

buildbot failure in kvm on next-x86_64
 2014-06-13  5:53 UTC 

buildbot failure in kvm on i386
 2014-06-13  3:53 UTC 

buildbot failure in kvm on x86_64
 2014-06-13  3:10 UTC 

[PATCH] vfio/pci: Add extra test for extended capabilities
 2014-06-12 20:39 UTC  (4+ messages)

Some more basic questions
 2014-06-12 18:48 UTC  (10+ messages)
        `  "

[PATCH] vhost-scsi: don't open-code kvfree
 2014-06-12 17:59 UTC  (3+ messages)

[PATCH] KVM: x86: Fix constant value of, VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS
 2014-06-12 17:40 UTC 

market share??
 2014-06-12 16:48 UTC 

[PULL] vhost: infrastructure changes for 3.16
 2014-06-12  9:39 UTC  (3+ messages)

[PATCH 1/4] KVM: PPC: Book3S PR: Fix ABIv2 issues
 2014-06-12  8:16 UTC  (4+ messages)
` [PATCH 2/4] KVM: PPC: Book3S HV: "
` [PATCH 3/4] KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
` [PATCH 4/4] KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()


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