public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-02 17:51:18 to 2010-06-07 15:11:28 UTC [more...]

[PATCH 1/2] qemu-kvm tests: make x86/vm.c support 32-bit host
 2010-06-07 15:11 UTC  (2+ messages)
` [PATCH 2/2] qemu-kvm tests: make sieve test runable on "

[RFC][PATCH]: kdump on KVM
 2010-06-07 14:35 UTC  (2+ messages)

[KVM-AUTOTEST PATCH] KVM test: kvm_vm.py: don't require pci_assignable to be defined
 2010-06-07 13:38 UTC  (3+ messages)
  ` [Autotest] "

[Autotest][PATCH] KVM Test: Remove qemu prompt from send_monitor_cmd return data
 2010-06-07  9:04 UTC 

[Autotest][PATCH V2] KVM Test: Extend migration test to test unix, exec and migrate_cancel
 2010-06-07  9:02 UTC 

[PATCH v2 0/4] Fix accessed bit tracking
 2010-06-07  9:01 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: MMU: Introduce drop_spte()
` [PATCH v2 2/4] KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()
` [PATCH v2 3/4] KVM: MMU: Atomically check for accessed bit when dropping an spte
` [PATCH v2 4/4] KVM: MMU: Don't drop accessed bit while updating "

[RFC PATCH v7 01/19] Add a new structure for skb buffer from external
 2010-06-07  8:17 UTC  (26+ messages)
` [RFC PATCH v7 02/19] Add a new struct for device to manipulate external buffer
  ` [RFC PATCH v7 03/19] Export 2 func for device to assign/deassign new strucure
    ` [RFC PATCH v7 04/19] Add a ndo_mp_port_prep pointer to net_device_ops
      ` [RFC PATCH v7 05/19] Add a function make external buffer owner to query capability
        ` [RFC PATCH v7 06/19] Add a function to indicate if device use external buffer
          ` [RFC PATCH v7 07/19] Add interface to get external buffers
            ` [RFC PATCH v7 08/19] Make __alloc_skb() to get external buffer
              ` [RFC PATCH v7 09/19] Ignore room skb_reserve() when device is using "
                ` [RFC PATCH v7 10/19] Don't do skb recycle, if device use "
                  ` [RFC PATCH v7 11/19] Use callback to deal with skb_release_data() specially
                    ` [RFC PATCH v7 12/19] Add a hook to intercept external buffers from NIC driver
                      ` [RFC PATCH v7 13/19] To skip GRO if buffer is external currently
                        ` [RFC PATCH v7 14/19] Add header file for mp device
                          ` [RFC PATCH v7 15/19] Add basic funcs and ioctl to "
                            ` [RFC PATCH v7 16/19] Manipulate external buffers in "
                              ` [RFC PATCH v7 17/19] Export proto_ops to vhost-net driver
                                ` [RFC PATCH v7 18/19] Add a kconfig entry and make entry for mp device
                                  ` [RFC PATCH v7 19/19] Provides multiple submits and asynchronous notifications
                                    ` [RFC PATCH v7 00/19] Provide a zero-copy method on KVM virtio-net

[PATCH] Print a user-friendly message on failed vmentry
 2010-06-07  7:31 UTC  (2+ messages)

[PATCH qemu-kvm] kvm: rename kvm/test/test/powerpc to kvm/test/powerpc
 2010-06-07  7:29 UTC  (5+ messages)
  ` [PATCH QEMU-KVM v2 diff.renames] "

[PATCH 1/2] KVM VMX: Add all-context INVVPID type support
 2010-06-07  7:27 UTC  (2+ messages)

mmu_notifers, pte_dirty questions
 2010-06-07  5:09 UTC  (3+ messages)

[PATCH] kvm/powerpc: fix a build error in e500_tlb.c
 2010-06-07  4:14 UTC  (3+ messages)

Reboot Problem
 2010-06-07  3:44 UTC  (3+ messages)

[PATCH 2/2] KVM VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()
 2010-06-07  2:33 UTC 

[COMMIT master] Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next
 2010-06-06 21:48 UTC  (2+ messages)

[RFC PATCH v4 0/3] Sheepdog: distributed storage system for QEMU
 2010-06-06 17:05 UTC  (8+ messages)
` [RFC PATCH v4 3/3] block: add sheepdog driver for distributed storage support

porting fixes regarding kvm-clock and lost irqs to stable qemu-kvm 0.12.4
 2010-06-06 16:50 UTC  (8+ messages)

Perf trace event parse errors for KVM events
 2010-06-06 16:21 UTC  (16+ messages)

[PATCH] make-release: make mtime, owner, group consistent
 2010-06-06 16:02 UTC  (3+ messages)

[PATCH] kvm: rework remove-write-access for a slot
 2010-06-06 16:04 UTC  (5+ messages)

[PATCH v6 0/6] Inter-VM Shared Memory Device with migration support
 2010-06-06 15:02 UTC  (10+ messages)
