public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-12-23 14:51:13 to 2007-12-30 07:10:18 UTC [more...]

[PATCH 00/52] KVM patch queue review for 2.6.25 merge window (part III)
 2007-12-30  7:10 UTC  (33+ messages)
` [PATCH 11/52] KVM: Portability: MMU initialization and teardown split
  ` [PATCH 01/52] KVM: Remove ptr comparisons to 0
  ` [PATCH 02/52] KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
  ` [PATCH 03/52] KVM: Portability: Add two hooks to handle kvm_create and destroy vm
  ` [PATCH 04/52] KVM: Replace 'light_exits' stat with 'host_state_reload'
  ` [PATCH 05/52] KVM: Add fpu_reload counter
  ` [PATCH 06/52] KVM: Add instruction emulation statistics
  ` [PATCH 07/52] KVM: Extend stats support for VM stats
  ` [PATCH 08/52] KVM: MMU: Add some mmu statistics
  ` [PATCH 09/52] KVM: Make unloading of FPU state when putting vcpu arch-independent
  ` [PATCH 10/52] KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
  ` [PATCH 12/52] KVM: Portability: Move some macro definitions from kvm.h to x86.h
  ` [PATCH 13/52] KVM: Portability: Move struct kvm_x86_ops definition "
  ` [PATCH 14/52] KVM: Portability: Move vcpu regs enumeration "
  ` [PATCH 15/52] KVM: Move some static inline functions out from kvm.h into x86.h
  ` [PATCH 16/52] KVM: Portability: Move some function declarations to x86.h
  ` [PATCH 17/52] KVM: VMX: Force seg.base == (seg.sel << 4) in real mode
  ` [PATCH 18/52] KVM: MMU: Change guest pte access to kvm_{read, write}_guest()
  ` [PATCH 19/52] KVM: Simplify kvm_clear_guest_page()
  ` [PATCH 20/52] KVM: Add missing #include <asm/pgtable.h>
  ` [PATCH 21/52] KVM: MMU: Remove unused variable
  ` [PATCH 22/52] KVM: Remove unused "rmap_overflow" variable
  ` [PATCH 23/52] KVM: Correct consistent typo: "destory" -> "destroy"
  ` [PATCH 24/52] KVM: Move misplaced comment
  ` [PATCH 25/52] KVM: Portability: Move kvm_memory_alias to asm/kvm.h
  ` [PATCH 26/52] KVM: Portability: Move x86 pic strutctures
  ` [PATCH 27/52] KVM: Portability: Move kvm_regs to <asm/kvm.h>
  ` [PATCH 28/52] KVM: Portability: Move structure lapic_state "
  ` [PATCH 29/52] KVM: Portability: Move kvm_segment & kvm_dtable structure "
  ` [PATCH 30/52] KVM: Portability: Move kvm_sregs and msr structures "
  ` [PATCH 31/52] KVM: Portability: Move cpuid "
  ` [PATCH 32/52] KVM: Export include/asm-x86/kvm.h

booting XP
 2007-12-30  6:29 UTC  (2+ messages)

xdialog launcher and vmach build scripts gpl2
 2007-12-30  1:22 UTC 

Host dies on NFS write
 2007-12-29 17:57 UTC  (5+ messages)

Oops on 2.6.23.11 with KVM 57
 2007-12-28 22:43 UTC  (7+ messages)

specify screen size
 2007-12-28 17:21 UTC  (2+ messages)

[PATCH] libkvm: fix stack underflow in MMIO read write calls
 2007-12-28  4:37 UTC 

[PATCH] libkvm: fix mungled default case for switch in kvm_arch_run
 2007-12-28  4:29 UTC 

XP install
 2007-12-27 20:46 UTC 

[ kvm-Bugs-1858949 ] USB is unstable
 2007-12-27 14:26 UTC 

[ kvm-Bugs-1858946 ] Qemu doesn't warns user about incorrect MAC Address
 2007-12-27 14:20 UTC 

[ kvm-Bugs-1858940 ] Kernel panic - not syncing: IO-APIC + timer doesn't work
 2007-12-27 14:08 UTC 

