messages from 2007-11-05 17:42:06 to 2007-11-08 20:18:27 UTC [more...]
[PATCH]3/5 Using kvm_arch prefix to define functions, and replace
2007-11-08 20:18 UTC (4+ messages)
` [PATCH]3/5 Using kvm_arch prefix to definefunctions, "
2.6.23 git current compile error on UP
2007-11-08 20:09 UTC (2+ messages)
[PATCH] Fix building of kvmctl
2007-11-08 20:05 UTC
[PATCH 0/3] virtio PCI driver
2007-11-08 19:04 UTC (13+ messages)
` [PATCH 1/3] Export vring functions for modules to use
` [PATCH 2/3] Put the virtio under the virtualization menu
` [PATCH 3/3] virtio PCI device
[RFC] virtio-blk PCI backend
2007-11-08 19:02 UTC (9+ messages)
[PATCH 00 of 17] [v4] libkvm refactor
2007-11-08 18:59 UTC (26+ messages)
` [PATCH 01 of 17] Move kvm_context to kvm-common.h & add CFLAGS to config-* filese
` [PATCH 02 of 17] Make static slot & kvm_memory region funcions public
` [PATCH 03 of 17] Move fuction kvm_alloc_kernel_memory to libkvm-x86.c
` [PATCH 04 of 17] Move kvm_alloc_userspace_memory "
` [PATCH 05 of 17] Modify out arch specific code from kvm_create function
` [PATCH 06 of 17] Move kvm_create_kernel_phys_mem to libkvm-x86.c
` [PATCH 07 of 17] Move kvm_create_memory_alias & kvm_destroy_memory_alias "
` [PATCH 08 of 17] Move kvm_get & kmv_set_lapci functions "
` [PATCH 09 of 17] Make functions in libkvm.c nonstatic
` [PATCH 10 of 17] Move abi 10 functions to libkvm-x86.c
` [PATCH 11 of 17] Move msrs "
` [PATCH] make msrs functions public for x86
` [PATCH 12 of 17] Move print_seg & Move kvm_show_regs to libkvm-x86.c
` [PATCH 13 of 17] Declare kvm_abi as a global variable in kvm-common.h
` [PATCH 14 of 17] Move kvm_get_apic to libkvm-x86.c
` [PATCH 15 of 17] Move cr8 functions "
` [PATCH 16 of 17] Move kvm_setup_cpuid "
` [PATCH 17 of 17] Remove unsued inclusion of linux/kvm_parah.h in userspace libkvm.h
[PATCH] Fix declerations that should be in kvm-common.h & not in kvm-x86.h
2007-11-08 17:45 UTC
[PATCH] 4/5 Combine kvm_init and kvm_init_x86 into onefunction (Correction V2)
2007-11-08 17:28 UTC (5+ messages)
` [PATCH] 4/5 Combine kvm_init and kvm_init_x86 intoonefunction (Correction V3)
IA64 KVM
2007-11-08 16:00 UTC (3+ messages)
[PATCH] 5/5 Make kvm_init as arch-indepenent
2007-11-08 13:56 UTC (2+ messages)
[PATCH]0/5 Patch to split x86 specific code from kvm_main.c
2007-11-08 13:36 UTC (4+ messages)
` [Resend ] [PATCH]0/5 Patch to split x86 specific code fromkvm_main.c, rebase to latest commits
SMP support on AMD64
2007-11-08 13:07 UTC (9+ messages)
[ANNOUNCE] kvm-51 release
2007-11-08 13:05 UTC (6+ messages)
Bug: cpu0 unhandled rdmsr: 0x1900 and inject_general_protection
2007-11-08 13:02 UTC (2+ messages)
[PATCH 0/5] KVM fixes for 2.6.24-rc2
2007-11-08 10:35 UTC (6+ messages)
` [PATCH 1/5] KVM: x86 emulator: fix 'push imm8' emulation
` [PATCH 2/5] KVM: SVM: Fix SMP with kernel apic
` [PATCH 3/5] KVM: SVM: Defer nmi processing until switch to host state is complete
` [PATCH 4/5] KVM: x86 emulator: invd instruction
` [PATCH 5/5] KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions
[PATCH 1/2] KVM userspace: Add PCI device passthrough support
2007-11-08 10:00 UTC (9+ messages)
` [PATCH 2/2] KVM Userspace: IRQ injection into guest
` [Qemu-devel] [PATCH 1/2] KVM userspace: Add PCI device passthrough support
FreeBSD image hangs during boot
2007-11-08 9:44 UTC (13+ messages)
[PATCH] 2/5 mov kvm_x86_ops to x86.c
2007-11-08 8:48 UTC (2+ messages)
[Patch]1/5 Move some includes to x86, since the related functions have been moved to x86.c
2007-11-08 8:48 UTC (2+ messages)
[PATCH] 4/5 Combine kvm_init and kvm_init_x86 into one function
2007-11-08 7:21 UTC
[PATCH] Add accessor for kvm->vm_fd
2007-11-08 6:43 UTC (5+ messages)
A question about virtio and KVM
2007-11-07 17:09 UTC (8+ messages)
[Patch][Fix win2k install] Add delay between dma issue & result
2007-11-07 16:48 UTC
Starting a VM reboots my machine
2007-11-07 16:25 UTC (24+ messages)
RFC: Paravirtualized DMA accesses for KVM
2007-11-07 14:21 UTC (17+ messages)
` [PATCH 1/8] KVM: PVDMA Host: Handle reqeusts for guest DMA mappings
` [PATCH 2/8] KVM: Move #include asm/kvm_para.h outside of __KERNEL__
` [PATCH 3/8] KVM: PVDMA Guest: Guest-side routines for paravirtualized DMA
` [PATCH 4/8] KVM: PVDMA: Introduce is_pv_device() dma operation
` [PATCH 5/8] KVM: PVDMA: Update dma_alloc_coherent to make it paravirt-aware
` [PATCH 6/8] KVM: PVDMA Guest: Add Makefile rule
` [PATCH 7/8] PVDMA: Guest: Add Kconfig options to select PVDMA
` [PATCH 8/8] KVM: Update drivers/Makefile to check for CONFIG_VIRTUALIZATION
KVM paravirt clocksource - Take 3 out of <put your number here>
2007-11-07 13:59 UTC (16+ messages)
` include files for kvmclock
` kvmclock - the host part
` kvmclock implementation, the guest part
KVM Test result, kernel 35e0154.. , userspace b0e5e88
2007-11-07 12:28 UTC (4+ messages)
Rare nude photos of Kate Moss
2007-11-06 20:42 UTC
2.6.23.1-rt4 and kvm 48
2007-11-06 14:53 UTC (7+ messages)
[PATCH] Fix writing back APIC reset to inkernel APIC
2007-11-06 14:21 UTC (2+ messages)
[Patch] improvement of "make rpm" (take2)
2007-11-06 13:17 UTC (2+ messages)
Crash with debian kernel & kvm-48 from debian
2007-11-06 12:28 UTC (3+ messages)
[PATCH] KVM: VMX: Fix repeatly allocate of apic access page
2007-11-06 10:04 UTC (2+ messages)
[PATCH] KVM: VMX: Fix repeatly allocate of apic access page
2007-11-06 9:23 UTC (2+ messages)
[PATCH 15 of 19] Declare kvm_abi as a global variable in libkvm.h
2007-11-06 9:11 UTC (4+ messages)
[PATCH 07 of 19] Move kvm_create_phys_mem to libkvm-x86.c
2007-11-06 9:10 UTC (5+ messages)
` [PATCH 07 of 19] Movekvm_create_phys_mem "
KVM-49 crash on XP(SP2) install
2007-11-06 9:03 UTC (5+ messages)
[Patch] improvement of "make rpm"
2007-11-06 9:01 UTC (4+ messages)
KVM Test Result, kernel: c388ba8... userspace: 0fcf4878
2007-11-06 1:35 UTC
Host crashes when creating guest
2007-11-06 1:30 UTC (3+ messages)
Diversity Business Newsletter
2007-11-05 22:26 UTC
need some help with shared memory
2007-11-05 22:10 UTC (2+ messages)
[PATCH 01 of 19] Move kvm_context to kvmctl.h
2007-11-05 20:24 UTC (5+ messages)
` [kvm-ppc-devel] "
Vista Networking
2007-11-05 17:42 UTC (2+ 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