messages from 2007-12-19 14:53:08 to 2007-12-24 06:56:01 UTC [more...]
[patch 0/5] KVM shadow scalability enhancements
2007-12-24 6:56 UTC (22+ 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 6:16 UTC
Find timing info between two VM exits
2007-12-24 0:55 UTC
virtio_net and SMP guests
2007-12-24 0:54 UTC (4+ 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
external module sched_in event
2007-12-23 17:37 UTC (4+ messages)
[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)
[PATCH] kvm/qemu: Fix ia64 build broken
2007-12-22 20:25 UTC (7+ 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 (16+ messages)
` [kvm-devel] "
` Guest kernel hangs in smp kvm for older kernelsprior "
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
[10-17/17] PATCH 11-17 of kvm/ia64 V2
2007-12-20 6:02 UTC
[5-10/17] PATCH 5-10 of kvm/ia64 V2
2007-12-20 6:01 UTC
[10-17/17] PATCH 11-17 of kvm/ia64 V2
2007-12-20 5:49 UTC
[5-10/17] PATCH 5-10 of kvm/ia64 V2
2007-12-20 5:47 UTC
FW: [PATCH] Patchset to enable kvm/ia64 support.[V2]
2007-12-20 5:44 UTC
FW: [PATCH] Patchset to enable kvm/ia64 support.[V2]
2007-12-20 5:42 UTC
[RFC] concurrent guest walker and instruction emulation
2007-12-19 20:38 UTC (4+ messages)
[PATCH 0/2] qemu: IDE/ATAPI emulation fixes
2007-12-19 19:49 UTC (4+ messages)
` [PATCH 1/2] GET_CONFIGURATION fixes to allow OpenSolaris CD-ROM access
` [PATCH 2/2] use DVD-ROM as model name for INQUIRY and IDENTIFY DEVICE
[ANNOUNCE] kvm-57 release
2007-12-19 17:05 UTC (3+ messages)
[PATCH][UPDATE] kvm-userspace: sync icache for more architectures
2007-12-19 15:50 UTC (3+ messages)
` [PATCH][UPDATE] kvm-userspace: simplify mmio callback
[RFC] external module: compatibility with older kernels (SMP and non SMP)
2007-12-19 15:44 UTC (4+ messages)
` [PATCH] external module: remove dependency on <asm/io_apic.h>
[PATCH] libkvm: null pointer dereference in kvm_destroy_phys_mem
2007-12-19 15:30 UTC (5+ messages)
` [PATCH] [RESEND] libkvm: NULL pointer dereference in kvm_destroy_phys_mem as used in kvm-56
[PATCH] Patchset to enable kvm/ia64 support
2007-12-19 15:26 UTC (3+ messages)
[PATCH] x86_64: fix problems due to use of "outb" to port 80 on some AMD64x2 laptops, etc
2007-12-19 15:03 UTC (3+ 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