messages from 2011-05-12 11:16:35 to 2011-05-17 08:21:09 UTC [more...]
[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
[PATCH 0/13] Hypervisor-mode KVM on POWER7
2011-05-17 8:01 UTC (14+ messages)
` [PATCH 03/13] kvm/powerpc: Fix the build for 32-bit Book 3S (classic) processors
` [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
KVM guest doesn't recongize its network by NAT
2011-05-17 7:15 UTC
[PATCH V5 2/6 net-next] netdevice.h: Add zero-copy flag in netdevice
2011-05-17 6:21 UTC (7+ messages)
[PATCH 00/18] virtio and vhost-net performance enhancements
2011-05-17 6:10 UTC (18+ messages)
` [PATCH 06/18] virtio_ring: avail event index interface
` [PATCH 08/18] virtio_ring: support for used_event idx feature
` [PATCH 09/18] virtio: use avail_event index
` [PATCH 14/18] virtio: add api for delayed callbacks
[PATCH V5 4/6 net-next] vhost: vhost TX zero-copy support
2011-05-17 5:55 UTC (8+ messages)
[PATCH 0/31] nVMX: Nested VMX, v10
2011-05-16 19:59 UTC (32+ messages)
` [PATCH 01/31] nVMX: Add "nested" module option to kvm_intel
` [PATCH 02/31] nVMX: Implement VMXON and VMXOFF
` [PATCH 03/31] nVMX: Allow setting the VMXE bit in CR4
` [PATCH 04/31] nVMX: Introduce vmcs12: a VMCS structure for L1
` [PATCH 05/31] nVMX: Implement reading and writing of VMX MSRs
` [PATCH 06/31] nVMX: Decoding memory operands of VMX instructions
` [PATCH 07/31] nVMX: Introduce vmcs02: VMCS used to run L2
` [PATCH 08/31] nVMX: Fix local_vcpus_link handling
` [PATCH 09/31] nVMX: Add VMCS fields to the vmcs12
` [PATCH 10/31] nVMX: Success/failure of VMX instructions
` [PATCH 11/31] nVMX: Implement VMCLEAR
` [PATCH 12/31] nVMX: Implement VMPTRLD
` [PATCH 13/31] nVMX: Implement VMPTRST
` [PATCH 14/31] nVMX: Implement VMREAD and VMWRITE
` [PATCH 15/31] nVMX: Move host-state field setup to a function
` [PATCH 16/31] nVMX: Move control field setup to functions
` [PATCH 17/31] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 18/31] nVMX: Implement VMLAUNCH and VMRESUME
` [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 V5 6/6 net-next] example: enable zero-copy support in ixgbe
2011-05-16 19:42 UTC
[PATCH V5 5/6 net-next] macvtap: macvtap TX zero-copy support
2011-05-16 19:36 UTC
[PATCH V5 3/6 net-next] skbuff: Add userspace zero-copy buffers in skb
2011-05-16 19:31 UTC
[PATCH V5 1/6 net-next] sock.h: Add a new sock zero-copy flag
2011-05-16 19:26 UTC
[PATCH V5 0/6 net-next] macvtap/vhost TX zero-copy support
2011-05-16 19:24 UTC
KVM call agenda for May 17th
2011-05-16 19:11 UTC (3+ messages)
` [Qemu-devel] "
[PATCH 0/30] nVMX: Nested VMX, v9
2011-05-16 19:09 UTC (24+ messages)
` [PATCH 07/30] nVMX: Introduce vmcs02: VMCS used to run L2
` [PATCH 12/30] nVMX: Implement VMPTRLD
[PATCH v3] Add an isa device for SGA
2011-05-16 18:45 UTC
KVM Forum 2011: Call For Participation
2011-05-16 14:12 UTC (2+ messages)
[PATCH v2 1/7] KVM: MMU: optimize pte write path if don't have protected sp
2011-05-16 11:25 UTC (8+ messages)
` [PATCH v2 2/7] KVM: use __copy_to_user/__clear_user to write guest page
` [PATCH v2 3/7] KVM: fix uninitialized warning
` [PATCH v2 4/7] KVM: MMU: abstract the operation of rmap
` [PATCH v2 5/7] KVM: MMU: remove the arithmetic of parent pte rmap
` [PATCH v2 6/7] KVM: MMU: cleanup for kvm_mmu_page_unlink_children
` [PATCH v2 7/7] KVM: MMU: cleanup for dropping parent pte
[PATCH 00/16] qemu-kvm: Cleanup and switch to upstream - Part II
2011-05-16 10:37 UTC (21+ messages)
` [PATCH 01/16] qemu-kvm: Drop kvm_cpu_register_phys_memory_client wrapper
` [PATCH 02/16] qemu-kvm: Drop kvm_inject_interrupt
` [PATCH 03/16] Revert "qemu-kvm-x86: consider the irq0override flag in kvm_arch_init_irq_routing"
` [PATCH 04/16] qemu-kvm: Drop IRQ0 override test from ioapic_set_irq
` [PATCH 05/16] qemu-kvm: Clean up IRQ0 override configuration
` [PATCH 06/16] qemu-kvm: Refactor irqchip and routing initialization
` [PATCH 07/16] qemu-kvm: Fold kvm_get_gsi_count into kvm_create_irqchip
` [PATCH 08/16] qemu-kvm: Make some private functions static
` [PATCH 09/16] qemu-kvm: Implement kvm_has_pit_state2 in upstream style
` [PATCH 10/16] qemu-kvm: Fold kvm_set_irq_level into kvm_set_irq
` [PATCH 11/16] qemu-kvm: Remove kvm_context from public interfaces
` [PATCH 12/16] qemu-kvm: Fold kvm_set_boot_vcpu_id into kvm_set_boot_cpu_id
` [PATCH 13/16] qemu-kvm: Remove handle_io_window
` [PATCH 14/16] qemu-kvm: Merge kvm_context into KVMState
` [PATCH 15/16] qemu-kvm: Use KVM-optimized interrupt handler
` [PATCH 16/16] qemu-kvm: Use upstream kvm_init
[Qemu-devel] [RFC] live snapshot, live merge, live block migration
2011-05-16 8:23 UTC (3+ messages)
` "
X86EMUL_PROPAGATE_FAULT
2011-05-15 22:31 UTC (3+ messages)
snapmirror functionality using qcow2 and rsync?
2011-05-15 21:11 UTC (5+ messages)
[PATCH 0/2] Inline vmcs_readl()
2011-05-15 14:13 UTC (3+ messages)
` [PATCH 1/2] KVM: VMX: Move VMREAD cleanup to exception handler
` [PATCH 2/2] KVM: VMX: always_inline VMREADs
[PATCH V2] kvm tools: Return correct values from disk IOV functions
2011-05-15 10:22 UTC
[PATCH 1/7] KVM: MMU: optimize pte write path if don't have protected sp
2011-05-15 8:44 UTC (12+ messages)
` [PATCH 2/7] KVM: use __copy_to_user/__clear_user to write guest page
` [PATCH 3/7] KVM: fix uninitialized warning
` [PATCH 4/7] KVM: MMU: abstract the operation of rmap
` [PATCH 5/7] KVM: MMU: remove the arithmetic of parent pte rmap
` [PATCH 6/7] KVM: MMU: cleanup for kvm_mmu_page_unlink_children
` [PATCH 7/7] KVM: MMU: cleanup for dropping parent pte
[PATCH] kvm tools: Return correct values from disk IOV functions
2011-05-14 16:34 UTC
[PATCH 1/3] KVM: x86 emulator: Place insn_fetch helpers together
2011-05-14 16:00 UTC (3+ messages)
` [PATCH 2/3] KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpers
` [PATCH 3/3] KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions
VHPC'11 submission deadline extension
2011-05-14 14:49 UTC
[PATCH 1/2] kvm tools: Bring VIRTIO_BLK_F_SEG_MAX feature back to virtio blk
2011-05-13 16:16 UTC (7+ messages)
` [PATCH 2/2] kvm tools: Tune the command-line option
Video card passthrough success
2011-05-13 13:26 UTC (3+ messages)
[PATCH v2] Add an isa device for SGA
2011-05-13 13:00 UTC (3+ messages)
` [Qemu-devel] "
[PATCH v1 0/5] KVM in-guest performance monitoring
2011-05-13 12:34 UTC (15+ messages)
[PATCH] kvm tools: Fix type mismatches on GCC 4.4 on 32-bit systems
2011-05-13 10:05 UTC (5+ messages)
[PATCH] Avoid segmentation fault for qdev device not found
2011-05-13 8:41 UTC (2+ messages)
[PATCH] kvm: log directly from the guest to the host kvm buffer
2011-05-12 23:59 UTC (5+ messages)
[PATCH] Add an isa device for SGA
2011-05-12 14:46 UTC (2+ messages)
[PATCH] KVM: Sanitize cpuid
2011-05-12 13:23 UTC
[PATCH 1/2] kvm tools: Use '-c' for '--cpus', not '--console'
2011-05-12 13:20 UTC (4+ messages)
CentOS 5.6 & KVM
2011-05-12 12:41 UTC (2+ messages)
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