messages from 2012-12-18 11:21:28 to 2012-12-22 15:39:37 UTC [more...]
[PATCH 0/7] Streamline arithmetic instruction emulation
2012-12-22 15:39 UTC (11+ messages)
` [PATCH 1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes
` [PATCH 2/7] KVM: x86 emulator: Support for declaring single operand fastops
` [PATCH 3/7] KVM: x86 emulator: introduce NoWrite flag
` [PATCH 4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite
` [PATCH 5/7] KVM: x86 emulator: convert NOT, NEG to fastop
` [PATCH 6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation
` [PATCH 7/7] KVM: x86 emulator: convert basic ALU ops to fastop
[PATCH 0/7] Fix emulate_invalid_guest_state=0 part 2
2012-12-22 14:58 UTC (8+ messages)
` [PATCH 2/7] KVM: VMX: relax check for CS register in rmode_segment_valid()
[PATCH 0/5] KVM: PPC: Fix various bugs and vulnerabilities in HV KVM
2012-12-22 14:09 UTC (5+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
` [PATCH v2] "
` [PATCH] KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV
[PATCHv2 0/6] more VMX real mode emulation fixes
2012-12-22 11:06 UTC (12+ messages)
` [PATCHv2 1/6] KVM: emulator: drop RPL check from linearize() function
` [PATCHv2 2/6] KVM: emulator: implement fninit, fnstsw, fnstcw
` [PATCHv2 3/6] KVM: VMX: make rmode_segment_valid() more strict
` [PATCHv2 4/6] KVM: VMX: fix emulation of invalid guest state
` [PATCHv2 5/6] KVM: VMX: Do not fix segment register during vcpu initialization
` [PATCHv2 6/6] KVM: VMX: handle IO when emulation is due to #GP in real mode
[PATCH] kvm tools: remove unneeded checks in qcow code
2012-12-21 22:03 UTC (4+ messages)
` [PATCH] kvm tools: remove unneeded check from disk code
` [PATCH] kvm tools: correctly compare pointer with NULL instead of 0
[PATCH] kvm: Fix memory slot generation updates
2012-12-21 15:20 UTC
[PATCH 0/7] KVM: Alleviate mmu_lock hold time when we start dirty logging
2012-12-21 13:24 UTC (13+ messages)
[PATCH v7 0/3] x86, apicv: Add APIC virtualization support
2012-12-21 12:08 UTC (19+ messages)
` [PATCH v7 2/3] x86, apicv: add virtual interrupt delivery support
` [PATCH v7 3/3] x86, apicv: add virtual x2apic support
buildbot failure in kvm on i386
2012-12-21 4:19 UTC
buildbot failure in kvm on ppc44x
2012-12-21 4:19 UTC
buildbot failure in kvm on ia64
2012-12-21 4:20 UTC
[PATCH] virtio-blk: Don't free ida when disk is in use
2012-12-21 2:02 UTC (12+ messages)
[RESEND][GIT PULL v2] VFIO updates for v3.8
2012-12-20 23:11 UTC
[user question] Opinions about running Windows in KVM
2012-12-20 18:24 UTC (6+ messages)
[PATCH] KVM: PPC: Fix mfspr/mtspr MMUCFG emulation
2012-12-20 15:08 UTC (2+ messages)
[PATCH kvm-unit-test]: test fninit/fnstsw/fnstcw instructions emulation
2012-12-20 15:00 UTC
[PATCH v5 0/7] s390: Host support for channel I/O
2012-12-20 14:32 UTC (8+ messages)
` [PATCH 1/7] KVM: s390: Constify intercept handler tables
` [PATCH 2/7] KVM: s390: Decoding helper functions
` [PATCH 3/7] KVM: s390: Support for I/O interrupts
` [PATCH 4/7] KVM: s390: Add support for machine checks
` [PATCH 5/7] KVM: s390: In-kernel handling of I/O instructions
` [PATCH 6/7] KVM: s390: Base infrastructure for enabling capabilities
` [PATCH 7/7] KVM: s390: Add support for channel I/O instructions
[PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8
2012-12-20 13:54 UTC (3+ messages)
` [PATCH 1/1] powerpc: Corrected include header path in kvm_para.h
[PATCH v12 0/8] pv event to notify host when the guest is panicked
2012-12-20 7:53 UTC (2+ messages)
` [Qemu-devel] "
Slides of kvm forum 2012?
2012-12-20 5:59 UTC
[PATCH v3] qemu-kvm/pci-assign: 64 bits bar emulation
2012-12-20 3:07 UTC
[PATCH v2] qemu-kvm/pci-assign: 64 bits bar emulation
2012-12-20 2:51 UTC (5+ messages)
pci_enable_msix() fails with ENOMEM/EINVAL
2012-12-19 23:39 UTC (13+ messages)
[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
2012-12-19 16:52 UTC (28+ messages)
` [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers
` [PATCH v2 2/5] virtio-scsi: use functions for piecewise composition "
` [PATCH v2 3/5] virtio-scsi: redo allocation of target data
` [PATCH v2 4/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH v2 5/5] virtio-scsi: introduce multiqueue support
use perf to get LLC-loads count in Guest
2012-12-19 15:47 UTC (3+ messages)
[PATCH qom-cpu 4/7] cpu: Move cpu_index field to CPUState
2012-12-19 15:31 UTC (2+ messages)
` [PATCH qom-cpu 5/7] kvm: Pass CPUState to kvm_init_vcpu()
[PATCH 09/20] cpu: Move kvm_fd into CPUState
2012-12-19 13:36 UTC (5+ messages)
` [PATCH 10/20] kvm: Pass CPUState to kvm_arch_*
` [PATCH 11/20] kvm: Pass CPUState to kvm_vcpu_ioctl()
` [PATCH 18/20] cpu: Move kvm_state field into CPUState
` [PATCH 19/20] cpu: Move kvm_run "
KVM: VMX: fix incorrect cached cpl value with real/v8086 modes
2012-12-19 13:29 UTC
[PATCH v4 0/5] s390: Host support for channel I/O
2012-12-19 13:07 UTC (5+ messages)
` [PATCH 2/5] KVM: s390: Add support for machine checks
[PATCH 0/3] virtio: don't poll masked vectors with irqfd
2012-12-19 12:35 UTC (10+ messages)
` [PATCH 3/3] virtio-pci: don't poll masked vectors
` [PATCH 2/3] msix: expose access to masked/pending state
` [PATCH 1/3] msi: add API to get notified about pending bit poll
I/O scheduling on block devices
2012-12-19 12:17 UTC (3+ messages)
Weird networking problem
2012-12-19 11:57 UTC (2+ messages)
kvm is not used in guset os
2012-12-19 11:59 UTC (2+ messages)
[RFC] KVM on arm64
2012-12-19 11:59 UTC
[PULL 0/4] ppc patch queue 2012-12-18
2012-12-19 10:00 UTC (15+ messages)
` [PATCH 1/4] KVM: PPC: Fix SREGS documentation reference
` [PATCH 2/4] KVM: PPC: Only WARN on invalid emulation
` [PATCH 3/4] KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1
` [PATCH 4/4] powerpc: Corrected include header path in kvm_para.h
[PATCH V3 RFC 0/2] kvm: Improving undercommit scenarios
2012-12-19 5:35 UTC (5+ messages)
` [PATCH V3 RFC 1/2] sched: Bail out of yield_to when source and target runqueue has one task
use perf to get LLC-loads count in Guest
2012-12-19 4:26 UTC
[PATCH qom-cpu 3/4] target-ppc: Slim conversion of model definitions to QOM subclasses
2012-12-19 2:46 UTC (3+ messages)
` [Qemu-devel] "
Guest performance is reduced after live migration
2012-12-19 0:43 UTC
[PATCH v2 00/11] QOM CPUState, part 6: CPU_COMMON for KVM
2012-12-19 0:04 UTC (2+ messages)
` [Qemu-devel] "
[RFC PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw
2012-12-18 15:01 UTC (5+ messages)
` [PATCH v2 3/5] s390: Add new channel I/O based virtio transport
KVM call agenda for 2012-12-18
2012-12-18 14:16 UTC (3+ messages)
[PATCH 0/5] more VMX real mode emulation fixes
2012-12-18 13:42 UTC (6+ messages)
` [PATCH 1/5] KVM: emulator: drop RPL check from linearize() function
` [PATCH 2/5] KVM: emulator: implement fninit, fnstsw, fnstcw
` [PATCH 3/5] KVM: VMX: make rmode_segment_valid() more strict
` [PATCH 4/5] KVM: VMX: fixing emulation of invalid guest state
` [PATCH 5/5] KVM: VMX: Do not fix segment register during vcpu initialization
[PATCH v5 0/3] s390: Guest support for virtio-ccw
2012-12-18 12:37 UTC (2+ messages)
[PATCH]powerpc: Corrected include header path in kvm_para.h
2012-12-18 12:21 UTC (2+ messages)
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