messages from 2010-04-22 14:48:55 to 2010-04-25 09:46:35 UTC [more...]
[PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code
2010-04-25 9:46 UTC (11+ messages)
` [PATCH v2 2/10] KVM MMU: convert mmu tracepoints
` [PATCH v2 3/10] KVM MMU: move unsync/sync tracpoints to proper place
` [PATCH v2 4/10] KVM MMU: cleanup invlpg code
` [PATCH v2 5/10] KVM MMU: split kvm_sync_page() function
` [PATCH v2 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
` [PATCH v2 7/10] KVM MMU: allow more page become unsync at gfn mapping time
` [PATCH v2 8/10] KVM MMU: allow more page become unsync at getting sp time
` [PATCH v2 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
` [PATCH v2 10/10] KVM MMU: optimize sync/update unsync-page
[RFC][PATCH v4 01/18] Add a new struct for device to manipulate external buffer
2010-04-25 9:35 UTC (21+ messages)
` [RFC][PATCH v4 02/18] Export 2 func for device to assign/dassign new structure
` [RFC][PATCH v4 03/18] Add a ndo_mp_port_prep pointer to net_device_ops
` [RFC][PATCH v4 04/18] Add a function make external buffer owner to query capability
` [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer
` [RFC][PATCH v4 06/18] Add interface to get external buffers
` [RFC][PATCH v4 07/18] Make __alloc_skb() to get external buffer
` [RFC][PATCH v4 08/18] Ignore skb_reserve() when device is using "
` [RFC][PATCH v4 09/18] Don't do skb recycle, if device use "
` [RFC][PATCH v4 10/18] Use callback to deal with skb_release_data() specially
` [RFC][PATCH v4 11/18] Add a hook to intercept external buffers from NIC driver
` [RFC][PATCH v4 12/18] To skip GRO if buffer is external
` [RFC][PATCH v4 13/18] Add header file for mp device
` [RFC][PATCH v4 14/18] Add basic func and special ioctl to "
` [RFC][PATCH v4 15/18] Manipulate external buffers in "
` [RFC][PATCH v4 16/18] Export proto_ops to vhost-net driver
` [RFC][PATCH v4 17/18] Add a kconfig entry and make entry for mp device
` [RFC][PATCH v4 18/18] Provides multiple submits and async notifications
` [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net
[PATCH 0/8] More fixes for nested svm
2010-04-25 8:39 UTC (35+ messages)
` [PATCH 1/8] KVM: SVM: Fix nested nmi handling
` [PATCH 3/8] KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
` [PATCH 4/8] KVM: SVM: Propagate nested entry failure into guest hypervisor
` [PATCH 5/8] KVM: X86: Add callback to let modules decide over some supported cpuid bits
` [PATCH 6/8] KVM: SVM: Report emulated SVM features to userspace
` [PATCH 7/8] KVM: x86: Allow marking an exception as reinjected
` [PATCH 8/8] KVM: SVM: Handle MCE intercepts always on host level
[PATCH v2 0/10] KVM MMU: allow more shadow pages become asynchronous
2010-04-25 6:58 UTC
KVM warning about uncertified CPU for SMP for AMD model 2, stepping 3
2010-04-25 4:22 UTC (5+ messages)
[RFC][PATCH v3 2/3] Provides multiple submits and asynchronous notifications
2010-04-24 19:32 UTC (3+ messages)
` "
[PATCHv5] add mergeable receiver buffers support to vhost
2010-04-24 19:07 UTC (2+ messages)
RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
2010-04-24 18:40 UTC (7+ messages)
[PATCH 1/5] Add a global synchronization point for pvclock
2010-04-24 9:30 UTC (20+ messages)
[PATCH v4 1/3] Device specification for shared memory PCI device
2010-04-24 9:28 UTC (5+ messages)
` [PATCH v4] Shared memory uio_pci driver
[uq/master patch 0/5] prepare for qemu-kvm's usage of upstream memslot code
2010-04-24 7:34 UTC (7+ messages)
` [uq/master patch 1/5] vga: fix typo in length passed to kvm_log_stop
` [uq/master patch 2/5] kvm: add logging count to slots
` [uq/master patch 3/5] introduce leul_to_cpu
` [uq/master patch 4/5] kvm: port qemu-kvm's bitmap scanning
` [uq/master patch 5/5] introduce qemu_ram_map
questions about implementing a zero-copy solution to transfer data between VMs
2010-04-23 20:35 UTC
Don't confine mouse on grab
2010-04-23 20:17 UTC
PXE Boot Timeout Issue
2010-04-23 19:23 UTC (6+ messages)
Mount and unmount CD
2010-04-23 18:52 UTC (3+ messages)
[UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
2010-04-23 17:03 UTC (16+ messages)
` KVM: convert ioapic lock to spinlock
[RFC PATCH 00/20] Kemari for KVM v0.1
2010-04-23 15:07 UTC (49+ messages)
` [RFC PATCH 01/20] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_dirty
` [RFC PATCH 04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops()
` [RFC PATCH 07/20] Introduce qemu_put_vector() and qemu_put_vector_prepare() to use put_vector() in QEMUFile
` [RFC PATCH 08/20] Introduce RAMSaveIO and use cpu_physical_memory_get_dirty_range() to check multiple dirty pages
` [RFC PATCH 10/20] Introduce skip_header parameter to qemu_loadvm_state() so that it can be called iteratively without reading the header
` [RFC PATCH 14/20] Upgrade QEMU_FILE_VERSION from 3 to 4, and introduce qemu_savevm_state_all()
` [RFC PATCH 15/20] Introduce FT mode support to configure
` [RFC PATCH 19/20] Insert do_event_tap() to virtio-{blk,net}, comment out assert() on cpu_single_env temporally
` [RFC PATCH 19/20] Insert do_event_tap() to virtio-{blk, net}, "
` [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
kvm apparently still has issues with blockdev >1Tb
2010-04-23 14:47 UTC
[PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code
2010-04-23 13:27 UTC (9+ messages)
` [PATCH 4/10] KVM MMU: Move invlpg code out of paging_tmpl.h
[PATCH RFC v2 0/6] KVM: moving dirty gitmaps to user space!
2010-04-23 13:20 UTC (32+ messages)
` [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy dirty bitmaps to user space
` [PATCH RFC v2 5/6] KVM: moving "
` [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
[PATCH 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
2010-04-23 12:08 UTC (6+ messages)
` [PATCH 8/10] KVM MMU: allow more page become unsync at getting sp time
[PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
2010-04-23 11:11 UTC (2+ messages)
[PATCH V5 1/3] perf & kvm: Enhance perf to collect KVM guest os statistics from host side
2010-04-23 10:50 UTC (3+ messages)
[PATCH] KVM: no need to test bit before setting dirty bit these days
2010-04-23 10:31 UTC (2+ messages)
[PATCH] KVM: Document mmu
2010-04-23 10:23 UTC (5+ messages)
Linux Plumbers Conference 2010 - call for tracks
2010-04-23 9:53 UTC
how to tweak kernel to get the best out of kvm?
2010-04-23 8:47 UTC
[PATCH 3/3] KVM MMU: Take sp level into account when calculating quadran
2010-04-23 8:10 UTC (2+ messages)
[PATCH 1/3] KVM MMU: make kvm_mmu_zap_page() return the number of zapped sp in total
2010-04-23 5:58 UTC (4+ messages)
` [PATCH 1/3 v2] "
using ftrace with kvm
2010-04-23 5:59 UTC (3+ messages)
[RFC PATCH] asm-generic: bitops: introduce le bit offset macro
2010-04-23 1:55 UTC
[PATCH v4] Add mergeable RX bufs support to vhost
2010-04-22 17:59 UTC (4+ messages)
[PATCH v4] Add mergeable RX bufs support to vhost
2010-04-22 17:49 UTC (3+ messages)
[PATCH] Enable pvclock flags in vcpu_time_info structure
2010-04-22 17:41 UTC
KVM_SET_MP_STATE is undocumented
2010-04-22 17:18 UTC
[PATCH] qemu-kvm: Ask kernel about supported svm features
2010-04-22 14:48 UTC (6+ 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