public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-05 08:28:11 to 2010-05-07 08:25:36 UTC [more...]

[PATCH] kvm mmu: reduce 50% memory usage
 2010-05-07  8:25 UTC  (7+ messages)

Another SIGFPE in display code, now in cirrus
 2010-05-07  7:54 UTC  (2+ messages)

Endless loop in qcow2_alloc_cluster_offset
 2010-05-07  7:37 UTC  (3+ messages)

[PATCH v4 1/9] KVM MMU: split kvm_sync_page() function
 2010-05-07  3:58 UTC  (11+ messages)
` [PATCH v4 2/9] KVM MMU: don't write-protect if have new mapping to unsync page
` [PATCH v4 3/9] KVM MMU: allow more page become unsync at gfn mapping time
` [PATCH v4 4/9] KVM MMU: allow more page become unsync at getting sp time
` [PATCH v4 5/9] KVM MMU: rename 'root_count' to 'active_count'
  ` [PATCH v5 "
` [PATCH v4 6/9] KVM MMU: support keeping sp live while it's out of protection
  ` [PATCH v5 "
` [PATCH v4 7/9] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
` [PATCH v4 8/9] KVM MMU: no need atomic operation for 'invlpg_counter'
` [PATCH v4 9/9] KVM MMU: optimize sync/update unsync-page

[PATCH v4 0/9] KVM MMU: allow more shadow pages become asynchronous
 2010-05-07  3:55 UTC  (2+ messages)

[PATCH RFC] virtio: put last seen used index into ring itself
 2010-05-07  3:33 UTC  (7+ messages)
` [Qemu-devel] "

[PATCHv8 3/3] vhost_net: a kernel-level virtio server
 2010-05-07  3:05 UTC  (5+ messages)
  ` virtio: put last_used and last_avail index into ring itself

[PATCH 3/4 v3] KVM: VMX: VMCLEAR/VMPTRLD usage changes
 2010-05-07  2:42 UTC 

[PATCH 4/4 v3] KVM: VMX: VMXON/VMXOFF usage changes
 2010-05-07  2:43 UTC 

[PATCH 0/4 v3] KVM: VMX: Support hosted VMM coexsitence
 2010-05-07  2:42 UTC 

[PATCH 2/4 v3] KVM: VMX: Some minor changes to code structure
 2010-05-07  2:42 UTC 

[PATCH 1/4 v3] KVM: VMX: Define new functions to wrapper direct call of asm code
 2010-05-07  2:42 UTC 

[PATCH 2/3 v2] KVM: VMX: VMCLEAR/VMPTRLD usage changes
 2010-05-07  2:32 UTC  (3+ messages)

[PATCH 3/3] KVM Test: Add ioquit test case
 2010-05-07  2:15 UTC 

[PATCH 1/3] KVM Test: Add control file dbench.control.200 for dbench
 2010-05-06 23:32 UTC  (5+ messages)
` [PATCH 2/3] KVM Test: Add function run_autotest_background and wait_autotest_background
  ` [PATCH 3/3] KVM Test: Add ioquit test case

OPCODE Emulation
 2010-05-06 23:21 UTC  (2+ messages)

[PATCH] KVM test: Add a subtest iofuzz
 2010-05-06 23:18 UTC  (2+ messages)
` [Autotest] "

[PATCH] KVM test: Add a subtest iofuzz
 2010-05-06 23:13 UTC 

virtio-win problem
 2010-05-06 21:08 UTC  (7+ messages)

[PATCH] KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_roots
 2010-05-06 19:10 UTC  (2+ messages)

[PATCH v2 0/5] Fix EFER.NX=0 with EPT
 2010-05-06 19:43 UTC  (2+ messages)

[PATCH] KVM: Get rid of KVM_REQ_KICK
 2010-05-06 19:56 UTC  (2+ messages)

[PATCH 1/1] KVM: X86: add the support of XSAVE/XRSTOR to guest
 2010-05-06 19:49 UTC  (7+ messages)

[PATCH] Fix segfault after device assignment hot remove
 2010-05-06 18:58 UTC 

[KVM_AUTOTEST][PATCH] KSM_overcommit: dynamic reserve calculation
 2010-05-06 18:38 UTC  (2+ messages)
` [Autotest] "

[PATCH v5 0/5] PCI Shared Memory device
 2010-05-06 17:59 UTC  (8+ 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 4/5] RESEND: "

[PATCH 1/3] KVM test: Use customized command to get the version of kvm and its
 2010-05-06 17:16 UTC  (6+ messages)
