kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-29 15:38:10 to 2010-12-01 10:04:04 UTC [more...]

[PATCH 0/3] KVM: Introduce VCPU-wide notion of guest-mode
 2010-12-01 10:03 UTC  (13+ messages)
` [PATCH 1/3] KVM: X86: Introduce generic guest-mode representation
` [PATCH 2/3] KVM: SVM: Make Use of the generic guest-mode functions
` [PATCH 3/3] KVM: X86: Don't report L2 emulation failures to user-space
  ` [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-01  9:38 UTC  (19+ 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

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

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

[PATCH 0/3] Series short description
 2010-12-01  8:59 UTC  (23+ 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 1/3] KVM Test: Introduce a helper class to run a test in the background
 2010-12-01  8:06 UTC  (3+ messages)

[PATCH 00/21] Kemari for KVM 0.2
 2010-12-01  8:03 UTC  (30+ messages)
` [PATCH 05/21] virtio: modify save/load handler to handle inuse varialble
` [PATCH 09/21] Introduce event-tap
    ` [Qemu-devel] "
` [Qemu-devel] [PATCH 00/21] Kemari for KVM 0.2

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

[PATCHv6 00/16] boot order specification
 2010-12-01  2:53 UTC  (16+ messages)

[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

Mask bit support's API
 2010-12-01  2:36 UTC  (6+ messages)

[PATCH 09/10] Exit loop if we have been there too long
 2010-12-01  2:22 UTC  (12+ messages)

[PATCH v3 1/3] KVM: MMU: rename 'no_apf' to 'prefault'
 2010-12-01  2:20 UTC  (11+ 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 v5] virtio-9p: fix build on !CONFIG_UTIMENSAT
 2010-12-01  1:16 UTC  (3+ messages)
  ` [Qemu-devel] "

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

[PATCH 0/6] KVM: SVM: Wrap access to intercept masks into functions
 2010-11-30 17:42 UTC  (8+ messages)
` [PATCH 1/6] KVM: SVM: Add function to recalculate intercept masks
` [PATCH 2/6] KVM: SVM: Add manipulation functions for CRx intercepts
` [PATCH 3/6] KVM: SVM: Add manipulation functions for DRx intercepts
` [PATCH 4/6] KVM: SVM: Add manipulation functions for exception intercepts
` [PATCH 5/6] KVM: SVM: Add manipulation functions for misc intercepts
` [PATCH 6/6] KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSC

[PATCH v3 0/9] PCI capability and device assignment improvements
 2010-11-30 16:21 UTC  (2+ messages)

[PATCH 0/7] Emulator exception improvements
 2010-11-30 14:47 UTC  (2+ messages)

KVM call agenda for Nov 23
 2010-11-30 13:35 UTC  (4+ messages)
` KVM call agenda for Nov 30

[PATCH vgabios] Add 1280x768 mode
 2010-11-30 12:23 UTC  (3+ messages)
` [Qemu-devel] "

[ kvm-Bugs-2042889 ] guest: device offline, then kernel panic
 2010-11-30 11:39 UTC 

[PATCH 0/1] Clean up page fault injection
 2010-11-30 11:20 UTC  (5+ messages)
` [PATCH 1/1] KVM: Pull extra page fault information into struct x86_exception

buildbot for kvm.git
 2010-11-30 10:47 UTC  (6+ messages)
` buildbot for kvm.git is now live (was: Re: buildbot for kvm.git)

[KVM-AUTOTEST][PATCH 1/2][virtio-console] Add subtest layer and prepare to add new tests
 2010-11-30 10:17 UTC 

[PATCH 0/9] KVM: Make the instruction emulator aware of Nested Virtualization
 2010-11-30  8:47 UTC  (10+ messages)

[PATCH 3/3] Check processor version for broadcast
 2010-11-30  8:40 UTC  (3+ messages)

[PATCH 2/3] Add "broadcast" option for mce command
 2010-11-30  8:14 UTC 

[PATCH 1/3] Clean up cpu_inject_x86_mce()
 2010-11-30  8:12 UTC 

[ kvm-Bugs-2494730 ] Guests "stalling" on kvm-82 / Linux 2.6.28
 2010-11-30  8:09 UTC 

Kernel bug (2.6.36) with vhost_net
 2010-11-30  8:01 UTC 

[ kvm-Bugs-2493108 ] Win2k problems on some (not all) Intel hosts
 2010-11-30  7:57 UTC 

[ kvm-Bugs-2494730 ] Guests "stalling" on kvm-82 / Linux 2.6.28
 2010-11-30  3:52 UTC 

[ kvm-Bugs-2493108 ] Win2k problems on some (not all) Intel hosts
 2010-11-30  3:47 UTC 

Agenda for November 30
 2010-11-30  1:31 UTC 

limiting guest block i/o for qos
 2010-11-30  0:57 UTC  (5+ messages)

[PATCH trace-cmd] kvm: don't warn on new fields
 2010-11-29 23:33 UTC  (2+ messages)

[PATCH] ceph/rbd block driver for qemu-kvm (v8)
 2010-11-29 19:47 UTC  (7+ messages)
        ` [Qemu-devel] "

Transcendent Memory and KVM
 2010-11-29 18:10 UTC 

[PATCH] Don't spam trace report about missing fields
 2010-11-29 17:22 UTC  (3+ messages)

[PATCH 0/2] tools/virtio: virtio_ring testing tool
 2010-11-29 17:16 UTC  (3+ messages)
` [PATCH 1/2] vhost test module
` [PATCH 2/2] tools/virtio: virtio_test tool

[ kvm-Bugs-2905358 ] Doesn't support MS-DOS compatibility FPU mode
 2010-11-29 16:17 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2010-11-29 16:29 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-11-29 16:28 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2010-11-29 16:28 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2010-11-29 16:27 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-11-29 16:27 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-11-29 16:27 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-11-29 16:27 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-11-29 16:26 UTC 

[PATCH kvm-unit-tests 0/4] API test framework
 2010-11-29 16:09 UTC  (2+ messages)


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).