public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-10-30 08:55:53 to 2009-11-03 07:44:03 UTC [more...]

[PATCH] Add VirtIO Frame Buffer Support
 2009-11-03  7:43 UTC  (11+ messages)
    ` [Linux-fbdev-devel] "

[PATCH 00/11] KVM: Add asynchronous page fault for PV guest
 2009-11-03  7:40 UTC  (41+ messages)
` [PATCH 01/11] Add shared memory hypercall to PV Linux guest
` [PATCH 02/11] Add "handle page fault" PV helper
` [PATCH 03/11] Handle asynchronous page fault in a PV guest
` [PATCH 04/11] Export __get_user_pages_fast
` [PATCH 05/11] Add get_user_pages() variant that fails if major fault is required
` [PATCH 06/11] Inject asynchronous page fault into a guest if page is swapped out
` [PATCH 07/11] Retry fault before vmentry
` [PATCH 08/11] Add "wait for page" hypercall
` [PATCH 09/11] Maintain preemptability count even for !CONFIG_PREEMPT kernels
` [PATCH 10/11] Handle async PF in non preemptable context
` [PATCH 11/11] Send async PF when guest is not in userspace too

[PATCH] Seperate smp from extra_params and add into default VM params
 2009-11-03  6:27 UTC 

[PATCH 1/2] Add emulation for VirtIO Frame Buffer device
 2009-11-03  6:23 UTC  (4+ messages)
` [PATCH 2/2] Add PCI virtio support for frame buffer

[PATCHv4 1/6] qemu/virtio: move features to an inline function
 2009-11-03  5:08 UTC  (8+ messages)
` [PATCHv4 2/6] qemu/net: routines to get tap fd
` [PATCHv4 3/6] qemu/net: add raw backend
` [PATCHv4 4/6] qemu/net: move typedef to qemu-common.h
` [PATCHv4 5/6] qemu/raw: add API to get raw socket
` [PATCHv4 6/6] qemu-kvm: vhost-net implementation

vhost-net patches
 2009-11-03  1:06 UTC  (12+ messages)

[PATCHv6 1/3] tun: export underlying socket
 2009-11-03  0:05 UTC  (4+ messages)
` [PATCHv6 2/3] mm: export use_mm/unuse_mm to modules
` [PATCHv6 3/3] vhost_net: a kernel-level virtio server

[KVM-AUTOTEST][PATCH] Fix kvm_config.py -f <filename> mode
 2009-11-02 23:28 UTC 

[PATCHv4 0/6] qemu-kvm: vhost net support
 2009-11-02 22:58 UTC  (2+ messages)

[PATCHv6 0/3] vhost: a kernel-level virtio server
 2009-11-02 22:25 UTC 

[Autotest] [PATCH] [RFC] KVM test: Major control file cleanup
 2009-11-02 22:10 UTC  (2+ messages)

[PATCH 08/28] Add SLB switching code for entry/exit
 2009-11-02 22:02 UTC  (3+ messages)
` [PATCH 20/28] Split init_new_context and destroy_context
` [PATCH 27/28] Use hrtimers for the decrementer

qemu-kvm-0.11 regression, crashes on older guests with virtio network
 2009-11-02 20:50 UTC  (19+ messages)
` [Qemu-devel] "
              ` [PATCH] whitelist host virtio networking features [was Re: qemu-kvm-0.11 regression, crashes on older ...]
                      ` [Qemu-devel] "

[PATCH 0/9] S390x KVM support
 2009-11-02 20:23 UTC  (11+ messages)

KVM - IO disk performance - strange behaviour - better performance in guest
 2009-11-02 16:21 UTC 

[PATCH v3 0/4] Extensible VCPU state IOCTL
 2009-11-02 16:20 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: Reorder IOCTLs in main kvm.h
` [PATCH v3 2/4] KVM: Add unified KVM_GET/SET_VCPU_STATE IOCTL
` [PATCH v3 3/4] KVM: x86: Add support for KVM_GET/SET_VCPU_STATE
` [PATCH v3 4/4] KVM: x86: Add VCPU substate for event states

pc-bios/linux_boot.bin and other pc-bios stuff
 2009-11-02 15:54 UTC  (3+ messages)

[PATCH] KVM: x86: Clear flags field on return from KVM_GET_CLOCK
 2009-11-02 15:41 UTC 

error while loading state for instance 0x0 of device 'kvmclock'
 2009-11-02 15:37 UTC  (5+ messages)

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2009-11-02 13:37 UTC 

[PATCH 0/5]: Fix kdump under KVM
 2009-11-02 13:30 UTC  (14+ messages)
