public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-12-22 19:54:09 to 2007-12-28 12:37:38 UTC [more...]

booting XP
 2007-12-28 12:37 UTC 

[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)

Oops on 2.6.23.11 with KVM 57
 2007-12-27 10:34 UTC  (4+ 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  (6+ 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  (52+ messages)
  ` [PATCH 01/50] KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)
  ` [PATCH 02/50] KVM: Refactor hypercall infrastructure (v3)
  ` [PATCH 03/50] KVM: x86 emulator: remove unused functions
  ` [PATCH 04/50] KVM: x86 emulator: move all x86_emulate_memop() to a structure
  ` [PATCH 05/50] KVM: x86 emulator: move all decoding process to function x86_decode_insn()
  ` [PATCH 06/50] KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()
  ` [PATCH 07/50] KVM: Call x86_decode_insn() only when needed
  ` [PATCH 08/50] KVM: VMX: Further reduce efer reloads
  ` [PATCH 09/50] KVM: Allow not-present guest page faults to bypass kvm
  ` [PATCH 10/50] KVM: MMU: Make flooding detection work when guest page faults are bypassed
  ` [PATCH 11/50] KVM: MMU: Ignore reserved bits in cr3 in non-pae mode
  ` [PATCH 12/50] KVM: x86 emulator: split some decoding into functions for readability
  ` [PATCH 13/50] KVM: x86 emulator: remove _eflags and use directly ctxt->eflags
  ` [PATCH 14/50] KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE instead
  ` [PATCH 15/50] KVM: x86_emulator: no writeback for bt
  ` [PATCH 16/50] KVM: Purify x86_decode_insn() error case management
  ` [PATCH 17/50] KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effect
  ` [PATCH 18/50] KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor
  ` [PATCH 19/50] KVM: VMX: Simplify vcpu_clear()
  ` [PATCH 20/50] KVM: Remove the usage of page->private field by rmap
  ` [PATCH 21/50] KVM: Add general accessors to read and write guest memory
  ` [PATCH 22/50] KVM: Allow dynamic allocation of the mmu shadow cache size
  ` [PATCH 23/50] KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
  ` [PATCH 24/50] KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
  ` [PATCH 25/50] KVM: Remove gratuitous casts from lapic.c
  ` [PATCH 26/50] KVM: CodingStyle cleanup
  ` [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

[Virtio-for-kvm] [PATCH 7/7] userspace virtio
 2007-12-23 10:56 UTC  (2+ messages)

[Virtio-for-kvm] [PATCH 0/7] userspace virtio
 2007-12-23 10:52 UTC  (2+ messages)

external module sched_in event
 2007-12-22 20:24 UTC  (6+ messages)
    ` mailman setup for kvm-devel (was Re: external module sched_in event)

[PATCH] external module: remove tmp directory once done with sync
 2007-12-22 20:22 UTC  (2+ messages)

[PATCH 0/9] qemu: missing definitions from qemu-cvs merge
 2007-12-22 19:54 UTC  (2+ messages)


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