KVM Test result, kernel KVM58rc1, userspace KVM58rc1
 2007-12-27 11:37 UTC  (3+ messages)
      ` KVM Test result, kernel KVM58rc1, userspaceKVM58rc1

README: How to run kvm guests on IA64
 2007-12-27 10:36 UTC  (14+ messages)

[ANNOUNCE] kvm-58 release
 2007-12-27  9:31 UTC 

keeping time
 2007-12-27  7:19 UTC  (10+ messages)

[PATCH 00/55] KVM patch queue review for 2.6.25 merge window (part II)
 2007-12-27  7:03 UTC  (60+ messages)
` [PATCH 05/55] KVM: Split IOAPIC reset function and export for kernel RESET
  ` [PATCH 01/55] KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1)
  ` [PATCH 02/55] KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
  ` [PATCH 03/55] KVM: Add a might_sleep() annotation to gfn_to_page()
  ` [PATCH 04/55] KVM: Export PIC reset for kernel device reset
  ` [PATCH 06/55] KVM: Per-architecture hypercall definitions
  ` [PATCH 07/55] KVM: Unmap kernel-allocated memory on slot destruction
  ` [PATCH 08/55] KVM: Export memory slot allocation mechanism
  ` [PATCH 09/55] KVM: Add kernel-internal memory slots
  ` [PATCH 10/55] KVM: Add ioctl to tss address from userspace,
  ` [PATCH 11/55] KVM: VMX: Let gcc to choose which registers to save (x86_64)
  ` [PATCH 12/55] KVM: VMX: Let gcc to choose which registers to save (i386)
  ` [PATCH 13/55] KVM: SVM: Let gcc to choose which registers to save (x86_64)
  ` [PATCH 14/55] KVM: SVM: Let gcc to choose which registers to save (i386)
  ` [PATCH 15/55] KVM: x86 emulator: don't depend on cr2 for mov abs emulation
  ` [PATCH 16/55] KVM: Move page fault processing to common code
  ` [PATCH 17/55] KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn
  ` [PATCH 18/55] KVM: Portability: Split kvm_vm_ioctl v3
  ` [PATCH 19/55] KVM: Portability: Move memory segmentation to x86.c
  ` [PATCH 20/55] KVM: Portability: move get/set_apic_base "
  ` [PATCH 21/55] KVM: Portability: Move control register helper functions "
  ` [PATCH 22/55] KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
  ` [PATCH 23/55] KVM: Fix gfn_to_page() acquiring mmap_sem twice
  ` [PATCH 24/55] KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
  ` [PATCH 25/55] KVM: Portability: Move x86 emulation and mmio device hook "
  ` [PATCH 26/55] KVM: Portability: Move pio emulation functions "
  ` [PATCH 27/55] KVM: x86 emulator: Extract the common code of SrcReg and DstReg
  ` [PATCH 28/55] KVM: x86 emulator: centralize decoding of one-byte register access insns
  ` [PATCH 29/55] KVM: Simplify decode_register_operand() calling convention
  ` [PATCH 30/55] KVM: Make mark_page_dirty() work for aliased pages too
  ` [PATCH 31/55] KVM: x86 emulator: Hoist modrm and abs decoding into separate functions
  ` [PATCH 32/55] KVM: Portability: Make exported debugfs data architecture-specific
  ` [PATCH 33/55] KVM: Portability: Move x86 instruction emulation code to x86.c
  ` [PATCH 35/55] KVM: Portability: Move x86 vcpu ioctl handlers "
  ` [PATCH 36/55] KVM: Add make_page_dirty() to kvm_clear_guest_page()
  ` [PATCH 37/55] KVM: VMX: Use vmx to inject real-mode interrupts
  ` [PATCH 38/55] KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD
  ` [PATCH 39/55] KVM: Fix faults during injection of real-mode interrupts
  ` [PATCH 40/55] KVM: VMX: Comment VMX primary/secondary exec ctl definitions
  ` [PATCH 41/55] KVM: VMX: wbinvd exiting
  ` [PATCH 42/55] KVM: x86 emulator: remove 8 bytes operands emulator for call near instruction
  ` [PATCH 43/55] KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
  ` [PATCH 44/55] KVM: add kvm_is_error_hva()
  ` [PATCH 45/55] KVM: introduce gfn_to_hva()
  ` [PATCH 46/55] KVM: Change kvm_{read, write}_guest() to use copy_{from, to}_user()
  ` [PATCH 49/55] KVM: Portability: Add vcpu and hardware management arch hooks
  ` [PATCH 50/55] KVM: Portability: Combine kvm_init and kvm_init_x86
  ` [PATCH 51/55] KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
  ` [PATCH 52/55] KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2
  ` [PATCH 55/55] KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
` [PATCH 34/55] KVM: Portability: Move x86 FPU handling to x86.c
` [PATCH 47/55] KVM: Portability: Move some includes "
` [PATCH 48/55] KVM: Portability: Move kvm_x86_ops "
` [PATCH 53/55] KVM: Portability: move KVM_CHECK_EXTENSION
` [PATCH 54/55] KVM: VMX: Consolidate register usage in vmx_vcpu_run()

