messages from 2009-08-13 08:51:55 to 2009-08-17 14:28:02 UTC [more...]
trouble when ctrl/caps key swapped by X
2009-08-17 14:27 UTC
[PATCH v3 3/6] vbus: add a "vbus-proxy" bus model for vbus_driver objects
2009-08-17 14:25 UTC (10+ messages)
[RFC] Nested VMX support - kernel
2009-08-17 14:24 UTC (3+ messages)
` [RFC] Nested VMX support - userspace
[ANNOUNCE] Release to community: Windows kvm/virtio guest drivers
2009-08-17 13:21 UTC
[PATCHv3 0/4] qemu-kvm: vhost net support
2009-08-17 12:48 UTC (2+ messages)
automatic memory ballooning?
2009-08-17 12:46 UTC (10+ messages)
[PATCH] vhost: fix up after tx timer removal
2009-08-17 12:39 UTC
[PATCHv3 1/4] qemu-kvm: move virtio-pci.o to near pci.o
2009-08-17 12:37 UTC (4+ messages)
` [PATCHv3 2/4] virtio: move features to an inline function
` [PATCHv3 3/4] qemu-kvm: vhost-net implementation
` [PATCHv3 4/4] qemu-kvm: add compat eventfd
Biweekly KVM Test report, kernel 7597f... qemu 1c45e
2009-08-17 12:17 UTC (2+ messages)
How to map host OS network interfaces on Guest OS
2009-08-17 11:53 UTC
AlacrityVM numbers updated for 31-rc4
2009-08-17 11:06 UTC (6+ messages)
i8259 defaults wrong?
2009-08-17 9:54 UTC (2+ messages)
[PATCH v3 0/8] make interrupt injection lockless (almost)
2009-08-17 9:46 UTC (14+ messages)
` [PATCH v3 1/8] Do not call ack notifiers on PIC reset
` [PATCH v3 3/8] Maintain back mapping from irqchip/pin to gsi
` [PATCH v3 7/8] Move IO APIC to its own lock
[PATCH] Move irq sharing information to irqchip level
2009-08-17 9:35 UTC (2+ messages)
[PATCHv2] qemu-kvm: add compat eventfd
2009-08-17 9:11 UTC (2+ messages)
[PATCH] x86 emulator: Add 'push es' instruction (opcode 0x06)
2009-08-17 8:22 UTC (3+ messages)
[PATCH] qemu-kvm: add compat eventfd
2009-08-17 8:13 UTC (3+ messages)
Limit the CPU usage of KVM
2009-08-17 8:14 UTC (4+ messages)
[ kvm-Bugs-2832401 ] Guest will be no response after migration
2009-08-17 1:13 UTC
[PATCH] Add push es instruction test in test harness
2009-08-16 17:51 UTC
[RFC] defer skb allocation in virtio_net -- mergable buff part
2009-08-16 13:47 UTC (2+ messages)
How to enable memory ballooning in KVM
2009-08-16 12:14 UTC (3+ messages)
[PATCH] kvm: export kvm_para.h
2009-08-16 12:11 UTC (3+ messages)
[PATCHv2 for-2.6.31] kvm: export kvm_para.h
2009-08-16 12:12 UTC (2+ messages)
[PATCH] x86: use kvm_read/write_guest_virt for reading and writing segment descriptors
2009-08-16 12:04 UTC (2+ messages)
Disk Emulation and Trim Instruction
2009-08-16 11:43 UTC (2+ messages)
[PATCH 00/48] KVM updates for 2.6.32 merge window (1/4)
2009-08-16 9:30 UTC (49+ messages)
` [PATCH 01/48] KVM: VMX: Properly handle software interrupt re-injection in real mode
` [PATCH 02/48] KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
` [PATCH 03/48] KVM: Add MCE support
` [PATCH 04/48] KVM: Use MSR names in place of address
` [PATCH 05/48] KVM: fix cpuid E2BIG handling for extended request types
` [PATCH 06/48] KVM: x86 emulator: Implement zero-extended immediate decoding
` [PATCH 07/48] KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
` [PATCH 08/48] KVM: cleanup arch/x86/kvm/Makefile
` [PATCH 09/48] KVM: Drop interrupt shadow when single stepping should be done only on VMX
` [PATCH 10/48] KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig
` [PATCH 11/48] KVM: irqfd
` [PATCH 12/48] KVM: Allow PIT emulation without speaker port
` [PATCH 13/48] KVM: ia64: Correct itc_offset calculations
` [PATCH 14/48] KVM: s390: infrastructure to kick vcpus out of guest state
` [PATCH 15/48] KVM: s390: fix signal handling
` [PATCH 16/48] KVM: s390: streamline memslot handling
` [PATCH 17/48] KVM: Downsize max support MSI-X entry to 256
` [PATCH 18/48] KVM: SVM: use explicit 64bit storage for sysenter values
` [PATCH 19/48] KVM: No disable_irq for MSI/MSI-X interrupt on device assignment
` [PATCH 20/48] KVM: remove redundant declarations
` [PATCH 21/48] KVM: SVM: Fold kvm_svm.h info svm.c
` [PATCH 22/48] KVM: powerpc: fix some init/exit annotations
` [PATCH 23/48] KVM: Clean up coalesced_mmio destruction
` [PATCH 24/48] KVM: cleanup io_device code
` [PATCH 25/48] KVM: do not register i8254 PIO regions until we are initialized
` [PATCH 26/48] KVM: VMX: Avoid duplicate ept tlb flush when setting cr3
` [PATCH 27/48] KVM: VMX: Simplify pdptr and cr3 management
` [PATCH 28/48] KVM: Cache pdptrs
` [PATCH 29/48] KVM: VMX: Fix reporting of unhandled EPT violations
` [PATCH 30/48] KVM: Calculate available entries in coalesced mmio ring
` [PATCH 31/48] KVM: ppc: e500: Move to Book-3e MMU definitions
` [PATCH 32/48] KVM: ppc: e500: Directly pass pvr to guest
` [PATCH 33/48] KVM: ppc: e500: Add MMUCFG and PVR emulation
` [PATCH 34/48] KVM: Cleanup LAPIC interface
` [PATCH 35/48] KVM: Grab pic lock in kvm_pic_clear_isr_ack
` [PATCH 36/48] KVM: move coalesced_mmio locking to its own device
` [PATCH 37/48] KVM: introduce irq_lock, use it to protect ioapic
` [PATCH 38/48] KVM: switch irq injection/acking data structures to irq_lock
` [PATCH 39/48] KVM: VMX: Support Unrestricted Guest feature
` [PATCH 40/48] KVM: Reorder ioctls in kvm.h
` [PATCH 41/48] KVM: VMX: Move rmode structure to vmx-specific code
` [PATCH 42/48] KVM: MMU: Fix is_dirty_pte()
` [PATCH 43/48] KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
` [PATCH 44/48] KVM: MMU: s/shadow_pte/spte/
` [PATCH 45/48] KVM: Introduce kvm_vcpu_is_bsp() function
` [PATCH 46/48] KVM: Use pointer to vcpu instead of vcpu_id in timer code
` [PATCH 47/48] KVM: Break dependency between vcpu index in vcpus array and vcpu_id
` [PATCH 48/48] KVM: Use macro to iterate over vcpus
[PATCH] Documentation: Update KVM list email address
2009-08-16 9:20 UTC (2+ messages)
[PATCH] Add push es instruction test in test harness
2009-08-16 8:44 UTC (2+ messages)
[PATCH] x86 emulator: Add 'push es' instruction (opcode 0x06)
2009-08-16 8:42 UTC
[PATCHv3 1/2] mm: export use_mm/unuse_mm to modules
2009-08-16 6:51 UTC (4+ messages)
` [PATCHv3 2/2] vhost_net: a kernel-level virtio server
[PATCH] x86 emulator: Add 'push es' instruction (opcode 0x06)
2009-08-16 1:07 UTC
[PATCH] x86 emulator: Add 'push es' instruction (opcode 0x06)
2009-08-16 0:53 UTC
[PATCH] fix include paths when the kernel source and build directory are different
2009-08-15 22:33 UTC (3+ messages)
[PATCH] fix detection of kernel source directory
2009-08-15 22:24 UTC (4+ messages)
VNC server for KVM VM
2009-08-15 0:38 UTC (5+ messages)
qemu/kvm exchangeable with same windowsXP diskimage ?
2009-08-14 19:33 UTC (2+ messages)
[PATCH] Reordering how tap is initialized
2009-08-14 16:28 UTC (4+ messages)
[Qemu-devel] Re: virtio-serial: An interface for host-guest communication
2009-08-14 16:25 UTC (15+ messages)
Trouble shutting down vm on guest halt
2009-08-14 14:56 UTC (2+ messages)
[ kvm-Bugs-2834538 ] low network speed with Windows virtio NIC drivers
2009-08-14 11:19 UTC
Guest OpenGL Acceleration
2009-08-14 2:49 UTC (2+ messages)
[PATCH -tip v14 00/12] tracing: kprobe-based event tracer and x86 instruction decoder
2009-08-13 21:05 UTC (16+ messages)
` [PATCH -tip v14 01/12] x86: instruction decoder API
` [PATCH -tip v14 02/12] x86: x86 instruction decoder build-time selftest
` [PATCH -tip v14 03/12] kprobes: checks probe address is instruction boudary on x86
` [PATCH -tip v14 04/12] kprobes: cleanup fix_riprel() using insn decoder "
` [PATCH -tip v14 05/12] x86: add pt_regs register and stack access APIs
` [PATCH -tip v14 06/12] tracing: ftrace dynamic ftrace_event_call support
` [PATCH -tip v14 07/12] tracing: Introduce TRACE_FIELD_ZERO() macro
` [PATCH -tip v14 08/12] tracing: add kprobe-based event tracer
` [PATCH -tip v14 09/12] tracing: Kprobe-tracer supports more than 6 arguments
` [PATCH -tip v14 10/12] tracing: Generate names for each kprobe event automatically
` [PATCH -tip v14 11/12] tracing: Kprobe tracer assigns new event ids for each event
` [PATCH -tip v14 12/12] tracing: Add kprobes event profiling interface
` [TOOL] kprobestest : Kprobe stress test tool
` [TOOL] c2kpe: C expression to kprobe event format converter
Page allocation failures in guest
2009-08-13 20:25 UTC (5+ messages)
[ kvm-Bugs-2837083 ] Wrong disk size on exported nbd device
2009-08-13 19:27 UTC
[PATCHv3 0/2] vhost: a kernel-level virtio server
2009-08-13 18:27 UTC
[PATCH 2/2] vhost_net: a kernel-level virtio server
2009-08-13 15:37 UTC (13+ messages)
qemu-kvm segfaults in qemu_del_timer (0.10.5 and 0.10.6)
2009-08-13 12:58 UTC (9+ messages)
[PATCH 0/3] qemu-kvm: vhost net support
2009-08-13 11:53 UTC (5+ messages)
[PATCH] Fix Makefile rule for compiling emulate.c
2009-08-13 11:05 UTC (2+ messages)
[KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample
2009-08-13 9:30 UTC
[PATCHv2 1/3] qemu-kvm: move virtio-pci.o to near pci.o
2009-08-13 8:50 UTC (3+ messages)
` [PATCHv2 2/3] virtio: move features to an inline function
` [PATCHv2 3/3] qemu-kvm: vhost-net implementation
[PATCHv2 0/3] qemu-kvm: vhost net support
2009-08-13 8:50 UTC
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;
as well as URLs for NNTP newsgroup(s).