kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-25 02:20:24 to 2009-08-27 11:02:27 UTC [more...]

[PATCHv4 2/2] virtio: refactor find_vqs
 2009-08-27 11:02 UTC  (7+ messages)

Notes on block I/O data integrity
 2009-08-27 10:51 UTC  (10+ messages)
    ` [Qemu-devel] "

[PATCHv4 2/2] vhost_net: a kernel-level virtio server
 2009-08-27 10:45 UTC  (10+ messages)

[PATCH] virtio-blk: set QUEUE_ORDERED_DRAIN by default
 2009-08-27 10:43 UTC  (6+ messages)

Extending virtio_console to support multiple ports
 2009-08-27  9:27 UTC  (13+ messages)
` [PATCH] virtio_console: Add interface for guest and host communication
  ` [PATCH 1/3] char: Emit 'CLOSED' events on char device close
    ` [PATCH 2/3] virtio-console: rename dvq to ovq
` [PATCH 3/3] virtio-console: Add interface for generic guest-host communication
      ` [Qemu-devel] Re: Extending virtio_console to support multiple ports

[PATCH 0/2] eventfd: new EFD_STATE flag
 2009-08-27  9:09 UTC  (36+ messages)

[patch 0/5] unify remote request and kvm_vcpu_kick IPI mechanism
 2009-08-27  8:25 UTC  (8+ messages)
` [patch 1/5] KVM: move kvm_vcpu_kick to virt/kvm/kvm_main.c
` [patch 2/5] KVM: reintroduce guest mode bit and unify remote request code
` [patch 3/5] KVM: switch REQ_TLB_FLUSH/REQ_MMU_RELOAD to kvm_vcpus_request
` [patch 4/5] KVM: remove make_all_cpus_request
` [patch 5/5] KVM: x86: drop duplicat kvm_flush_remote_tlbs

KVM pvmmu: do not batch pte updates from interrupt context
 2009-08-27  8:11 UTC  (2+ messages)

R/W HG memory mappings with kvm?
 2009-08-27  4:08 UTC  (15+ messages)

Biweekly KVM Test report, kernel 7597f... qemu 1c45e
 2009-08-27  1:23 UTC  (9+ messages)
          ` KVM: PIT: fix pit_state copy in set_pit2/get_pit2

[ kvm-Bugs-2841731 ] Guest migration fail on PAE host
 2009-08-27  1:21 UTC 

[ kvm-Bugs-2778112 ] Guest hangs on restart with directly loaded kernel
 2009-08-26 22:03 UTC 

AlacrityVM benchmark numbers updated
 2009-08-26 20:05 UTC  (5+ messages)

syslog overflowing with latest kvm tree
 2009-08-26 19:44 UTC  (2+ messages)

Page allocation failures in guest
 2009-08-26 19:22 UTC  (7+ messages)

Performace data when running Windows VMs
 2009-08-26 19:20 UTC  (8+ messages)

Congratulation
 2009-08-26 15:04 UTC 

[PATCH 00/47] KVM updates for 2.6.32 merge window (4/4)
 2009-08-26 14:33 UTC  (50+ messages)