` [PATCH 2/3] KVM test: Create ksm scanner through pre_command
  ` [Autotest] "
` [PATCH 3/3] KVM test: Remove the duplicated KERNEL paramters in the pxe configuration file
  ` [Autotest] "
` [Autotest] [PATCH 1/3] KVM test: Use customized command to get the version of kvm and its

How to map PCI memory into the VM without trapping
 2010-05-06 16:52 UTC  (2+ messages)
  ` [Qemu-devel] "

question on virtio
 2010-05-06 16:43 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH 0/9] Make use of the redirection of guest serial
 2010-05-06 15:43 UTC  (24+ messages)
` [PATCH 1/9] KVM test: Introduce the prompt assist
` [PATCH 3/9] KVM test: Make the login re suitable for serial console
` [PATCH 5/9] KVM test: Log the content from guest "
` [PATCH 6/9] KVM test: Raise error when met unknown type in kvm_vm.remote_login()
  ` [Autotest] "
` [PATCH 7/9] KVM test: Introduce the local_login()
      ` [Autotest] "
` [PATCH 8/9] KVM test: Create the background threads before calling process()
    ` [Autotest] "
` [PATCH 9/9] KVM test: Redirect the console to serial for all linux guests

[PATCH] virtio-spec: document block CMD and FLUSH
 2010-05-06 15:25 UTC  (8+ messages)
  ` [Qemu-devel] "

[PATCH] IOzone preprocessing: Fix wrong column mapping on graph generation
 2010-05-06 13:39 UTC  (2+ messages)
` [Autotest] "

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps to user space
 2010-05-06 13:38 UTC  (4+ messages)
` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro

[PATCH 1/3 v2] KVM: VMX code cleanup and preparation
 2010-05-06 12:50 UTC  (2+ messages)

[PATCH RFC] KVM: inject #UD if instruction emulation fails while vcpu is in cpl==3
 2010-05-06 12:48 UTC  (8+ messages)

[PATCH 0/5] Important fixes for KVM-AMD
 2010-05-06 11:42 UTC  (15+ messages)
` [PATCH 1/5] KVM: X86: Fix stupid bug in exception reinjection path
` [PATCH 2/5] KVM: SVM: Dump vmcb contents on failed vmrun
` [PATCH 3/5] KVM: SVM: Fix wrong intercept masks on 32 bit
` [PATCH 4/5] KVM: SVM: Allow EFER.LMSLE to be set with nested svm
` [PATCH 5/5] KVM: SVM: Don't allow nested guest to VMMCALL into host

[patch uq/master 0/9] enable smp > 1 and related fixes
 2010-05-06 11:34 UTC  (6+ messages)
` [patch uq/master 5/9] kvm: synchronize state from cpu context

Contact My Lawyer
 2010-05-06 11:18 UTC 

[PATCH] KVM: make kvm_mmu_zap_page() return the number of pages it actually freed
 2010-05-06  9:30 UTC  (4+ messages)

[PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition
 2010-05-06  9:24 UTC  (2+ messages)

High CPU load on target host after migration
 2010-05-06  9:23 UTC  (2+ messages)

[PATCH] KVM: Fix debug output error
 2010-05-06  9:11 UTC  (2+ messages)

[PATCH] KVM: mark page dirty when page is actually modified
 2010-05-06  9:10 UTC  (2+ messages)

KVM hook for code integrity checking
 2010-05-06  9:04 UTC  (4+ messages)

[PATCH v3 0/2] x86 FPU API
 2010-05-06  8:45 UTC  (3+ messages)
` [PATCH v3 1/2] x86: eliminate TS_XSAVE
` [PATCH v3 2/2] x86: Introduce 'struct fpu' and related API

[PATCH 3/3 v2] KVM: VMX: VMXON/VMXOFF usage changes
 2010-05-06  8:45 UTC 

[PATCH 0/3 v2] KVM: VMX: Support hosted VMM coexsitence
 2010-05-06  8:45 UTC 

[PATCH RFC] qemu/virtio: use last used index published by guest
 2010-05-06  8:26 UTC 

vCPU scalability for linux VMs
 2010-05-06  7:58 UTC  (7+ messages)
  ` Fwd: "

[GIT PULL] amended: first round of vhost-net enhancements for net-next
 2010-05-06  7:29 UTC  (2+ messages)

