public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-30 17:50:11 to 2010-12-02 19:45:16 UTC [more...]

[RFC PATCH 0/3] directed yield for Pause Loop Exiting
 2010-12-02 19:45 UTC  (3+ messages)
` [RFC PATCH 2/3] sched: add yield_to function
` [RFC PATCH 3/3] kvm: use yield_to instead of sleep in kvm_vcpu_on_spin

[PATCH 0/2] tools/virtio: virtio_ring testing tool
 2010-12-02 19:26 UTC  (5+ messages)
` [PATCH 1/2] vhost test module

[PATCH] kvm-vmx: add module parameter to avoid trapping HLT instructions (v2)
 2010-12-02 19:14 UTC  (7+ messages)

[PATCHv6 00/16] boot order specification
 2010-12-02 17:13 UTC  (16+ messages)
                          ` [SeaBIOS] "

Mask bit support's API
 2010-12-02 16:55 UTC  (10+ messages)

[PATCH 2/3] Add "broadcast" option for mce command
 2010-12-02 15:37 UTC  (2+ messages)

[PATCH 0/6] KVM: SVM: Wrap access to intercept masks into functions
 2010-12-02 16:43 UTC  (5+ messages)
` [PATCH 2/6] KVM: SVM: Add manipulation functions for CRx intercepts

[PATCH] qemu-kvm: response to SIGUSR1 to start/stop a VCPU (v2)
 2010-12-02 15:44 UTC  (35+ messages)

[PATCH 0/2] Fix reboot on non-preemptible kernels
 2010-12-02 16:00 UTC  (3+ messages)
` [PATCH 1/2] KVM: Don't spin on virt instruction faults during reboot
` [PATCH 2/2] KVM: VMX: Return 0 from a failed VMREAD

Performance test result between virtio_pci MSI-X disable and enable
 2010-12-02 14:01 UTC  (18+ messages)

[PATCH kvm-unit-tests 0/4] API test framework
 2010-12-02 13:52 UTC  (10+ messages)
` [PATCH kvm-unit-tests 2/4] Introduce a C++ wrapper for the kvm APIs
            `  "

Possiblle misleading information of motherboards supporting VT-d
 2010-12-02 12:10 UTC 

[PATCH 00/21] Kemari for KVM 0.2
 2010-12-02 12:02 UTC  (7+ messages)
` [PATCH 05/21] virtio: modify save/load handler to handle inuse varialble

Hello
 2010-12-02 11:09 UTC 

[ kvm-Bugs-1808970 ] CDROM eject doesn't work via Qemu Monitor
 2010-12-02 10:30 UTC 

[PATCH v4 1/3] KVM: MMU: rename 'no_apf' to 'prefault'
 2010-12-02  9:51 UTC  (4+ messages)
` [PATCH v4 2/3] KVM: MMU: fix accessed bit set on prefault path
` [PATCH v4 3/3] KVM: MMU: retry #PF for softmmu

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2010-12-02 10:01 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-12-02 10:00 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2010-12-02 10:00 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2010-12-02 10:00 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-12-02  9:59 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-12-02  9:59 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-12-02  9:59 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-12-02  9:59 UTC 

[PATCH] kvm-vmx: add module parameter to avoid trapping HLT instructions
 2010-12-02  8:43 UTC  (2+ messages)

[PATCH 09/10] Exit loop if we have been there too long
 2010-12-02  8:37 UTC  (16+ messages)