` [PATCH 5/5] "

[PULL REQUEST] merge latest upstream qemu networking bits
 2009-11-02 12:04 UTC  (4+ messages)

Impossible to compile kvm-88 on Redhat 5.4
 2009-11-02 10:26 UTC  (4+ messages)

[PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v6
 2009-11-02  9:59 UTC  (39+ messages)
  ` [PATCH 01/27] Move dirty logging code to sub-arch
  ` [PATCH 03/27] Add Book3s definitions
  ` [PATCH 07/27] Add book3s_64 highmem asm code
  ` [PATCH 08/27] Add SLB switching code for entry/exit
  ` [PATCH 09/27] Add interrupt handling code
  ` [PATCH 10/27] Add book3s.c
  ` [PATCH 12/27] Add book3s_64 guest MMU
  ` [PATCH 13/27] Add book3s_32 "
  ` [PATCH 14/27] Add book3s_64 specific opcode emulation
  ` [PATCH 15/27] Add mfdec emulation
  ` [PATCH 16/27] Add desktop PowerPC specific emulation
  ` [PATCH 19/27] Export symbols for KVM module
  ` [PATCH 20/27] Split init_new_context and destroy_context
  ` [PATCH 21/27] Export KVM symbols for module
  ` [PATCH 22/27] Add fields to PACA
  ` [PATCH 27/27] Use hrtimers for the decrementer
` [PATCH 02/27] Pass PVR in sregs
` [PATCH 04/27] Add Book3s fields to vcpu structs
` [PATCH 05/27] Add asm/kvm_book3s.h
` [PATCH 06/27] Add Book3s_64 intercept helpers
` [PATCH 11/27] Add book3s_64 Host MMU handling
` [PATCH 17/27] Make head_64.S aware of KVM real mode code
` [PATCH 18/27] Add Book3s_64 offsets to asm-offsets.c
` [PATCH 23/27] Export new PACA constants in asm-offsets
` [PATCH 24/27] Include Book3s_64 target in buildsystem
` [PATCH 25/27] Fix trace.h
` [PATCH 26/27] Use Little Endian for Dirty Bitmap

[patch 0/3] ioctl fixes v3
 2009-11-02  9:53 UTC  (2+ messages)

CPU change causes hanging of .NET apps
 2009-11-02  6:10 UTC  (4+ messages)

PCI Passthrough and graphic cards 
 2009-11-01 23:21 UTC 

vga_arb warning [was: mmotm 2009-11-01-10-01 uploaded]
 2009-11-01 21:47 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2009-11-01 16:43 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2009-11-01 16:33 UTC 

Interrupt Assignment on host
 2009-11-01 15:41 UTC  (2+ messages)

fix qemu-kvm sigsegv at exit
 2009-11-01 15:39 UTC  (6+ messages)
  ` [PATCH v2] "

CPU troubles with kvm 83 redhat 5.4 windows 2008 server 64 bits
 2009-11-01 15:35 UTC  (2+ messages)

[PATCH] viostor driver.Add memory barrier - synch with fix for Linux guests by Michael S. Tsirkin <mst@redhat.com>
 2009-11-01 13:29 UTC  (2+ messages)

kernel bug in kvm_intel
 2009-11-01 11:31 UTC  (16+ messages)

block virtio excessive VIRTIO_PCI_ISR reads
 2009-11-01 11:16 UTC  (8+ messages)

[PATCH] KVM: VMX: Use proper slot index for kvm_set_shared_msr
 2009-11-01  9:09 UTC  (3+ messages)

XP blue screen with qemu-kvm-0.11.0
 2009-10-31 17:31 UTC  (4+ messages)

[PATCH] KVM test: Change the way subtests are loaded
 2009-10-31  1:18 UTC  (2+ messages)

Ubuntu Patches [was Re: [Qemu-devel] qemu-kvm-0.11 regression, crashes on older guests with virtio network]
 2009-10-30 20:55 UTC 

2.6.31.4 panic: CRED: put_cred_rcu() sees ffff880204e58c00 with usage 82150912
 2009-10-30 18:20 UTC  (2+ messages)

Hello Dear,
 2009-10-30 16:27 UTC 

Biweekly KVM Test report, kernel 11b06... qemu 42a6f
 2009-10-30 14:49 UTC 

[ kvm-Bugs-2889486 ] NIC device assignment can not work in guest with INTx mode
 2009-10-30 14:43 UTC 

[ kvm-Bugs-2880337 ] PAE guest boot up very slow with -no-acpi
 2009-10-30 14:41 UTC 

[PATCH] [RFC] KVM test: Major control file cleanup
 2009-10-30 14:36 UTC  (6+ messages)
    ` [Autotest] "

[PATCH] KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG
 2009-10-30 11:46 UTC 

[PATCH 0/4] megaraid_sas HBA emulation
 2009-10-30  8:55 UTC  (13+ messages)
` [Qemu-devel] "


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