` [PATCH 01/47] KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()
` [PATCH 02/47] KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
` [PATCH 03/47] KVM: MMU: fix bogus alloc_mmu_pages assignment
` [PATCH 04/47] KVM: x86: Disallow hypercalls for guest callers in rings > 0
` [PATCH 05/47] KVM: VMX: Optimize vmx_get_cpl()
` [PATCH 06/47] KVM: ignore reads to perfctr msrs
` [PATCH 07/47] KVM: fix EFER read buffer overflow
` [PATCH 08/47] KVM: Call kvm_vcpu_kick() inside pic spinlock
` [PATCH 09/47] KVM: Call ack notifiers from PIC when guest OS acks an IRQ
` [PATCH 10/47] KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions
` [PATCH 11/47] x86: Export kmap_atomic_to_page()
` [PATCH 12/47] KVM: SVM: add helper functions for global interrupt flag
` [PATCH 13/47] KVM: SVM: optimize nested #vmexit
` [PATCH 14/47] KVM: SVM: optimize nested vmrun
` [PATCH 15/47] KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit
` [PATCH 16/47] KVM: SVM: complete interrupts after handling nested exits
` [PATCH 17/47] KVM: SVM: move nested svm state into seperate struct
` [PATCH 18/47] KVM: SVM: cache nested intercepts
` [PATCH 19/47] KVM: SVM: consolidate nested_svm_exit_handled
` [PATCH 20/47] KVM: SVM: do nested vmexit in nested_svm_exit_handled
` [PATCH 21/47] KVM: SVM: simplify nested_svm_check_exception
` [PATCH 22/47] KVM: SVM: get rid of nested_svm_vmexit_real
` [PATCH 23/47] KVM: SVM: clean up nested_svm_exit_handled_msr
` [PATCH 24/47] KVM: SVM: clean up nestec vmload/vmsave paths
` [PATCH 25/47] KVM: SVM: clean up nested vmrun path
` [PATCH 26/47] KVM: SVM: remove nested_svm_do and helper functions
` [PATCH 27/47] KVM: SVM: handle errors in vmrun emulation path appropriatly
` [PATCH 28/47] KVM: SVM: move special nested exit handling to separate function
` [PATCH 29/47] KVM: SVM: remove unnecessary is_nested check from svm_cpu_run
` [PATCH 30/47] KVM: SVM: move nested_svm_intr main logic out of if-clause
` [PATCH 31/47] KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed
` [PATCH 32/47] KVM: SVM: enable nested svm by default
` [PATCH 33/47] KVM: Update cr8 intercept when APIC TPR is changed by userspace
` [PATCH 34/47] KVM: SVM: Drop tlb flush workaround in npt
` [PATCH 35/47] KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
` [PATCH 36/47] KVM: VMX: Adjust rflags if in real mode emulation
` [PATCH 37/47] KVM: When switching to a vm8086 task, load segments as 16-bit
` [PATCH 38/47] KVM: Rename x86_emulate.c to emulate.c
` [PATCH 39/47] Documentation: Update KVM list email address
` [PATCH 40/47] KVM: export kvm_para.h
` [PATCH 41/47] KVM: Add __KERNEL__ guards to exported headers
` [PATCH 42/47] KVM: Add missing #include
` [PATCH 43/47] KVM: x86 emulator: Add adc and sbb missing decoder flags
` [PATCH 44/47] KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors
` [PATCH 45/47] KVM: VMX: Fix EPT with WP bit change during paging
` [PATCH 46/47] KVM: Protect update_cr8_intercept() when running without an apic
` [PATCH 47/47] KVM: Document KVM_CAP_IRQCHIP

[PATCH][RFC] Use return value from kvm_set_irq() to re-inject PIT interrupts
 2009-08-26 13:50 UTC  (13+ messages)

[KVM-AUTOTEST PATCH] kvm: specify nic_model explicitly for rtl8139
 2009-08-26 13:36 UTC 

[PATCH v4 0/9] make interrupt injection lockless (almost)
 2009-08-26 11:15 UTC 

[PATCH] VMX: Return to userspace on invalid state emulation failure
 2009-08-26 10:11 UTC  (4+ messages)

[PATCH] fix apic id reading in x2apic mode
 2009-08-26  9:46 UTC  (2+ messages)

vhost net: performance with ping benchmark
 2009-08-26  8:14 UTC  (16+ messages)

[ kvm-Bugs-2843250 ] live migration fails with emulated scsi drive
 2009-08-26  3:25 UTC 

ide vs. scsi read throughput
 2009-08-25 22:56 UTC 

[ kvm-Bugs-2844286 ] kvm hangs when iommu used
 2009-08-25 14:59 UTC 

[Qemu-devel] Re: virtio-serial: An interface for host-guest communication
 2009-08-25 13:00 UTC  (5+ messages)

[RFC] defer skb allocation in virtio_net -- mergable buff part
 2009-08-25 11:41 UTC  (2+ messages)

[PATCHv4 0/2] vhost: a kernel-level virtio server
 2009-08-25  8:45 UTC  (2+ messages)

IBM server-X3650 issue with kvm modules
 2009-08-25  6:07 UTC  (2+ messages)

kvm-76 aborted on on ibm server
 2009-08-25  2:41 UTC 

[ kvm-Bugs-1929279 ] kernel BUG at kvm-64/kernel/mmu.c:560!
 2009-08-25  2:20 UTC 

[ kvm-Bugs-1831632 ] Windows XP setup Performance regression
 2009-08-25  2:20 UTC 

[ kvm-Bugs-2490866 ] repeatable corruption with qcow2 on kvm-79
 2009-08-25  2:20 UTC 

[ kvm-Bugs-2024740 ] Win2003 SMP installation crash
 2009-08-25  2:20 UTC 

[ kvm-Bugs-1906189 ] All SMP guests often halt
 2009-08-25  2:20 UTC 

[ kvm-Bugs-1941302 ] Cannot boot guests with hugetlbfs
 2009-08-25  2:20 UTC 

[ kvm-Bugs-1984384 ] soft lockup - CPU#5 stuck for 11s! [qemu-system-x86:4966]
 2009-08-25  2:20 UTC 

[ kvm-Bugs-2099075 ] qcow2 images corruption
 2009-08-25  2:20 UTC 

[ kvm-Bugs-2543539 ] Can't install Windows 98
 2009-08-25  2:20 UTC 

[ kvm-Bugs-2829519 ] extboot.bin is not built
 2009-08-25  2:20 UTC 

[ kvm-Bugs-2725669 ] kvm init script breaks network interfaces with multiple IPs
 2009-08-25  2:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).