NFS problems
 2007-12-26 21:10 UTC  (4+ messages)

[PATCH] kvm/qemu: Fix ia64 build broken
 2007-12-26  9:03 UTC  (3+ messages)

[PATCH] external module: remove define for MAX_IO_APICS
 2007-12-26  7:18 UTC 

virtio_net and SMP guests
 2007-12-26  0:48 UTC  (6+ messages)

Thinkpad T61p and VT
 2007-12-25 23:19 UTC  (3+ messages)

[ kvm-Bugs-1858122 ] vm exit 0x9 in QEMU-KVM but OK in QEMU
 2007-12-25 20:44 UTC 

[RFC] Expose host cpuid to guest
 2007-12-25 15:56 UTC  (2+ messages)
  ` [RFC] Expose host cpuid to guest: userspace patch

external module sched_in event
 2007-12-25  9:00 UTC  (6+ messages)

Find timing info between two VM exits
 2007-12-25  7:25 UTC  (4+ messages)

[patch 0/5] KVM shadow scalability enhancements
 2007-12-24 14:36 UTC  (20+ messages)
` [patch 3/5] KVM: add kvm_follow_page()

[PATCH] Add support >3G memory for ia64 guests
 2007-12-24  7:03 UTC  (2+ messages)

[PATCH 00/50] KVM patch queue review for 2.6.25 merge window (part I)
 2007-12-23 18:16 UTC  (26+ messages)
` [PATCH 27/50] KVM: Support assigning userspace memory to the guest
  ` [PATCH 28/50] KVM: Move x86 msr handling to new files x86.[ch]
  ` [PATCH 29/50] KVM: MMU: Clean up MMU functions to take struct kvm when appropriate
  ` [PATCH 30/50] KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
  ` [PATCH 31/50] KVM: Move guest pte dirty bit management to the guest pagetable walker
  ` [PATCH 32/50] KVM: MMU: Fix nx access bit for huge pages
  ` [PATCH 33/50] KVM: MMU: Disable write access on clean large pages
  ` [PATCH 34/50] KVM: MMU: Instantiate real-mode shadows as user writable shadows
  ` [PATCH 35/50] KVM: MMU: Move dirty bit updates to a separate function
  ` [PATCH 36/50] KVM: MMU: When updating the dirty bit, inform the mmu about it
  ` [PATCH 37/50] KVM: Portability: split kvm_vcpu_ioctl
  ` [PATCH 38/50] KVM: apic round robin cleanup
  ` [PATCH 39/50] KVM: Add some \n in ioapic_debug()
  ` [PATCH 40/50] KVM: Move apic timer interrupt backlog processing to common code
  ` [PATCH 41/50] KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
  ` [PATCH 42/50] KVM: x86 emulator: Implement emulation of instruction: inc & dec
  ` [PATCH 43/50] KVM: MMU: Simplify page table walker
  ` [PATCH 44/50] KVM: x86 emulator: cmc, clc, cli, sti
  ` [PATCH 45/50] KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps
  ` [PATCH 46/50] KVM: MMU: Keep a reverse mapping of non-writable translations
  ` [PATCH 47/50] KVM: MMU: Make gfn_to_page() always safe
  ` [PATCH 48/50] KVM: MMU: Partial swapping of guest memory
  ` [PATCH 49/50] KVM: Use virtual cpu accounting if available for guest times
  ` [PATCH 50/50] KVM: Allocate userspace memory for older userspace


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