messages from 2011-05-16 19:53:42 to 2011-05-18 15:50:04 UTC [more...]
[Qemu-devel] [RFC] live snapshot, live merge, live block migration
2011-05-18 15:49 UTC (5+ messages)
` "
[PATCH V5 2/6 net-next] netdevice.h: Add zero-copy flag in netdevice
2011-05-18 15:47 UTC (24+ 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 (12+ 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 (32+ messages)
` [PATCH 08/31] nVMX: Fix local_vcpus_link handling
` [PATCH 19/31] nVMX: No need for handle_vmx_insn function any more
` [PATCH 20/31] nVMX: Exiting from L2 to L1
` [PATCH 21/31] nVMX: vmcs12 checks on nested entry
` [PATCH 22/31] nVMX: Deciding if L0 or L1 should handle an L2 exit
` [PATCH 23/31] nVMX: Correct handling of interrupt injection
` [PATCH 24/31] nVMX: Correct handling of exception injection
` [PATCH 25/31] nVMX: Correct handling of idt vectoring info
` [PATCH 26/31] nVMX: Handling of CR0 and CR4 modifying instructions
` [PATCH 27/31] nVMX: Further fixes for lazy FPU loading
` [PATCH 28/31] nVMX: Additional TSC-offset handling
` [PATCH 29/31] nVMX: Add VMX to list of supported cpuid features
` [PATCH 30/31] nVMX: Miscellenous small corrections
` [PATCH 31/31] nVMX: Documentation
[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 (23+ 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)
[PATCH 00/18] virtio and vhost-net performance enhancements
2011-05-18 5:43 UTC (15+ messages)
` [PATCH 06/18] virtio_ring: avail event index interface
` [PATCH 09/18] virtio: use avail_event index
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 0/13] Hypervisor-mode KVM on POWER7
2011-05-17 18:10 UTC (25+ messages)
` [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code
` [PATCH 10/13] kvm/powerpc: Add support for Book3S processors in hypervisor mode
` [PATCH 11/13] kvm/powerpc: Handle some PAPR hcalls in the kernel
` [PATCH 12/13] kvm/powerpc: Accelerate H_PUT_TCE by implementing it in real mode
` [PATCH 13/13] kvm/powerpc: Allow book3s_hv guests to use SMT processor modes
[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
[PATCH 1/2 V3] kvm tools: Add interval red-black tree helper
2011-05-17 12:08 UTC (2+ messages)
` [PATCH 2/2 V3] kvm tools: Add MMIO address mapper
[PATCH 1/2 V2] kvm tools: Add interval red-black tree helper
2011-05-17 11:57 UTC (6+ messages)
` [PATCH 2/2 V2] kvm tools: Add MMIO address mapper
Sharing memory between Android [host] and Win7 [host]
2011-05-17 11:46 UTC (2+ messages)
[PATCH 1/2] kvm tools: Add interval red-black tree helper
2011-05-17 8:21 UTC (8+ messages)
` [PATCH 2/2] kvm tools: Add MMIO address mapper
KVM guest doesn't recongize its network by NAT
2011-05-17 7:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox