public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-09-13 23:54:00 to 2007-09-17 08:32:07 UTC [more...]

[PATCH 000/104] KVM patch queue for the 2.6.24 merge window
 2007-09-17  9:18 UTC  (88+ messages)
  ` [PATCH 001/104] KVM: Fix *nopage() in kvm_main.c
  ` [PATCH 002/104] KVM: SMP: Add vcpu_id field in struct vcpu
  ` [PATCH 003/104] KVM: Future-proof the exit information union ABI
  ` [PATCH 004/104] KVM: In-kernel string pio write support
  ` [PATCH 005/104] KVM: Trivial: /dev/kvm interface is no longer experimental
  ` [PATCH 006/104] KVM: Trivial: Remove unused struct cpu_user_regs declaration
  ` [PATCH 007/104] KVM: Trivial: Make decode_register() static
  ` [PATCH 008/104] KVM: Trivial: Comment spelling may escape grep
  ` [PATCH 009/104] KVM: Trivial: Avoid hardware_disable predeclaration
  ` [PATCH 010/104] KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h
  ` [PATCH 011/104] KVM: Use standard CR3 flags, tighten checking
  ` [PATCH 012/104] KVM: Use standard CR4 "
  ` [PATCH 013/104] KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header
  ` [PATCH 014/104] KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized
  ` [PATCH 015/104] KVM: Use standard CR8 flags, and fix TPR definition
  ` [PATCH 016/104] KVM: x86 emulator: fix cmov for writeback changes
  ` [PATCH 017/104] KVM: x86 emulator: fix faulty check for two-byte opcode
  ` [PATCH 018/104] KVM: Return if the pdptrs are invalid when the guest turns on PAE
  ` [PATCH 019/104] KVM: Hoist kvm_mmu_reload() out of the critical section
  ` [PATCH 020/104] KVM: Move gfn_to_page out of kmap/unmap pairs
  ` [PATCH 021/104] KVM: VMX: Import some constants of vmcs from IA32 SDM
  ` [PATCH 022/104] KVM: Remove dead code in the cmpxchg instruction emulation
  ` [PATCH 023/104] KVM: load_pdptrs() cleanups
  ` [PATCH 024/104] KVM: Remove arch specific components from the general code
  ` [PATCH 025/104] KVM: Dynamically allocate vcpus
  ` [PATCH 026/104] KVM: VMX: Improve the method of writing vmcs control
  ` [PATCH 027/104] KVM: add hypercall nr to kvm_run
  ` [PATCH 028/104] KVM: Use the scheduler preemption notifiers to make kvm preemptible
  ` [PATCH 029/104] KVM: Convert vm lock to a mutex
  ` [PATCH 030/104] KVM: fx_init() needs preemption disabled while it plays with the FPU state
  ` [PATCH 031/104] KVM: VMX: pass vcpu_vmx internally
  ` [PATCH 032/104] KVM: Remove three magic numbers
  ` [PATCH 033/104] KVM: SVM: de-containization
  ` [PATCH 034/104] KVM: SVM: internal function name cleanup
  ` [PATCH 035/104] KVM: Change the emulator_{read, write, cmpxchg}_* functions to take a vcpu
  ` [PATCH 036/104] KVM: Remove kvm_{read,write}_guest()
  ` [PATCH 037/104] KVM: Use kmem cache for allocating vcpus
  ` [PATCH 038/104] KVM: Use alignment properties of vcpu to simplify FPU ops
  ` [PATCH 039/104] KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimization
  ` [PATCH 040/104] KVM: VMX: Add cpu consistency check
  ` [PATCH 041/104] KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last
  ` [PATCH 042/104] KVM: Cleanup mark_page_dirty
  ` [PATCH 043/104] KVM: SVM: Make set_msr_interception more reliable
  ` [PATCH 044/104] KVM: Remove redundant alloc_vmcs_cpu declaration
  ` [PATCH 045/104] KVM: Fix defined but not used warning in drivers/kvm/vmx.c
  ` [PATCH 046/104] KVM: Remove stat_set from debugfs
  ` [PATCH 047/104] KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions
  ` [PATCH 048/104] KVM: Add and use pr_unimpl for standard formatting of unimplemented features
  ` [PATCH 049/104] KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects
  ` [PATCH 050/104] KVM: VMX: Remove a duplicated ia32e mode vm entry control
  ` [PATCH 051/104] KVM: Remove useless assignment
  ` [PATCH 052/104] KVM: Cleanup string I/O instruction emulation
  ` [PATCH 053/104] KVM: Clean up kvm_setup_pio()
  ` [PATCH 055/104] KVM: Communicate cr8 changes to userspace
  ` [PATCH 056/104] KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
  ` [PATCH 057/104] KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)
  ` [PATCH 058/104] KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)
  ` [PATCH 059/104] KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)
  ` [PATCH 060/104] KVM: VMX: allow rmode_tss_base() to work with >2G of guest memory
  ` [PATCH 061/104] KVM: Support more memory slots
  ` [PATCH 062/104] KVM: X86 emulator: fix 'push reg' writeback
  ` [PATCH 063/104] KVM: VMX: Split segments reload in vmx_load_host_state()
  ` [PATCH 064/104] KVM: Add support for in-kernel PIC emulation
  ` [PATCH 065/104] KVM: Define and use cr8 access functions
  ` [PATCH 066/104] KVM: Emulate local APIC in kernel
  ` [PATCH 067/104] KVM: In-kernel I/O APIC model
  ` [PATCH 068/104] KVM: Emulate hlt in the kernel
  ` [PATCH 069/104] KVM: Protect in-kernel pio using kvm->lock
  ` [PATCH 070/104] KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support
  ` [PATCH 071/104] KVM: Bypass irq_pending get/set when using in kernel irqchip
  ` [PATCH 072/104] KVM: in-kernel IOAPIC save and restore support
  ` [PATCH 073/104] KVM: in-kernel LAPIC "
  ` [PATCH 074/104] KVM: pending irq save/restore
  ` [PATCH 075/104] KVM: VMX: Use shadow TPR/cr8 for 64-bits guests
  ` [PATCH 076/104] KVM: Keep track of missed timer irq injections
  ` [PATCH 077/104] KVM: Migrate lapic hrtimer when vcpu moves to another cpu
  ` [PATCH 078/104] KVM: disable tpr/cr8 sync when in-kernel APIC is used
  ` [PATCH 079/104] KVM: deliver PIC interrupt only to vcpu0
  ` [PATCH 080/104] KVM: round robin for APIC lowest priority delivery mode
  ` [PATCH 081/104] KVM: enable in-kernel APIC INIT/SIPI handling
  ` [PATCH 082/104] KVM: Set the ET flag in CR0 after initializing FX
  ` [PATCH 083/104] KVM: Remove the unused invlpg member of struct kvm_arch_ops
  ` [PATCH 084/104] KVM: Clean up unloved invlpg emulation
  ` [PATCH 085/104] KVM: Keep control regs in sync