` [PATCH v6 1/6] Device specification for shared memory PCI device
  ` [PATCH v6 2/6] Add function to assign ioeventfd to MMIO
    ` [PATCH v6 3/6] Change phys_ram_dirty to phys_ram_status
      ` [PATCH v6 4/6] Add support for marking memory to not be migrated. On migration, memory is checked for the NO_MIGRATION_FLAG
        ` [PATCH v6 5/6] Inter-VM shared memory PCI device
          ` [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory
            ` [PATCH v6] Shared memory uio_pci driver
          ` [Qemu-devel] [PATCH v6 5/6] Inter-VM shared memory PCI device

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives > 1 TB
 2010-06-06 14:53 UTC 

[PATCH 0/4] Fix accessed bit tracking
 2010-06-06 14:33 UTC  (6+ messages)
` [PATCH 1/4] KVM: MMU: Introduce drop_spte()
` [PATCH 2/4] KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()
` [PATCH 3/4] KVM: MMU: Atomically check for accessed bit when dropping an spte
` [PATCH 4/4] KVM: MMU: Don't drop accessed bit while updating "

[PATCH] VFIO driver: Non-privileged user level PCI drivers
 2010-06-06 13:44 UTC  (27+ messages)

[PATCH] KVM: mmu: Remove unused local variable
 2010-06-06 13:20 UTC  (6+ messages)
  ` [PATCH resend] KVM: MMU: fix compile warning in kvm_send_hwpoison_signal()

[PATCH 0/3][STABLE] KVM: Various issues in virtio_net
 2010-06-06 13:17 UTC 

[PATCH v2 1/7] KVM: MMU: skip invalid sp when unprotect page
 2010-06-06 10:52 UTC  (8+ messages)
` [PATCH v2 2/7] KVM: MMU: introduce some macros to cleanup hlist traverseing
` [PATCH v2 3/7] KVM: MMU: split the operations of kvm_mmu_zap_page()
` [PATCH v2 4/7] KVM: MMU: don't get free page number in the loop
` [PATCH v2 5/7] KVM: MMU: gather remote tlb flush which occurs during page zapped
` [PATCH v2 6/7] KVM: MMU: traverse sp hlish safely
` [PATCH v2 7/7] KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write()

[PATCHv3 0/2] virtio: put last seen used index into ring itself
 2010-06-06  9:11 UTC  (8+ messages)
` [PATCHv3 1/2] virtio: support layout with avail ring before idx

Hey...... Buy an email list of up to 50,000 customers!
 2010-06-05 11:32 UTC 

[PATCH] introduce -machine switch
 2010-06-04 19:54 UTC 

[PATCH] KVM VMX: Make sure single type invvpid is supported before issuing this instruction
 2010-06-04 17:51 UTC  (8+ messages)
  ` [PATCH v2] KVM VMX: Make sure single type invvpid is supported before issuing invvpid instruction
      ` [PATCH v3] "

[PATCHv2] virtio-net: stop vhost backend on vmstop
 2010-06-04 17:03 UTC  (2+ messages)

[PATCH] msix: fix msix_set/unset_mask_notifier
 2010-06-04 16:57 UTC  (3+ messages)

(unknown)
 2010-06-04 17:26 UTC 

[PATCH 1/2] [scsi-bus]: Add PR-OUT and PR-IN case for SCSIRequest xfer and xfer_mode setup
 2010-06-04 14:06 UTC  (2+ messages)

Opteron AMD-V support
 2010-06-04 13:47 UTC  (3+ messages)

[PATCH 3/3][STABLE] KVM: add schedule check to napi_enable call
 2010-06-04  0:02 UTC  (6+ messages)
` [stable] "

[PATCH 2/3][STABLE] KVM: indicate oom if add_buf fails
 2010-06-03 21:58 UTC  (3+ messages)
` [stable] "

[PATCH 1/3][STABLE] KVM: fix delayed refill checking
 2010-06-03 19:33 UTC 

[PATCH 0/3][STABLE] KVM: Various issues in virtio_net
 2010-06-03 19:32 UTC 

[PATCH] use unfair spinlock when running on hypervisor
 2010-06-03 17:25 UTC  (29+ messages)

Does anyone familiar Virtio?
 2010-06-03 15:26 UTC 

[ kvm-Bugs-1666308 ] Freedos HIMEM.EXE hangs kvm-14 qemu on Intel CPU
 2010-06-03 15:25 UTC 

[ kvm-Bugs-1666308 ] Freedos HIMEM.EXE hangs kvm-14 qemu on Intel CPU
 2010-06-03 15:21 UTC 

[PATCH 1/2] KVM: introducing wrapper function for creating/destroying dirty bitmaps
 2010-06-03 13:06 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86: pre-allocate one more dirty bitmap to avoid vmalloc() in kvm_vm_ioctl_get_dirty_log()

[KVM-AUTOTEST PATCH 1/4] KVM test: support -kernel and -append command line options
 2010-06-03 11:03 UTC  (4+ messages)
` [KVM-AUTOTEST PATCH 2/4] KVM test: add boolean 'testdev' VM parameter for RHEL-6 style unit tests
  ` [KVM-AUTOTEST PATCH 3/4] KVM test: add wrapper for RHEL-6 style unittests
    ` [KVM-AUTOTEST PATCH 4/4] KVM test: add sample RHEL-6 style unittest config file

unhandled wrmsr
 2010-06-03  9:54 UTC  (8+ messages)

[PATCH] kvm: cleanup, use linux/uaccess.h instead of asm/uaccess.h
 2010-06-03  6:11 UTC  (2+ messages)

Clock jumps
 2010-06-02 22:54 UTC  (4+ messages)

[PATCH 2/3] workqueue: Add an API to create a singlethread workqueue attached to the current task's cgroup
 2010-06-02 21:34 UTC  (14+ messages)
            ` [PATCH 1/3] vhost: replace vhost_workqueue with per-vhost kthread
                      ` [PATCH UPDATED "

[PATCHv2-RFC 0/2] virtio: put last seen used index into ring itself
 2010-06-02 20:39 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] KVM test: Fixing size of NTFS partitions on windows unattended installs
 2010-06-02 18:26 UTC 

[PATCH] Fix bugs in msix_set/unset_mask_notifier() routines
 2010-06-02 17:47 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