kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-17 12:11:32 to 2011-05-19 23:11:56 UTC [more...]

[PATCHv2 00/14] virtio and vhost-net performance enhancements
 2011-05-19 23:11 UTC  (11+ messages)
  ` [PATCHv2 01/14] virtio: event index interface
  ` [PATCHv2 02/14] virtio ring: inline function to check for events
  ` [PATCHv2 03/14] virtio_ring: support event idx feature
  ` [PATCHv2 04/14] vhost: support event index
  ` [PATCHv2 05/14] virtio_test: "
  ` [PATCHv2 06/14] virtio: add api for delayed callbacks
  ` [PATCHv2 07/14] virtio_net: delay TX callbacks
  ` [PATCHv2 08/14] virtio_ring: Add capacity check API
  ` [PATCHv2 09/14] virtio_net: fix TX capacity checks using new API
  ` [PATCHv2 10/14] virtio_net: limit xmit polling

[RFC v1] Memory API
 2011-05-19 21:11 UTC  (7+ messages)
` [RFC v1] Add declarations for hierarchical memory region API
  ` [Qemu-devel] "

[PATCH] kvm tools: Default guest cpu count to host cpu count
 2011-05-19 20:00 UTC  (6+ messages)

[PATCH V5 2/6 net-next] netdevice.h: Add zero-copy flag in netdevice
 2011-05-19 19:42 UTC  (33+ messages)

[PATCH] kvm tools: Exit properly on SMP guests
 2011-05-19 17:38 UTC  (2+ messages)

[PATCH RFC] virtio_ring: fix delayed enable cb implementation
 2011-05-19 17:12 UTC 

Disconnected broadcast domains
 2011-05-19 13:12 UTC 

How to diagnose memory leak in kvm-qemu-0.14.0?
 2011-05-19 11:57 UTC  (5+ messages)

[PATCH] KVM Test: Switch current working folder in unattended_install.py
 2011-05-19 10:24 UTC 

[PATCH 1/2 V2] kvm tools: Copy net/9p/9p.h
 2011-05-19  9:32 UTC  (4+ messages)
` [PATCH 2/2 V2] kvm tools: Add virtio-9p

[Patch] kvm tools: build rbtree.o from source
 2011-05-19  7:44 UTC  (2+ messages)

[PATCH RFC] virtio_net: fix patch: virtio_net: limit xmit polling
 2011-05-19  7:30 UTC  (2+ messages)

[PATCH 00/18] virtio and vhost-net performance enhancements
 2011-05-19  7:27 UTC  (21+ messages)
` [PATCH 06/18] virtio_ring: avail event index interface
` [PATCH 09/18] virtio: use avail_event index
` [PATCH 14/18] virtio: add api for delayed callbacks

[PATCH] KVM Test: Correct file_transfer import link
 2011-05-19  6:48 UTC 

[PATCH 0/13] Hypervisor-mode KVM on POWER7
 2011-05-19  6:06 UTC  (15+ messages)
` [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code
` [PATCH 13/13] kvm/powerpc: Allow book3s_hv guests to use SMT processor modes

[PATCH RFC] vhost: fix enable notify: write out last avail value we saw
 2011-05-18 21:13 UTC 

[RFC/PATCH] kvm tools: Use preadv/pwritev syscalls directly
 2011-05-18 18:58 UTC 

[Qemu-devel] [RFC] Memory API
 2011-05-18 17:17 UTC 

[Qemu-devel] [RFC] live snapshot, live merge, live block migration
 2011-05-18 15:49 UTC  (5+ messages)
        `  "

[PATCH v2 1/7] KVM: MMU: optimize pte write path if don't have protected sp
 2011-05-18 13:20 UTC  (4+ messages)

[PATCH 1/3] KVM: x86 emulator: Place insn_fetch helpers together
 2011-05-18 12:51 UTC  (2+ messages)

[PATCH 0/2] Inline vmcs_readl()
 2011-05-18 13:02 UTC  (2+ messages)

[PATCH] Account for Fedora kernels with backported vzalloc
 2011-05-18  9:20 UTC  (7+ messages)

[PATCH v1 0/5] KVM in-guest performance monitoring
 2011-05-18 12:49 UTC  (11+ messages)
` [PATCH v1 5/5] KVM: Expose a version 1 architectural PMU to guests