[PATCH] KVM: fix PIC interrupt delivery on different APIC conditions
 2007-09-17  7:22 UTC  (2+ messages)

[PATCH] Add support for a basic boot menu to the bios
 2007-09-16 20:00 UTC  (3+ messages)

Kernel oops with kvm-38, 100% cpu usage with kvm-35, 36
 2007-09-16 19:52 UTC  (2+ messages)

[PATCH] make kvm service script transfer dhclient settings correctly
 2007-09-16 18:28 UTC  (6+ messages)

gimreofd
 2007-09-16 17:01 UTC 

unable to load kvm-39 on fedora 7
 2007-09-16 16:47 UTC  (4+ messages)

[ANNOUNCE] kvm-40 release
 2007-09-16 15:21 UTC  (2+ messages)

win2003 guest stutters
 2007-09-16 11:41 UTC  (5+ messages)

[ kvm-Bugs-1795722 ] 64bit windows guest works on intel but not amd
 2007-09-16 11:02 UTC 

[PATCH] reduce msr efer reloads on heavyweight vmexit
 2007-09-16 10:48 UTC 

[ kvm-Bugs-1792999 ] high cpu usage of 32bit windows xp/2003
 2007-09-16 10:46 UTC  (2+ messages)
  ` [ kvm-Bugs-1792999 ] high cpu usage of 32bit windowsxp/2003

[PATCH] Fallback to use /sbin/ifconfig if /sbin/ip is not available
 2007-09-16 10:37 UTC  (3+ messages)
    ` using the kvm python wrapper (was Re: [PATCH] Fallback to use /sbin/ifconfig if /sbin/ip is not available)

[PATCH] Detect arch dynamically from uname instead of using hardcoded x86_64 value
 2007-09-16 10:00 UTC  (2+ messages)

virtio & hypercall interface?
 2007-09-16  9:45 UTC  (19+ messages)

[PATCH] Refactor hypercall infrastructure (v2)
 2007-09-16  9:08 UTC  (3+ messages)
  ` [PATCH] Add the paravirtualization CPUID entry to QEMU (v2)

Using VMChannel to communicate with the host
 2007-09-15 22:47 UTC  (3+ messages)

Disk migration
 2007-09-15 18:25 UTC  (4+ messages)

[PATCH] Refactor hypercall infrastructure
 2007-09-15 18:23 UTC  (24+ messages)
                                                  ` [kvm-devel] "

breaking kvm :-)
 2007-09-15 15:27 UTC  (4+ messages)

ceipdaeh
 2007-09-15  8:59 UTC 

Fedora 7 build kvm
 2007-09-15  8:16 UTC  (2+ messages)

[PATCH] (big) real mode emulation - push imm8
 2007-09-15  7:48 UTC  (30+ messages)
          ` [PATCH] (big) real mode emulation - jump conditional relative
            ` [PATCH] (big) real mode emulation - jump conditional short relative
              ` [PATCH] (big) real mode emulation - or instruction correction
                ` [PATCH] (big) real mode emulation - sub imm
                  ` [PATCH] (big) real mode emulation - cmp correction
                      ` [PATCH] (big) real mode emulation - mov correction
                          ` [PATCH] (big) real mode emulation - lea
                              ` [PATCH] (big) real mode emulation - mov imm
                                  ` [PATCH] (big) real mode emulation - initialization fixes
                                      ` [PATCH] (big) real mode emulation - popf
                                          ` [PATCH] (big) real mode emulation - jmp abs
                                              ` [PATCH] (big) real mode emulation - inc reg
                                                  ` [PATCH] (big) real mode emulation - dec reg

kvm daily snaphsots are now available
 2007-09-15  6:40 UTC 

[PATCH] Add the paravirtualization CPUID entry to QEMU
 2007-09-14 19:48 UTC 

[ANNOUNCE] kvm-38 release
 2007-09-14 19:20 UTC  (9+ messages)

[PATCH -rc][RESEND] KVM: MMU: Fix rare oops on guest context switch
 2007-09-14 17:26 UTC 

[ANNOUNCE] kvm-36 release
 2007-09-14 17:19 UTC  (7+ messages)

current git master external module crashes my server
 2007-09-14 17:11 UTC  (8+ messages)

[PATCH 0/5] Split the emulator: decode & execute
 2007-09-14 16:57 UTC  (4+ messages)

KVM Test result, kernel 6617597e.. , userspace c109b253
 2007-09-14  7:34 UTC 

KDE4 beta2 LIve CD does not boot
 2007-09-14  6:21 UTC  (4+ messages)


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