messages from 2010-04-23 11:05:54 to 2010-04-26 10:44:09 UTC [more...]
[RFC PATCH 00/20] Kemari for KVM v0.1
2010-04-26 10:43 UTC (36+ messages)
` [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
` [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
Synchronized time with kvm_clock
2010-04-26 10:01 UTC (2+ messages)
[PATCH 1/3] KVM test: Use customized command to get the version of kvm and its
2010-04-26 10:07 UTC (3+ messages)
` [PATCH 2/3] KVM test: Create ksm scanner through pre_command
` [PATCH 3/3] KVM test: Remove the duplicated KERNEL paramters in the pxe configuration file
[PATCH 0/9] Make use of the redirection of guest serial
2010-04-26 10:04 UTC (10+ messages)
` [PATCH 1/9] KVM test: Introduce the prompt assist
` [PATCH 2/9] KVM test: Add the ability to send the username in remote_login()
` [PATCH 3/9] KVM test: Make the login re suitable for serial console
` [PATCH 4/9] KVM test: Redirect the serial to the unix domain socket
` [PATCH 5/9] KVM test: Log the content from guest serial console
` [PATCH 6/9] KVM test: Raise error when met unknown type in kvm_vm.remote_login()
` [PATCH 7/9] KVM test: Introduce the local_login()
` [PATCH 8/9] KVM test: Create the background threads before calling process()
` [PATCH 9/9] KVM test: Redirect the console to serial for all linux guests
[PATCH 0/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
2010-04-26 9:58 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
2010-04-26 9:24 UTC (3+ messages)
[PATCH 0/5] mmu root page cleanups
2010-04-26 9:23 UTC (7+ messages)
` [PATCH 1/5] KVM: MMU: Rearrange struct kvm_mmu_page
` [PATCH 2/5] KVM: MMU: use 16 bits for root_count
` [PATCH 3/5] KVM: MMU: Unify 32-pae and single-root mmu setup
` [PATCH 4/5] KVM: MMU: Use correct root gfn for direct maps
` [PATCH 5/5] KVM: MMU: Fix check for cr3 outside guest memory
[PATCH] KVM: Minor MMU documentation edits
2010-04-26 8:59 UTC
KVM_SET_MP_STATE is undocumented
2010-04-26 7:48 UTC (3+ messages)
[PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code
2010-04-26 7:39 UTC (20+ 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
VIA Nano support
2010-04-26 7:08 UTC (2+ messages)
[PATCH V5 1/3] perf & kvm: Enhance perf to collect KVM guest os statistics from host side
2010-04-26 6:11 UTC (4+ messages)
Shadow page table questions
2010-04-26 5:42 UTC (14+ messages)
` KVM Page Fault Question
[uq/master patch 0/5] prepare for qemu-kvm's usage of upstream memslot code
2010-04-26 5:37 UTC (19+ 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
Mount and unmount CD
2010-04-25 15:45 UTC (4+ messages)
` Mount and unmount CD Bug reporting
Huge memory leak in virtio, see kvm-Bugs-2989366
2010-04-25 13:35 UTC (9+ messages)
` [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
[PATCH] KVM: Document KVM_GET_MP_STATE and KVM_SET_MP_STATE
2010-04-25 13:03 UTC (2+ messages)
[RFC][PATCH v4 01/18] Add a new struct for device to manipulate external buffer
2010-04-25 12:14 UTC (26+ 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
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)
[UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
2010-04-23 17:03 UTC (15+ messages)
` KVM: convert ioapic lock to spinlock
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 (28+ messages)
` [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
` [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 (4+ messages)
` [PATCH 8/10] KVM MMU: allow more page become unsync at getting sp time
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