messages from 2014-06-16 15:25:26 to 2014-06-18 15:45:13 UTC [more...]
[PATCH 0/6] KVM: x86: More emulator bugs
2014-06-18 15:45 UTC (25+ messages)
` [PATCH 2/6] KVM: x86: Wrong emulation on 'xadd X, X'
` [PATCH 6/6] KVM: x86: check DR6/7 high-bits are clear only on long-mode
` [PATCH v2 0/9] KVM: x86: More emulator bugs
` [PATCH v2 1/9] KVM: x86: bit-ops emulation ignores offset on 64-bit
` [PATCH v2 2/9] KVM: x86: Wrong emulation on 'xadd X, X'
` [PATCH v2 3/9] KVM: x86: Inter privilage level ret emulation is not implemeneted
` [PATCH v2 4/9] KVM: x86: emulation of dword cmov on long-mode should clear [63:32]
` [PATCH v2 5/9] KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX
` [PATCH v2 6/9] KVM: x86: check DR6/7 high-bits are clear only on long-mode
` [PATCH v2 7/9] KVM: x86: Hypercall handling does not considers opsize correctly
` [PATCH v2 8/9] KVM: vmx: handle_cr ignores 32/64-bit mode
` [PATCH v2 9/9] KVM: vmx: vmx instructions handling does not consider cs.l
[PATCH] KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute
2014-06-18 15:45 UTC
[PATCH 00/11] qspinlock with paravirt support
2014-06-18 15:26 UTC (30+ messages)
` [PATCH 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [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 08/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH 10/11] qspinlock: Paravirt support
[PATCH 0/7] KVM: PPC: Book3S HV: Enable on little endian hosts
2014-06-18 15:23 UTC (10+ messages)
` [PATCH 1/7] PPC: Add asm helpers for BE 32bit load/store
` [PATCH 2/7] KVM: PPC: Book3S HV: Make HTAB code LE host aware
` [PATCH 3/7] KVM: PPC: Book3S HV: Access guest VPA in BE
` [PATCH 4/7] KVM: PPC: Book3S HV: Access host lppaca and shadow slb "
` [PATCH 5/7] KVM: PPC: Book3S HV: Access XICS "
` [PATCH 6/7] KVM: PPC: Book3S HV: Fix ABIv2 on LE
` [PATCH 7/7] KVM: PPC: Book3S HV: Enable for little endian hosts
Using virtio for inter-VM communication
2014-06-18 15:10 UTC (28+ messages)
` Why I advise against using ivshmem (was: [Qemu-devel] Using virtio for inter-VM communication)
` Why I advise against using ivshmem
` [Qemu-devel] "
Fwd: KVM_SYSTEM_TIME clock is marked unstable on a modern single-socket system
2014-06-18 15:07 UTC (2+ messages)
[PATCH v5 00/12] KVM Support for MIPS32 Processors
2014-06-18 15:00 UTC (14+ messages)
` [PATCH v5 01/12] target-mips: Reset CPU timer consistently
` [PATCH v5 02/12] hw/mips/cputimer: Don't start periodic timer in KVM mode
` [PATCH v5 03/12] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA
` [PATCH v5 04/12] target-mips: get_physical_address: Add defines for segment bases
` [PATCH v5 05/12] target-mips: get_physical_address: Add KVM awareness
` [PATCH v5 06/12] kvm: Allow arch to set sigmask length
` [PATCH v5 07/12] target-mips: kvm: Add main KVM support for MIPS
` [PATCH v5 08/12] target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset()
` [PATCH v5 09/12] hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls
` [PATCH v5 10/12] hw/mips: malta: Add KVM support
` [PATCH v5 11/12] target-mips: Enable KVM support in build system
` [PATCH v5 12/12] MAINTAINERS: Add entry for MIPS KVM
[RFC PATCH 0/6] arm/arm64: KVM: Various VGIC cleanups and improvements
2014-06-18 14:47 UTC (7+ messages)
` [RFC PATCH 1/6] arm/arm64: KVM: Rename irq_state to irq_pending
` [RFC PATCH 4/6] arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRn
` [RFC PATCH 6/6] arm/arm64: KVM: vgic: Clarify and correct vgic documentation
[PATCH] KVM: x86: Increase the number of fixed MTRR regs to 10
2014-06-18 14:21 UTC
[PATCH kvm-unit-tests 0/5] x86: Tests for recent emulator bugs
2014-06-18 14:19 UTC (6+ messages)
` [PATCH kvm-unit-tests 1/5] x86: Testing nop instruction on 64-bit
` [PATCH kvm-unit-tests 2/5] x86: test xadd with two identical operands
` [PATCH kvm-unit-tests 3/5] x86: Test btcq with operand larger than 64
` [PATCH kvm-unit-tests 4/5] x86: check cmov instruction on 64-bit
` [PATCH kvm-unit-tests 5/5] x86: Test monitor and mwait on real-mode
[PATCH 0/3] Correct monitor-mwait emulation as nop
2014-06-18 14:19 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Emulator flag for instruction with no big real mode
` [PATCH 2/3] KVM: x86: Emulator support for #UD on CPL>0
` [PATCH 3/3] KVM: x86: correct mwait and monitor emulation
Nested paging in nested SVM setup
2014-06-18 12:47 UTC (2+ messages)
[PATCH] vfio: Fix endianness handling for emulated BARs
2014-06-18 11:36 UTC
[PATCH v2 0/6] kvm-unit-tests: more instr. interceptions, debug control migration
2014-06-18 9:38 UTC (12+ messages)
` [PATCH v2 1/6] VMX: Add tests for CR3 and CR8 interception
` [PATCH v2 2/6] VMX: Rework test stage interface
` [PATCH v2 3/6] VMX: Test both interception and execution of instructions
` [PATCH v2 4/6] VMX: Unify vmx_ctrl_* unions to vmx_ctrl_msr
` [PATCH v2 5/6] VMX: Validate capability MSRs
` [PATCH v3 "
` [PATCH v2 6/6] VMX: Test behavior on set and cleared save/load debug controls
[PATCH v4] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
2014-06-18 7:15 UTC
[RFC PATCH 1/1] Move two pinned pages to non-movable node in kvm
2014-06-18 6:50 UTC (3+ messages)
[PATCH 1/6] kvm_stat: Only consider online cpus
2014-06-18 1:54 UTC (11+ messages)
` [PATCH 2/6] kvm_stat: Fix the non-x86 exit reasons
` [PATCH 3/6] kvm_stat: Rework platform detection
` [PATCH 4/6] kvm_stat: Fix tracepoint filter definition for s390
` [PATCH 5/6] kvm_stat: Abstract ioctl numbers
` [PATCH 6/6] kvm_stat: Add powerpc support
[PATCH v7 0/4] arm: dirty page logging support for ARMv7
2014-06-18 1:41 UTC (8+ messages)
` [RESEND PATCH v7 3/4] arm: dirty log write protect management support
[PATCH 03/11] qspinlock: Add pending bit
2014-06-17 23:23 UTC
[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
2014-06-17 20:59 UTC (6+ messages)
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
[PATCH v3] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
2014-06-17 20:42 UTC (8+ messages)
[PATCH v2] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
2014-06-17 19:05 UTC (4+ messages)
[PATCH] kvm-unit-tests/x86: fix unittests.cfg typo
2014-06-17 18:49 UTC (3+ messages)
[PATCH kvm-unit-tests] report: add report_xfail for expected failures
2014-06-17 18:46 UTC (2+ messages)
[PULL 044/103] Add kvm_eventfds_enabled function
2014-06-17 17:38 UTC
Hang on reboot in FreeBSD guest on Linux KVM host
2014-06-17 16:48 UTC (3+ messages)
[PATCH] KVM: PPC: Book3S PR: Fix ABIv2 on LE
2014-06-17 16:07 UTC
[PATCH 1/4] KVM: PPC: Book3S PR: Fix ABIv2 issues
2014-06-17 16:06 UTC (5+ messages)
` [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()
[PATCH] KVM: PPC: Book3S PR: Handle hyp doorbell exits
2014-06-17 16:04 UTC
[PATCH] KVM: PPC: e500mc: Relax tlb invalidation condition on vcpu schedule
2014-06-17 15:33 UTC (8+ messages)
[PATCH] powerpc/kvm: support to handle sw breakpoint
2014-06-17 14:42 UTC (13+ messages)
[PATCH][RFC] kvm-unit-tests: report: add report_skip
2014-06-17 13:53 UTC (3+ messages)
[PATCH 0/6] KVM: PPC: Book3S HV: Enable on little endian hosts
2014-06-17 12:14 UTC (10+ messages)
` [PATCH 1/6] PPC: Add asm helpers for BE 32bit load/store
` [PATCH 5/6] KVM: PPC: Book3S HV: Access XICS in BE
KVM call for 2014-06-24
2014-06-17 12:03 UTC (2+ messages)
[PATCH v2] ARM: KVM: add irqfd and irq routing support
2014-06-17 11:42 UTC (4+ messages)
Coupling between KVM_IRQFD and KVM_SET_GSI_ROUTING?
2014-06-17 11:39 UTC
Divide error in kvm_unlock_kick()
2014-06-17 10:27 UTC (6+ messages)
[PATCH v2] KVM: PPC: Book3s PR: Disable AIL mode with OPAL
2014-06-17 10:15 UTC (2+ messages)
[PATCH] KVM: PPC: Book3s PR: Disable AIL mode with OPAL
2014-06-17 9:18 UTC (3+ messages)
market share??
2014-06-17 9:07 UTC (2+ messages)
[PATCH v2 0/5] KVM: nVMX: Small fixes improving emulation accuracy
2014-06-17 6:14 UTC (10+ messages)
` [PATCH v2 1/5] KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS
` [PATCH v2 3/5] KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS
` [PATCH v2 4/5] KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS
[PATCH v3 -next 0/9] CMA: generalize CMA reserved area management code
2014-06-17 1:33 UTC (6+ messages)
` [PATCH v3 -next 1/9] DMA, CMA: fix possible memory leak
We offer all purpose loan at 3% interest rate
2014-06-16 8:08 UTC
[PATCH 0/5] kvm-unit-tests: more instr. interceptions, debug control migration
2014-06-16 17:19 UTC (3+ messages)
` [PATCH 2/5] VMX: Only use get_stage accessor
[PATCH v2 00/23] MIPS: KVM: Fixes and guest timer rewrite
2014-06-16 16:33 UTC (10+ messages)
KVM Forum 2014 Call for Participation
2014-06-16 16:08 UTC
[RFC PATCH v6 00/20] VFIO support for platform devices on ARM
2014-06-16 15:38 UTC (13+ messages)
` [RFC PATCH v6 03/20] iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver
` [RFC PATCH v6 04/20] iommu/arm-smmu: add capability IOMMU_CAP_INTR_REMAP
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox