messages from 2008-04-01 22:22:51 to 2008-04-05 18:22:49 UTC [more...]
[patch 0/4] fix SMP migration and savevm/loadvm
2008-04-05 18:22 UTC (4+ messages)
` [patch 1/4] QEMU/KVM: only use KVM apic registers if vm is running
` [patch 2/4] QEMU/KVM: save and load mp state
` [patch 3/4] QEMU/KVM: ignore SIG_IPI signals in userspace
extboot usage?
2008-04-05 18:00 UTC (8+ messages)
[ kvm-Bugs-1935481 ] unhandled vm exit: 0x80000021 vcpu_id 0
2008-04-05 16:37 UTC
kernel BUG at drivers/virtio/virtio_ring.c:218!
2008-04-05 13:53 UTC (2+ messages)
[ kvm-Bugs-1935336 ] guest Windows 2008 Server 64-bit Install crashes
2008-04-05 12:10 UTC
idle load
2008-04-05 8:57 UTC (3+ messages)
Ubuntu Gutsy host / XP guest / -smp 2
2008-04-05 7:25 UTC (7+ messages)
[PATCH] Fix external module install for new host kernels
2008-04-05 7:19 UTC (2+ messages)
[PATCH 1/6] Use ram_addr_t for cpu_get_physical_page_desc (v2)
2008-04-05 4:02 UTC (6+ messages)
` [PATCH 2/6] PCI DMA API (v2)
` [PATCH 3/6] virtio for QEMU (v2)
` [PATCH 4/6] virtio network driver (v2)
` [PATCH 5/6] virtio block "
` [PATCH 6/6] virtio balloon "
[PATCH 1/6] Use ram_addr_t for cpu_get_physical_page_desc
2008-04-05 3:09 UTC (4+ messages)
` [PATCH 3/6] virtio for QEMU
` [Qemu-devel] "
[ofa-general] [patch 00/10] [RFC] EMM Notifier V3
2008-04-05 0:57 UTC (14+ messages)
` [ofa-general] [patch 01/10] emm: mm_lock: Lock a process against reclaim
` [ofa-general] "
` [patch 02/10] emm: notifier logic
` [ofa-general] "
` [patch 03/10] emm: Move tlb flushing into free_pgtables
` [ofa-general] [patch 04/10] emm: Convert i_mmap_lock to i_mmap_sem
` [patch 05/10] emm: Remove tlb pointer from the parameters of unmap vmas
` [ofa-general] [patch 06/10] emm: Convert anon_vma lock to rw_sem and refcount
` [patch 07/10] xpmem: This patch exports zap_page_range as it is needed by XPMEM
` [patch 08/10] xpmem: Locking rules for taking multiple mmap_sem locks
` [patch 09/10] xpmem: The device driver
` [ofa-general] [patch 10/10] xpmem: Simple example
[ofa-general] [patch 0/9] [RFC] EMM Notifier V2
2008-04-05 0:23 UTC (36+ messages)
` [patch 1/9] EMM Notifier: The notifier calls
` [ofa-general] "
` [ofa-general] EMM: Fixup return value handling of emm_notify()
` [ofa-general] "
` [ofa-general] EMM: Require single threadedness for registration
` [ofa-general] "
` EMM: disable other notifiers before register and unregister
` [ofa-general] "
` [ofa-general] [PATCH] mmu notifier #v11
` "
` [ofa-general] "
` [patch 5/9] Convert anon_vma lock to rw_sem and refcount
` [ofa-general] "
Need info on guest swapping and other things in KVM
2008-04-05 0:18 UTC
[PATCH] account for start offset on largepage aligned-sized memslots
2008-04-04 21:24 UTC (2+ messages)
QEMU/KVM: make kvm_arch_load_regs() aware of in kernel APIC
2008-04-04 21:23 UTC (3+ messages)
[PATCH] Fix vmmouse with -smp
2008-04-04 21:22 UTC (2+ messages)
[PATCH 00/04] kvm-s390 updates
2008-04-04 21:12 UTC (4+ messages)
` [PATCH 03/04 v2] kvm-s390: Improve pgste accesses
[PATCH 01/04] kvm-s390: Some codingstyle issues
2008-04-04 21:08 UTC (7+ messages)
` [PATCH 02/04] kvm-s390: Fix incorrect return value
` [PATCH 03/04] kvm-s390: Improve pgste accesses
` [PATCH 04/04] kvm-s390: rename stfl to kvm_stfl
[PATCH] prepopulate guest pages after write-protecting
2008-04-04 21:06 UTC (3+ messages)
direct access to hard-disk devices
2008-04-04 1:58 UTC
direct access to hard-disk devices
2008-04-04 1:50 UTC
[PATCH 00/35] KVM updates for the 2.6.26 merge window (part II)
2008-04-03 19:32 UTC (36+ messages)
` [PATCH 01/35] KVM: Use x86's segment descriptor struct instead of private definition
` [PATCH 02/35] KVM: Add stat counter for hypercalls
` [PATCH 03/35] KVM: x86 emulator: fix sparse warnings in x86_emulate.c
` [PATCH 04/35] KVM: SVM: make iopm_base static
` [PATCH 05/35] KVM: sparse fixes for kvm/x86.c
` [PATCH 06/35] KVM: Implement dummy values for MSR_PERF_STATUS
` [PATCH 07/35] KVM: MMU: ignore zapped root pagetables
` [PATCH 08/35] KVM: MMU: large page support
` [PATCH 09/35] KVM: Prefix control register accessors with kvm_ to avoid namespace pollution
` [PATCH 10/35] KVM: Use kzalloc to avoid allocating kvm_regs from kernel stack
` [PATCH 11/35] KVM: detect if VCPU triple faults
` [PATCH 12/35] KVM: replace remaining __FUNCTION__ occurances
` [PATCH 13/35] KVM: VMX: Don't adjust tsc offset forward
` [PATCH 14/35] KVM: Remove pointless desc_ptr #ifdef
` [PATCH 15/35] KVM: In kernel PIT model
` [PATCH 16/35] KVM: Add save/restore supporting of in kernel PIT
` [PATCH 17/35] KVM: Add reset support for "
` [PATCH 18/35] KVM: add basic paravirt support
` [PATCH 19/35] x86: KVM guest: "
` [PATCH 20/35] KVM: Provide unlocked version of emulator_write_phys()
` [PATCH 21/35] KVM: MMU: hypercall based pte updates and TLB flushes
` [PATCH 22/35] x86: KVM guest: "
` [PATCH 23/35] x86: KVM guest: hypercall batching
` [PATCH 24/35] x86: allow machine_crash_shutdown to be replaced
` [PATCH 25/35] x86: make native_machine_shutdown non-static
` [PATCH 26/35] x86: KVM guest: disable clock before rebooting
` [PATCH 27/35] KVM: kvm.h: __user requires compiler.h
` [PATCH 28/35] KVM: MMU: Set the accessed bit on non-speculative shadow ptes
` [PATCH 29/35] KVM: Move some x86 specific constants and structures to include/asm-x86
` [PATCH 30/35] KVM: MMU: fix dirty bit setting when removing write permissions
` [PATCH 31/35] KVM: MMU: Introduce and use spte_to_page()
` [PATCH 32/35] KVM: no longer EXPERIMENTAL
` [PATCH 33/35] KVM: VMX: Add module option to disable flexpriority
` [PATCH 34/35] KVM: x86: add functions to get the cpl of vcpu
` [PATCH 35/35] KVM: x86: hardware task switching support
virtual machines network goes 100Mbit when interface is Gbit
2008-04-03 16:14 UTC (6+ messages)
[ kvm-Bugs-1933508 ] KVM cannot migrate with command -monitor
2008-04-03 15:53 UTC
[patch 0/3] separate thread for IO handling V3
2008-04-03 15:26 UTC (7+ messages)
` [patch 1/3] QEMU/KVM: separate thread for IO handling
` [patch 2/3] QEMU/KVM: add function to handle signals
` [patch 3/3] QEMU/KVM: notify IO thread of pending bhs
How guest virtual address is translated to physical address?
2008-04-03 14:30 UTC (3+ messages)
[PATCH RFC 1/5]Add some trace enties and define interface for tracing
2008-04-03 10:50 UTC (2+ messages)
[PATCH RFC 2/5] Create relay channels and add trace data
2008-04-03 10:37 UTC (2+ messages)
[PATCH 1/1] direct mmio for passthrough - kernel part
2008-04-03 8:51 UTC (13+ messages)
Бухгалтерский учет в обособленных подразделений
2008-04-03 7:56 UTC
[Patch][00/18] kvm-ia64 for kernel V10
2008-04-03 2:15 UTC
[ofa-general] [PATCH 0 of 8] mmu notifiers #v10
2008-04-03 1:03 UTC (13+ messages)
` [ofa-general] [PATCH 1 of 8] Core of mmu notifiers
` "
` [PATCH 2 of 8] Moves all mmu notifier methods outside the PT lock (first and not last
` [ofa-general] "
` [PATCH 3 of 8] Move the tlb flushing into free_pgtables. The conversion of the locks
` [PATCH 4 of 8] The conversion to a rwsem allows callbacks during rmap traversal
` [ofa-general] [PATCH 5 of 8] We no longer abort unmapping in unmap vmas because we can reschedule while
` [PATCH 6 of 8] Convert the anon_vma spinlock to a rw semaphore. This allows concurrent
` [PATCH 7 of 8] XPMEM would have used sys_madvise() except that madvise_dontneed()
` [ofa-general] [PATCH 8 of 8] This patch adds a lock ordering rule to avoid a potential deadlock when
[02/17][PATCH] Implement smp_call_function_mask for ia64 - V8
2008-04-02 23:48 UTC (6+ messages)
[PATCH] Don't assume struct page for x86 MMU
2008-04-02 19:46 UTC
KVM hangs with windows XP guest - help with debugging?
2008-04-02 11:50 UTC (4+ messages)
[PATCH] KVM: add kvm_get_kvm and kvm_put_kvm functions
2008-04-02 11:38 UTC (2+ messages)
[PATCH 1/2] Refactor in-kernel PIT to a separate device
2008-04-02 10:48 UTC (3+ messages)
` [PATCH 2/2] Move in-kernel PIT device to separate file
[RFC/PATCH 00/15] kvm on big iron
2008-04-02 10:20 UTC (4+ messages)
` [RFC/PATCH 05/15 v3] kvm-s390: s390 arch backend for the kvm kernel module
True meaning of showing wealth
2008-04-02 9:51 UTC
[PATCH] Fix endianness for virtio-blk config space
2008-04-02 6:52 UTC (2+ messages)
[PATCH] X86: small parameter name cleanup
2008-04-02 6:51 UTC (2+ messages)
Иностранные сотрудники новшества в законодательстве
2008-04-02 5:41 UTC
[RFC] direct mmio for passthrough
2008-04-02 4:00 UTC (11+ messages)
` [PATCH 1/1] direct mmio for passthrough - kernel part
[16/18]KVM:IA64 : Add kvm sal/pal virtulization support.V9
2008-04-02 3:13 UTC (2+ messages)
` [kvm-ia64-devel] [16/18]KVM:IA64 : Add kvm sal/palvirtulization support.V9
[13/18] KVM:IA64: Add optimization for some virtulization faults V9
2008-04-02 2:03 UTC (2+ messages)
` [kvm-devel] "
[ANN] Bochs bios ported to gcc
2008-04-02 1:42 UTC
Долевое строительство домов
2008-04-02 1:32 UTC
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