[kvm tools] bug: rbtree.o build rule?
 2011-05-18 12:35 UTC 

[PATCH 1/2] kvm tools: Copy net/9p/9p.h
 2011-05-18 12:23 UTC  (17+ messages)
` [PATCH 2/2] kvm tools: Add virtio-9p

[PATCH 0/31] nVMX: Nested VMX, v10
 2011-05-18 12:19 UTC  (19+ messages)
` [PATCH 08/31] nVMX: Fix local_vcpus_link handling

[PATCH v1 1/3] kvm tools: Close the disk images after the guest shuts down
 2011-05-18 11:27 UTC  (13+ messages)
` [PATCH v1 2/3] kvm tools: Release memoty allocated during virtio block initialization
` [PATCH v1 3/3] kvm tools: Add QCOW level2 caching support

[PATCH v2] KVM: Sanitize cpuid
 2011-05-18 11:04 UTC  (2+ messages)

SKYLAX Insulating Ladders and Steps
 2011-05-18  9:00 UTC 

[PATCH 01/14] kvm tools: Move disk image related code under disk directory
 2011-05-18  8:51 UTC  (20+ messages)
` [PATCH 02/14] kvm tools: Rename disk-image.c to core.c
` [PATCH 03/14] kvm tools: Split raw image and blk device code from disk/core.c
` [PATCH 04/14] kvm tools: Rename disk_image__{read, write}_sector_iov
` [PATCH 05/14] kvm tools: Remove dead coe disk_image__{read, write}_sector
` [PATCH 06/14] kvm tools: Consolidate disk_image__{new, new_readonly}
` [PATCH 07/14] kvm tools: Split blk device code from raw.c to blk.c
` [PATCH 08/14] kvm tools: Tune up ops in 'struct disk_image_operations'
` [PATCH 09/14] kvm tools: Rename struct disk_image_operations ops name for raw image
` [PATCH 10/14] kvm tools: Rename raw_image_ops to blk_dev_ops
` [PATCH 11/14] kvm tools: Remove unnecessary S_ISBLK check
` [PATCH 12/14] kvm tools: Do not use 'inline' for disk_image__flush
` [PATCH 13/14] kvm tools: Add debug info for disk_image__{read, write}
` [PATCH 14/14] kvm tools: Print debug info for qcow1_nowrite_sector

[PATCH V5 4/6 net-next] vhost: vhost TX zero-copy support
 2011-05-18  8:45 UTC  (21+ messages)
                ` [TEST PATCH net-next] vhost: accumulate multiple used and sigal in vhost TX test
                      ` [PATCH V6 4/6 net-next] vhost: vhost TX zero-copy support

[PATCH] KVM: Sanitize cpuid
 2011-05-18  8:34 UTC  (3+ messages)

serial port reconfiguration
 2011-05-17 23:52 UTC 

[PATCH 00/16] qemu-kvm: Cleanup and switch to upstream - Part II
 2011-05-17 18:47 UTC  (2+ messages)

[PATCH] KVM: Document KVM_GET_LAPIC, KVM_SET_LAPIC ioctl
 2011-05-17 18:26 UTC  (2+ messages)

[PATCH] kvm: log directly from the guest to the host kvm buffer
 2011-05-17 15:50 UTC  (4+ messages)

KVM call of May 17th
 2011-05-17 15:01 UTC 

[PATCH 0/30] nVMX: Nested VMX, v9
 2011-05-17 13:20 UTC  (5+ messages)
` [PATCH 07/30] nVMX: Introduce vmcs02: VMCS used to run L2

[PATCH] kvm tools: Use virtio IDs from <linux/virtio_ids.h>
 2011-05-17 12:11 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).