public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-04-21 15:30:21 to 2010-04-23 13:04:07 UTC [more...]

[UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
 2010-04-23 13:02 UTC  (17+ messages)

[PATCH RFC v2 0/6] KVM: moving dirty gitmaps to user space!
 2010-04-23 12:59 UTC  (30+ 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 1/10] KVM MMU: fix for calculating gpa in invlpg code
 2010-04-23 12:11 UTC  (9+ messages)
` [PATCH 2/10] KVM MMU: convert mmu tracepoints
` [PATCH 3/10] KVM MMU: move unsync/sync tracpoints to proper place
` [PATCH 4/10] KVM MMU: Move invlpg code out of paging_tmpl.h

[PATCH 5/10] KVM MMU: cleanup invlpg code
 2010-04-23 12:08 UTC  (10+ messages)
` [PATCH 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
` [PATCH 7/10] KVM MMU: allow more page become unsync at gfn mapping time
` [PATCH 8/10] KVM MMU: allow more page become unsync at getting sp time
` [PATCH 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
` [PATCH 10/10] KVM MMU: optimize sync/update unsync-page

[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  (7+ messages)

[RFC PATCH 00/20] Kemari for KVM v0.1
 2010-04-23  9:59 UTC  (42+ 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

Linux Plumbers Conference 2010 - call for tracks
 2010-04-23  9:53 UTC 

[PATCH 1/5] Add a global synchronization point for pvclock
 2010-04-23  9:34 UTC  (13+ messages)

how to tweak kernel to get the best out of kvm?
 2010-04-23  8:47 UTC 

PXE Boot Timeout Issue
 2010-04-23  8:27 UTC  (2+ messages)

[PATCH 3/3] KVM MMU: Take sp level into account when calculating quadran
 2010-04-23  8:10 UTC  (2+ messages)

[RFC][PATCH v3 1/3] A device for zero-copy based on KVM virtio-net
 2010-04-23  7:08 UTC  (6+ messages)
`  "
` Re:[RFC][PATCH v3 2/3] Provides multiple submits and asynchronous notifications
  ` [RFC][PATCH "

[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  (7+ 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)

[qemu-kvm tests 0/3] qemu-kvm tests cleanup
 2010-04-22 12:33 UTC  (4+ messages)
` [qemu-kvm tests 1/3] "
  ` [qemu-kvm tests 2/3] qemu-kvm tests cleanup: adapt stringio test to kernel-mode run
    ` [qemu-kvm tests 3/3] qemu-kvm tests cleanup: Added printing for passing tests Also typo fix

[PATCH] kvm vmx: free vpid when fail to create vcpu
 2010-04-22 11:10 UTC 

[PATCH 0/8] More fixes for nested svm
 2010-04-22 11:04 UTC  (10+ messages)
` [PATCH 1/8] KVM: SVM: Fix nested nmi handling
` [PATCH 2/8] KVM: SVM: Make sure rip is synced to vmcb before nested vmexit
` [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

32-bit color graphic on KVM virtual machines
 2010-04-22 10:05 UTC 

[PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition
 2010-04-22  9:33 UTC 

[RFC][PATCH v2 0/3] Provide a zero-copy method on KVM virtio-net
 2010-04-22  9:19 UTC  (10+ messages)

[PATCH][STABLE] block: Free iovec arrays allocated by multiwrite_merge()
 2010-04-22  8:38 UTC  (2+ messages)
` [Qemu-devel] "

Timedrift in KVM guests after livemigration
 2010-04-22  7:40 UTC  (4+ messages)

QEMU-KVM and video performance
 2010-04-22  7:03 UTC  (22+ messages)
  ` [Qemu-devel] "
      `  "

Shadow page table questions
 2010-04-22  6:52 UTC  (13+ messages)
          ` KVM Page Fault Question

[PATCH 0/10] KVM MMU: allow more shadow pages become asynchronous
 2010-04-22  6:12 UTC 

[RFC please check] KVM: question about the commit "Use Little Endian for Dirty Bitmap"
 2010-04-22  4:12 UTC  (4+ messages)

KVM autotest patch queue - 21-04-2010
 2010-04-22  3:17 UTC 

[PATCH][RESEND]Fix GFP flags passed from the virtio balloon driver
 2010-04-22  2:52 UTC  (2+ messages)
` [PATCH] virtio: Fix "

About cpu_set, CPU hotplug and related subjects
 2010-04-22  1:12 UTC  (2+ messages)

Irish 2010 Grant Winner
 2010-04-21 22:00 UTC 

Huge memory leak in virtio, see kvm-Bugs-2989366
 2010-04-21 20:13 UTC  (7+ messages)
` [PATCH] block: Free iovec arrays allocated by multiwrite_merge()

[PATCH v5 3/5] RESEND: function for assigning ioeventfds
 2010-04-21 19:15 UTC 

Huge memory leak in virtio, see kvm-Bugs-2989366
 2010-04-21 18:39 UTC  (5+ messages)

Kvm network freeze
 2010-04-21 18:33 UTC  (3+ messages)

[PATCH v5 0/5] PCI Shared Memory device
 2010-04-21 18:00 UTC  (6+ messages)
` [PATCH v5 1/5] Device specification for shared memory PCI device
  ` [PATCH v5 2/5] Support adding a file to qemu's ram allocation
    ` [PATCH v5 3/5] Add functions for assigning ioeventfd and irqfds
      ` [PATCH v5 4/5] Inter-VM shared memory PCI device
        ` [PATCH v5 5/5] shared memory server for inter-VM shared memory

[ kvm-Bugs-2976863 ] 32PAE Windows guest blue screen when booting with apci on
 2010-04-21 16:51 UTC 

[PATCH] KVM: VMX: Translate interrupt shadow when waiting on NMI window
 2010-04-21 15:30 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox