messages from 2010-02-09 10:49:35 to 2010-02-11 10:24:02 UTC [more...]
[PATCH/RFC] KVM: Plan obsolescence of kernel allocated slots, paravirt mmu
2010-02-11 10:24 UTC (3+ messages)
[ kvm-Bugs-2949622 ] kvm - dmi rembo error on guest
2010-02-11 10:13 UTC
[ kvm-Bugs-2949622 ] kvm - dmi rembo error on guest
2010-02-11 10:12 UTC
[PATCH] KVM: x86 emulator: code style cleanup
2010-02-11 10:07 UTC (6+ messages)
[PATCH 0/3] Provide a zero-copy method on KVM virtio-net
2010-02-11 8:54 UTC (9+ messages)
` [PATCH 1/3] A device for zero-copy based "
` [PATCH 2/3] Provides multiple submits and asynchronous notifications
` [PATCH 3/3] Let host NIC driver to DMA to guest user space
qemu-kvm-0.12.2 hangs when booting grub, when kvm is disabled
2010-02-11 8:37 UTC
64bit Windows guests on Intel Xeon E5520
2010-02-11 6:53 UTC (2+ messages)
[PATCH] [RFC] KVM test: Control files automatic generation to save memory
2010-02-11 6:42 UTC
KVM compilation
2010-02-10 23:02 UTC (2+ messages)
[PATCH] [uq/master] use eventfd for iothread
2010-02-10 23:23 UTC
[PATCH] virtio-spec: document indirect descriptors
2010-02-10 23:24 UTC (2+ messages)
[PATCH 0/4] qemu-kvm: prepare for adding eventfd usage to upstream
2010-02-10 23:09 UTC (5+ messages)
` [PATCH 1/4] qemu-kvm: morph qemu_kvm_notify_work into qemu.git's qemu_event_increment
` [PATCH 2/4] qemu-kvm: morph io_thread_wakeup into qemu.git's qemu_event_read
` [PATCH 3/4] qemu-kvm: fix placement of config-host.h inclusion
` [PATCH 4/4] qemu-kvm: move qemu_eventfd to osdep.c
[ kvm-Bugs-2941537 ] rtl8139 (and others) emulation not working in OsX86
2010-02-10 22:06 UTC
[ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
2010-02-10 21:54 UTC
[PATCH] Add cpu model configuration support.. (resend)
2010-02-10 20:00 UTC (2+ messages)
` [Qemu-devel] "
[Autotest] [KVM-AUTOTEST PATCH 0/5] KVM test: Support for Parallel install of guest OS
2010-02-10 19:41 UTC (13+ messages)
` [KVM-AUTOTEST PATCH 1/5] "
` [KVM-AUTOTEST PATCH 2/5] "
` [KVM-AUTOTEST PATCH 3/5] "
` [Autotest] "
` [Autotest] [KVM-AUTOTEST PATCH 4/5] "
` [KVM-AUTOTEST PATCH 5/5] "
` [KVM-AUTOTEST PATCH 0/5] "
Network shutdown under load
2010-02-10 19:31 UTC (4+ messages)
[PATCH] segfault due to buffer overrun in usb-serial
2010-02-10 19:28 UTC (3+ messages)
` [Qemu-devel] "
[PATCH] audio streaming from usb devices
2010-02-10 19:28 UTC (3+ messages)
` [Qemu-devel] "
[PATCH] add close callback for tty-based char device
2010-02-10 18:45 UTC (3+ messages)
` [Qemu-devel] "
[PATCH v2] qemu-img: Fix qemu-img can't create qcow image based on read-only image
2010-02-10 18:31 UTC (2+ messages)
` [Qemu-devel] "
[PATCH 00/40] KVM updates for the 2.6.34 merge window (batch 1/4)
2010-02-10 17:23 UTC (41+ messages)
` [PATCH 01/40] KVM: x86: make double/triple fault promotion generic to all exceptions
` [PATCH 02/40] KVM: x86: raise TSS exception for NULL CS and SS segments
` [PATCH 03/40] KVM: MMU: Report spte not found in rmap before BUG()
` [PATCH 04/40] KVM: VMX: Trap and invalid MWAIT/MONITOR instruction
` [PATCH 05/40] KVM: VMX: Move some cr[04] related constants to vmx.c
` [PATCH 06/40] KVM: Add accessor for reading cr4 (or some bits of cr4)
` [PATCH 07/40] KVM: VMX: Make guest cr4 mask more conservative
` [PATCH 08/40] KVM: VMX: When using ept, allow the guest to own cr4.pge
` [PATCH 09/40] KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller
` [PATCH 10/40] KVM: VMX: Remove redundant variable
` [PATCH 11/40] KVM: Extended shared_msr_global to per CPU
` [PATCH 12/40] x86: Raise vsyscall priority on hotplug notifier chain
` [PATCH 13/40] KVM: Add cpuid_update() callback to kvm_x86_ops
` [PATCH 14/40] KVM: VMX: Add instruction rdtscp support for guest
` [PATCH 15/40] KVM: SVM: Adjust tsc_offset only if tsc_unstable
` [PATCH 16/40] KVM: Disentangle mmu notifiers and coalesced_mmio registration
` [PATCH 17/40] KVM: Add include guards for coalesced_mmio.h
` [PATCH 18/40] KVM: Remove ifdefs from mmu notifier initialization
` [PATCH 19/40] KVM: Add KVM_MMIO kconfig item
` [PATCH 20/40] KVM: Simplify coalesced mmio initialization
` [PATCH 21/40] KVM: powerpc: Move vector to irqprio resolving to separate function
` [PATCH 22/40] KVM: powerpc: Improve DEC handling
` [PATCH 23/40] KVM: powerpc: Remove AGGRESSIVE_DEC
` [PATCH 24/40] KVM: powerpc: Change maintainer
` [PATCH 25/40] KVM: trivial document fixes
` [PATCH 26/40] KVM: modify memslots layout in struct kvm
` [PATCH 27/40] KVM: modify alias layout in x86s struct kvm_arch
` [PATCH 28/40] KVM: split kvm_arch_set_memory_region into prepare and commit
` [PATCH 29/40] KVM: introduce gfn_to_pfn_memslot
` [PATCH 30/40] KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pages
` [PATCH 31/40] KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update
` [PATCH 32/40] KVM: use SRCU for dirty log
` [PATCH 33/40] KVM: x86: switch kvm_set_memory_alias to SRCU update
` [PATCH 34/40] KVM: convert io_bus to SRCU
` [PATCH 35/40] KVM: switch vcpu context to use SRCU
` [PATCH 36/40] KVM: convert slots_lock to a mutex
` [PATCH 37/40] KVM: Bump maximum vcpu count to 64
` [PATCH 38/40] KVM: Fill out ftrace exit reason strings
` [PATCH 39/40] KVM: avoid taking ioapic mutex for non-ioapic EOIs
` [PATCH 40/40] KVM: PPC: Fix typo in rebolting code
[ kvm-Bugs-2944508 ] QEMU (0.12.2) startup problem with kvm and flag -no-reboot
2010-02-10 17:11 UTC
[patch 0/3] save/restore in-progress PIO
2010-02-10 17:08 UTC (18+ messages)
` [patch 1/3] KVM: x86: add ioctls to get/set PIO state
` qemu-kvm: do not allow vcpu stop with in progress PIO
[PATCH v2 0/8] Fix x86 emulator's fault propagations
2010-02-10 16:58 UTC (15+ messages)
` [PATCH v2 1/8] KVM: Fix load_guest_segment_descriptor() to inject page fault
` [PATCH v2 2/8] Fix kvm_load_segment_descriptor()'s fault propagation
` [PATCH v2 3/8] Fix x86_emulate_insn() to handle faults propagated from kvm_load_segment_descriptor()
` [PATCH v2 4/8] X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn()
` [PATCH v2 5/8] X86EMUL macro replacements: x86_emulate_insn() and its helpers
` [PATCH v2 6/8] Fix x86_emulate_insn() not to use rc variable for non-X86EMUL values
` [PATCH v2 7/8] Fix emulate_sys[call, enter, exit]()'s fault handling
` [PATCH v2 8/8] Tiny fix: remove redundant prototype of of load_pdptrs()
[PATCH v2] qemu-kvm: Speed up of the dirty-bitmap-traveling
2010-02-10 16:54 UTC (14+ messages)
` [Qemu-devel] "
[PATCH 1/1 net-next] virtio_net: remove send queue
2010-02-10 16:54 UTC (2+ messages)
[PATCH] KVM test: KSM (kernel shared memory) overcommit test
2010-02-10 16:26 UTC (2+ messages)
[PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant
2010-02-10 16:23 UTC (2+ messages)
[ kvm-Bugs-2944508 ] QEMU (0.12.2) startup problem with kvm and flag -no-reboot
2010-02-10 15:50 UTC
[PATCH v2 0/8] Miscellaneous x86 emulator fixes
2010-02-10 12:45 UTC (10+ messages)
` [PATCH v2 1/8] KVM: Add group8 instruction decoding
` [PATCH v2 2/8] KVM: Add group9 "
` [PATCH v2 3/8] KVM: Add Virtual-8086 mode of emulation
` [PATCH v2 4/8] KVM: fix memory access during x86 emulation
` [PATCH v2 5/8] KVM: Check IOPL level during io instruction emulation
` [PATCH v2 6/8] KVM: Fix popf emulation
` [PATCH v2 7/8] KVM: Check CPL level during privilege instruction emulation
` [PATCH v2 8/8] KVM: Add LOCK prefix validity checking
problems getting KSM running on newer 2.6.32.x kernels
2010-02-10 12:28 UTC (4+ messages)
[PATCH] qemu-kvm: Speed up of the dirty-bitmap-traveling
2010-02-10 10:24 UTC (6+ messages)
0.12.x: message "Option 'ipv4': Use 'on' or 'off'"
2010-02-10 9:04 UTC (5+ messages)
[GIT PULL] KVM fixes for 2.6.33-rc7
2010-02-10 8:51 UTC
network shutdown under heavy load
2010-02-10 7:53 UTC (8+ messages)
KVM problems with Xeon L5530
2010-02-09 23:11 UTC (6+ messages)
Seabios incompatible with Linux 2.6.26 host?
2010-02-09 22:49 UTC (9+ messages)
[ kvm-Bugs-2948108 ] qemu-kvm fails to migrate properly in 0.12.2
2010-02-09 19:29 UTC
Slowdowns comparing qemu-kvm.git to qemu.git: vcpu/thread scheduling differences
2010-02-09 19:12 UTC (5+ messages)
` [Qemu-devel] "
[ kvm-Bugs-2915201 ] Nested kvm (SVM)
2010-02-09 19:07 UTC
How to compile qemu-kvm?
2010-02-09 16:12 UTC (3+ messages)
[ kvm-Bugs-2948108 ] qemu-kvm fails to migrate properly in 0.12.2
2010-02-09 16:09 UTC
[ kvm-Bugs-2948108 ] qemu-kvm fails to migrate properly in 0.12.2
2010-02-09 15:55 UTC
KVM call agenda for Feb 9
2010-02-09 15:32 UTC (10+ messages)
` [Qemu-devel] "
[PATCH 0/8] Miscellaneous x86 emulator fixes
2010-02-09 14:51 UTC (10+ messages)
` [PATCH 1/8] KVM: Add group8 instruction decoding
` [PATCH 2/8] KVM: Add group9 "
` [PATCH 3/8] KVM: Add Virtual-8086 mode of emulation
` [PATCH 4/8] KVM: fix memory access during x86 emulation
` [PATCH 5/8] KVM: Check IOPL level during io instruction emulation
` [PATCH 6/8] KVM: Fix popf emulation
` [PATCH 7/8] KVM: Check CPL level during privilege instruction emulation
` [PATCH 8/8] KVM: Add LOCK prefix validity checking
[PATCH] KVM test: Ensure multiple pre/post commands can run
2010-02-09 12:58 UTC (3+ messages)
` [Autotest] "
[PATCH] KVM: tests_base.cfg: major guest OS cleanup
2010-02-09 12:57 UTC (5+ messages)
` [Autotest] "
[PATCH 00/18] KVM: PPC: Virtualize Gekko guests
2010-02-09 12:27 UTC (10+ messages)
[PATCH] Build fix for #define KVM_DEBUG
2010-02-09 10:51 UTC (3+ messages)
[PATCH v3] kvmppc/booke: Set ESR and DEAR when inject interrupt to guest
2010-02-09 10:48 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