[PATCH] KVM test: guest_s4 subtest - Expose timeout on config
 2010-05-06  5:43 UTC  (2+ messages)
` [Autotest] "

[PATCH v3 0/8] pvclock fixes - v3
 2010-05-05 21:27 UTC  (9+ messages)
` [PATCH v3 1/8] Enable pvclock flags in vcpu_time_info structure
  ` [PATCH v3 2/8] Add a global synchronization point for pvclock
    ` [PATCH v3 3/8] change msr numbers for kvmclock
      ` [PATCH v3 4/8] add new KVMCLOCK cpuid feature
        ` [PATCH v3 5/8] export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID
          ` [PATCH v3 6/8] Try using new kvm clock msrs
            ` [PATCH v3 7/8] don't compute pvclock adjustments if we trust the tsc
              ` [PATCH v3 8/8] Tell the guest we'll warn it about tsc stability

[PATCH v2 0/2] fix kvmclock bug - memory corruption (v2)
 2010-05-05 21:18 UTC  (5+ messages)
` [PATCH v2 1/2] change header for kvm_get_msr_list
  ` [PATCH v2 2/2] turn off kvmclock when resetting cpu

RFC: Network Plugin Architecture (NPA) for vmxnet3
 2010-05-05 19:00 UTC  (2+ messages)

[PATCH 0/2] fix kvmclock bug - memory corruption
 2010-05-05 18:21 UTC  (8+ messages)
` [PATCH 1/2] replace set_msr_entry with kvm_msr_entry
  ` [PATCH 2/2] turn off kvmclock when resetting cpu

[qemu-kvm tests PATCH v3] qemu-kvm tests: fix linker script problem
 2010-05-05 17:28 UTC 

[qemu-kvm tests PATCH v2] qemu-kvm tests: fix linker script problem
 2010-05-05 15:05 UTC  (2+ messages)

[PATCH 4/4] KVM MMU: do not intercept invlpg if 'oos_shadow' is disabled
 2010-05-05 14:26 UTC  (3+ messages)

[PATCH 1/2] KVM MMU: fix for forgot mark parent->unsync_children bit
 2010-05-05 12:52 UTC  (7+ messages)
` [PATCH 2/2] KVM MMU: fix race in invlpg code

[PATCH v3 7/10] KVM MMU: allow more page become unsync at gfn mapping time
 2010-05-05 12:16 UTC  (3+ messages)

[PATCH 1/2] x86: eliminate TS_XSAVE
 2010-05-05 12:12 UTC  (3+ messages)

Booting/installing WindowsNT
 2010-05-05 11:35 UTC  (20+ messages)

[PATCH][RESEND] intel_txt: enable SMX flag for VMXON in KVM
 2010-05-05 10:38 UTC 

[PATCH] KVM test: Add new subtest iozone_windows
 2010-05-05 10:28 UTC  (3+ messages)

What changed since kvm-72 resulting in winNT to fail to boot (STOP 0x0000001E) ?
 2010-05-05 10:05 UTC  (3+ messages)

[qemu-kvm tests PATCH] qemu-kvm tests: merged stringio into emulator
 2010-05-05  9:00 UTC  (2+ messages)

[qemu-kvm tests PATCH] qemu-kvm tests: fix linker script problem
 2010-05-05  8:57 UTC  (2+ messages)

[qemu-kvm tests PATCH] qemu-kvm tests: enhanced msr test
 2010-05-05  8:54 UTC  (2+ messages)

Fix -mem-path with hugetlbfs
 2010-05-05  8:53 UTC  (2+ messages)

[patch 0/6] qemu-kvm: use upstream memslot code
 2010-05-05  8:49 UTC  (2+ messages)

qemu-kvm: event writeback can overwrite interrupts with -no-kvm-irqchip
 2010-05-05  8:46 UTC  (2+ messages)

[PATCH] qemu-kvm: Process exit requests in kvm loop
 2010-05-05  8:46 UTC  (2+ messages)

[PATCH v2 0/7] Pvclock fixes , version two
 2010-05-05  8:29 UTC  (9+ messages)
` [PATCH v2 1/7] Enable pvclock flags in vcpu_time_info structure
  ` [PATCH v2 2/7] Add a global synchronization point for pvclock
    ` [PATCH v2 3/7] change msr numbers for kvmclock
      ` [PATCH v2 4/7] export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID
        ` [PATCH v2 5/7] Try using new kvm clock msrs
          ` [PATCH v2 6/7] don't compute pvclock adjustments if we trust the tsc


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