[PATCH 0/3] Series short description
 2010-12-02  7:01 UTC  (27+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA
` [PATCH 2/3] Refactor zone_reclaim
` [PATCH 3/3] Provide control over unmapped pages

[PATCH v3 1/3] KVM: MMU: rename 'no_apf' to 'prefault'
 2010-12-02  3:44 UTC  (14+ messages)
` [PATCH v3 2/3] KVM: MMU: fix accessed bit set on prefault path
` [PATCH v3 3/3] KVM: MMU: retry #PF for softmmu

[PATCH 0/1] Clean up page fault injection
 2010-12-02  2:07 UTC  (2+ messages)

[PATCH 0/3] KVM: Introduce VCPU-wide notion of guest-mode
 2010-12-02  2:42 UTC  (7+ messages)
` [PATCH 0/3] KVM: Introduce VCPU-wide notion of guest-mode V2

[PATCH v16 01/17] Add a new structure for skb buffer from external
 2010-12-02  1:32 UTC  (21+ messages)
` [PATCH v16 02/17]Add a new struct for device to manipulate external buffer
` [PATCH v16 03/17] Add a ndo_mp_port_prep pointer to net_device_ops
` [PATCH v16 04/17]Add a function make external buffer owner to query capability
` [PATCH v16 05/17] Add a function to indicate if device use external buffer
` [PATCH v16 06/17]move member destructor_arg before member dataref
` [PATCH v16 07/17]Modify netdev_alloc_page() to get external buffer
` [PATCH v16 08/17]Modify netdev_free_page() to release "
` [PATCH v16 09/17] Don't do skb recycle, if device use "
` [PATCH v16 10/17] If device is in zero-copy mode first, bonding will fail
` [PATCH v16 11/17]Add a hook to intercept external buffers from NIC driver
` [PATCH v16 12/17] Add header file for mp device
` [PATCH v16 13/17] Add mp(mediate passthru) device
` [PATCH v16 14/17]Add a kconfig entry and make entry for mp device
` [PATCH v16 15/17]Provides multiple submits and asynchronous notifications
` [PATCH v16 16/17]An example how to modifiy NIC driver to use napi_gro_frags() interface
` [PATCH v16 17/17]An example how to alloc user buffer based on "
` [PATCH v16 00/17] Provide a zero-copy method on KVM virtio-net

[PATCH v2 0/3] virtio: Use ioeventfd for virtqueue notify
 2010-12-01 21:34 UTC  (12+ messages)
` [PATCH 2/3] virtio-pci: "
    ` [Qemu-devel] "

windows vista enterpise in KVM and multi-core
 2010-12-01 20:34 UTC  (2+ messages)

[PATCH v5] virtio-9p: fix build on !CONFIG_UTIMENSAT
 2010-12-01 18:17 UTC  (4+ messages)
  ` [Qemu-devel] "

Memory leaks in virtio drivers?
 2010-12-01 18:16 UTC  (7+ messages)

[patch 0/2] USB UHCI global suspend / remote wakeup
 2010-12-01 17:17 UTC  (5+ messages)
` [patch 2/2] support for UHCI suspend / remote wake up

[PATCH] kvm/x86: enlarge number of possible CPUID leaves
 2010-12-01 12:55 UTC  (3+ messages)

KVM call minutes for Nov 30
 2010-12-01 10:28 UTC  (3+ messages)

[PATCH 1/3] KVM Test: Introduce a helper class to run a test in the background
 2010-12-01  8:06 UTC  (3+ messages)

KVM with hugepages generate huge load with two guests
 2010-12-01  3:38 UTC  (8+ messages)

[PATCH 3/4] KVM test: Add migration server control file
 2010-12-01  2:54 UTC  (2+ messages)
` [PATCH 4/4] KVM test: Modifications on the migrate utility function

[PATCH 1/4] KVM test: Include the preprocessing param migration_mode
 2010-12-01  2:52 UTC  (2+ messages)
` [PATCH 2/4] KVM test: Introduce migration_multi_host test

[PATCH 0/2] fixups for ivshmem unplug/migration
 2010-11-30 21:03 UTC  (3+ messages)
` [PATCH 1/2] add qemu_ram_free_from_ptr
` [PATCH 2/2] Unregister shared memory on unplug

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-11-30 18:41 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-11-30 18:40 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-11-30 18:39 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2010-11-30 18:39 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-11-30 18:39 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2010-11-30 18:38 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-11-30 18:38 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2010-11-30 18:38 UTC 

linux-next: Tree for November 22 (kvm)
 2010-11-30 18:09 UTC  (8+ messages)


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