public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-12-20 06:24:52 to 2007-12-26 11:05:12 UTC [more...]

[PATCH 00/55] KVM patch queue review for 2.6.25 merge window (part II)
 2007-12-26 11:05 UTC  (8+ messages)
  ` [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 05/55] KVM: Split IOAPIC reset function and export for kernel RESET

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

README: How to run kvm guests on IA64
 2007-12-26  8:57 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  (26+ messages)
` [patch 1/5] KVM: concurrent guest walkers
` [patch 2/5] KVM: add kvm_read_guest_atomic()
` [patch 3/5] KVM: add kvm_follow_page()
` [patch 4/5] KVM: export follow_page()
` [patch 5/5] KVM: switch to mmu spinlock

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

Oops on 2.6.23.11 with KVM 57
 2007-12-22 19:59 UTC  (2+ messages)

[PATCH 0/9] qemu: missing definitions from qemu-cvs merge
 2007-12-22 19:54 UTC  (11+ messages)
` [PATCH 1/9] qemu: re-add missing definition for vmchannel_init
` [PATCH 2/9] qemu: add "migration.h" to vl.c so that migrate_incoming is defined
` [PATCH 3/9] qemu: re-add missing definition for pci_hypercall_init
` [PATCH 4/9] qemu: re-add missing definitions for qemu_{shutdown, powerdown, reset}_requested
` [PATCH 5/9] qemu: add missing definition for qemu_system_reset
` [PATCH 6/9] qemu: add missing definition for bdrv_flush_all
` [PATCH 7/9] qemu: add missing definitions for monitor_{resume, suspend}
` [PATCH 8/9] qemu: re-add missing definitions for qemu_live_{savevm, loadvm}_state
` [PATCH 9/9] qemu: re-add missing definitions for qemu_get_launch_info

[Virtio-for-kvm] [PATCH 13/13] [Mostly resend] virtio additions
 2007-12-22  0:31 UTC  (2+ messages)

[Virtio-for-kvm] [PATCH 12/13] [Mostly resend] virtio additions
 2007-12-21 15:27 UTC 

[Virtio-for-kvm] [PATCH 11/13] [Mostly resend] virtio additions
 2007-12-21 15:26 UTC 

[Virtio-for-kvm] [PATCH 10/13] [Mostly resend] virtio additions
 2007-12-21 15:26 UTC 

[Virtio-for-kvm] [PATCH 9/13] [Mostly resend] virtio additions
 2007-12-21 15:25 UTC 

[Virtio-for-kvm] [PATCH 8/13] [Mostly resend] virtio additions
 2007-12-21 15:24 UTC 

[Virtio-for-kvm] [PATCH 7/13] [Mostly resend] virtio additions
 2007-12-21 15:24 UTC 

[Virtio-for-kvm] [PATCH 6/13] [Mostly resend] virtio additions
 2007-12-21 15:23 UTC 

[Virtio-for-kvm] [PATCH 05/13] [Mostly resend] virtio additions
 2007-12-21 15:19 UTC 

[Virtio-for-kvm] [PATCH 4/13] [Mostly resend] virtio additions
 2007-12-21 15:18 UTC 

[Virtio-for-kvm] [PATCH 3/13] [Mostly resend] virtio additions
 2007-12-21 15:17 UTC 

[Virtio-for-kvm] [PATCH 2/13] [Mostly resend] virtio additions
 2007-12-21 15:17 UTC 

[Virtio-for-kvm] [PATCH 1/13] [Mostly resend] virtio additions
 2007-12-21 15:16 UTC 

[Virtio-for-kvm] [PATCH 0/13] [Mostly resend] virtio additions
 2007-12-21 15:13 UTC 

[Virtio-for-kvm] [PATCH 6/7] userspace virtio
 2007-12-21 14:44 UTC 

[Virtio-for-kvm] [PATCH 5/7] userspace virtio
 2007-12-21 14:44 UTC 

[Virtio-for-kvm] [PATCH 4/7] userspace virtio
 2007-12-21 14:44 UTC 

[Virtio-for-kvm] [PATCH 3/7] userspace virtio
 2007-12-21 14:43 UTC 

[Virtio-for-kvm] [PATCH 2/7] userspace virtio
 2007-12-21 14:43 UTC 

[Virtio-for-kvm] [PATCH 1/7] userspace virtio
 2007-12-21 14:43 UTC 

installation of win xp hangs
 2007-12-21  9:34 UTC  (10+ messages)

[1-5/17] Patch 1-10 of kvm/ia64 V2
 2007-12-21  8:14 UTC  (5+ messages)
    ` [kvm-devel] "

[PATCH] Export three symbols for kvm use
 2007-12-21  6:31 UTC  (4+ messages)

[PATCH] align gdbstub with QEMU
 2007-12-20 15:06 UTC  (5+ messages)

[PATCH] kvm/qemu : Enable coms init, since rtc added back
 2007-12-20 12:40 UTC  (2+ messages)

[PATCH] kvm/qemu :Add one empty entry in hob to adapt the requirement of open GFW
 2007-12-20 11:47 UTC 

[PATCH 2/2] Option ROM for booting from SCSI/PV disks
 2007-12-20 11:45 UTC  (2+ messages)
` [Qemu-devel] "

Guest kernel hangs in smp kvm for older kernels prior to tsc sync cleanup
 2007-12-20 10:34 UTC  (10+ messages)
      ` [kvm-devel] "

about apic in uniprocessor
 2007-12-20 10:33 UTC  (2+ messages)

remove redundant VM Exit for non-aligned guest pte write or part of pte write
 2007-12-20  9:21 UTC  (2+ messages)

[PATCH] kvm: external module: Remove 'include/asm' before execute 'ln'
 2007-12-20  9:15 UTC  (2+ messages)

KVM Test result, kernel 6fd19d0.., userspace 7e9f4b6
 2007-12-20  8:48 UTC 

KVM Test result, kernel 5ca24d9.., userspace 120e0c8
 2007-12-20  7:01 UTC  (10+ messages)
          ` KVM Test result, kernel 5ca24d9.., userspace120e0c8


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