public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-08 11:35:17 to 2010-12-12 22:31:21 UTC [more...]

USB Passthrough 1.1 performance problem
 2010-12-12 22:31 UTC  (4+ messages)

[GIT PULL net-2.6] vhost-net: logging fixup
 2010-12-12 22:21 UTC  (2+ messages)

[PATCH v2 0/4] KVM & genirq: Enable adaptive IRQ sharing for passed-through devices
 2010-12-12 21:51 UTC  (9+ messages)
` [PATCH v2 1/4] genirq: Introduce driver-readable IRQ status word
` [PATCH v2 2/4] genirq: Inform handler about line sharing state
` [PATCH v2 3/4] genirq: Add support for IRQF_COND_ONESHOT
` [PATCH v2 4/4] KVM: Allow host IRQ sharing for passed-through PCI 2.3 devices

trace_printk() support in trace-cmd
 2010-12-12 17:47 UTC  (19+ messages)

[PATCH] KVM: MMU: Fix incorrect direct page write protection due to ro host page
 2010-12-12 17:39 UTC 

[PATCH conditional] qemu-kvm: ioeventfd fixup
 2010-12-12 11:47 UTC 

CPU and RAM in VMs
 2010-12-12 10:48 UTC  (2+ messages)

Does KVM use one EPT table per Guest CR3?
 2010-12-12 10:47 UTC  (6+ messages)

[PATCH] Fix preempt imbalance in kvm_timer_init()
 2010-12-12  9:28 UTC  (2+ messages)

linux-next: Tree for November 22 (kvm)
 2010-12-12  9:23 UTC  (8+ messages)

[PATCH 0/2] Small KVM device assignment cleanups
 2010-12-12  9:15 UTC  (3+ messages)
` [PATCH 1/2] KVM: Split up MSI-X assigned device IRQ handler
` [PATCH 2/2] KVM: Clean up unneeded void pointer casts

You were given Seven Hundred And Fifty Thousand Pounds in British Gnld Promo: send
 2010-12-12  6:55 UTC 

[PATCHv8 00/16] boot order specification
 2010-12-11 23:27 UTC  (26+ messages)
` [PATCHv8 01/16] Introduce fw_name field to DeviceInfo structure
` [PATCHv8 03/16] Keep track of ISA ports ISA device is using in qdev
` [PATCHv8 04/16] Add get_fw_dev_path callback to ISA bus "
` [PATCHv8 05/16] Store IDE bus id in IDEBus structure for easy access
` [PATCHv8 06/16] Add get_fw_dev_path callback to IDE bus
` [PATCHv8 07/16] Add get_fw_dev_path callback for system bus
` [PATCHv8 08/16] Add get_fw_dev_path callback for pci bus
` [PATCHv8 09/16] Record which USBDevice USBPort belongs too
` [PATCHv8 10/16] Add get_fw_dev_path callback for usb bus
` [PATCHv8 11/16] Add get_fw_dev_path callback to scsi bus
` [PATCHv8 12/16] Add bootindex parameter to net/block/fd device
` [PATCHv8 13/16] Change fw_cfg_add_file() to get full file path as a parameter
` [PATCHv8 14/16] Add bootindex for option roms
` [PATCHv8 15/16] Add notifier that will be called when machine is fully created
                ` [Qemu-devel] Re: [PATCHv8 00/16] boot order specification

[RFC PATCH 0/3] directed yield for Pause Loop Exiting
 2010-12-11 13:57 UTC  (23+ messages)
` [RFC PATCH 2/3] sched: add yield_to function
` [RFC PATCH 3/3] kvm: use yield_to instead of sleep in kvm_vcpu_on_spin

[PATCH v16 01/17] Add a new structure for skb buffer from external
 2010-12-10 20:36 UTC  (5+ 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] intel-iommu: Fix use after release during device attach
 2010-12-10 18:44 UTC  (5+ messages)

[RFC PATCH V2 5/5] Add TX zero copy in macvtap
 2010-12-10 16:55 UTC  (5+ messages)

[PATCH 0/3] Provide unmapped page cache control (v2)
 2010-12-10 14:32 UTC  (4+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v2)
` [PATCH 2/3] Refactor zone_reclaim (v2)
` [PATCH 3/3] Provide control over unmapped pages (v2)

[PATCH -v2 0/5] kvm/svm: implement new DecodeAssist features
 2010-12-10 13:51 UTC  (6+ messages)
` [PATCH 1/5] kvm/svm: add new SVM feature bit names
` [PATCH 2/5] kvm/svm: enhance MOV CR intercept handler
` [PATCH 3/5] kvm/svm: enhance mov DR "
` [PATCH 4/5] kvm/svm: implement enhanced INVLPG intercept
` [PATCH 5/5] kvm/svm: copy instruction bytes from VMCB

[PATCH 0/28] nVMX: Nested VMX, v7
 2010-12-10 12:10 UTC  (39+ messages)
` [PATCH 01/28] nVMX: Add "nested" module option to vmx.c
` [PATCH 02/28] nVMX: Add VMX and SVM to list of supported cpuid features
` [PATCH 03/28] nVMX: Implement VMXON and VMXOFF
` [PATCH 04/28] nVMX: Allow setting the VMXE bit in CR4
` [PATCH 05/28] nVMX: Introduce vmcs12: a VMCS structure for L1
` [PATCH 06/28] nVMX: Implement reading and writing of VMX MSRs
` [PATCH 07/28] nVMX: Decoding memory operands of VMX instructions
` [PATCH 08/28] nVMX: Hold a vmcs02 for each vmcs12
` [PATCH 09/28] nVMX: Add VMCS fields to the vmcs12
` [PATCH 10/28] nVMX: Success/failure of VMX instructions
` [PATCH 11/28] nVMX: Implement VMCLEAR
` [PATCH 12/28] nVMX: Implement VMPTRLD
` [PATCH 13/28] nVMX: Implement VMPTRST
` [PATCH 14/28] nVMX: Implement VMREAD and VMWRITE
` [PATCH 15/28] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 16/28] nVMX: Move register-syncing to a function
` [PATCH 17/28] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 18/28] nVMX: No need for handle_vmx_insn function any more
` [PATCH 19/28] nVMX: Exiting from L2 to L1
` [PATCH 20/28] nVMX: Deciding if L0 or L1 should handle an L2 exit
` [PATCH 21/28] nVMX: Correct handling of interrupt injection
` [PATCH 22/28] nVMX: Correct handling of exception injection
` [PATCH 23/28] nVMX: Correct handling of idt vectoring info
` [PATCH 24/28] nVMX: Handling of CR0 and CR4 modifying instructions
` [PATCH 25/28] nVMX: Further fixes for lazy FPU loading
` [PATCH 26/28] nVMX: Additional TSC-offset handling
` [PATCH 27/28] nVMX: Miscellenous small corrections
` [PATCH 28/28] nVMX: Documentation

[PATCH v2 2/2] qemu,qmp: convert do_inject_nmi() to QObject, QError
 2010-12-10 11:20 UTC  (3+ messages)

[PATCH v2 1/2] QError: new QERR_INVALID_CPU_INDEX
 2010-12-10 10:58 UTC  (2+ messages)

[RFC PATCH V2 0/5] macvtap TX zero copy between guest and host kernel
 2010-12-10 10:16 UTC  (2+ messages)

[RFC PATCH V2 4/5] Add vhost zero copy callback to release guest kernel buffers
 2010-12-10 10:08 UTC 

[RFC PATCH V2 3/5] Add userspace buffers callback in skb_share_info
 2010-12-10 10:01 UTC 

[RFC PATCH V2 2/5] Add a new device flag for zero copy
 2010-12-10  9:57 UTC 

[RFC PATCH V2 1/5] Add a new sock flag for zero-copy
 2010-12-10  9:55 UTC 

[PATCH 1/6] qemu,kvm: Enable NMI support for user space irqchip
 2010-12-10  8:41 UTC  (5+ messages)
  ` [PATCH V2] qemu,kvm: Enable user space NMI injection for kvm guest

[PATCH 3/3] kvm, x86: introduce kvm_inject_x86_mce_on
 2010-12-10  8:25 UTC 

[PATCH 2/3] kvm, x86: kvm_mce_inj_* subroutins for templated error injections
 2010-12-10  8:25 UTC 

[PATCH 1/3] kvm, x86: introduce kvm_mce_in_progress
 2010-12-10  8:24 UTC 

[PATCH 3/3] Add function for checking mca broadcast of CPU
 2010-12-10  8:21 UTC 

[PATCH 2/3] Add "broadcast" option for mce command
 2010-12-10  8:21 UTC 

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

[PATCH] kvm: x86: Save/restore error_code
 2010-12-10  8:02 UTC  (5+ messages)

[PATCH] qemu-kvm,cleanup: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
 2010-12-10  7:52 UTC 

[PATCH 6/6] qemu,qmp: Convert do_sendkey() to QObject,QError
 2010-12-09 18:54 UTC  (2+ messages)

[PATCH 2/6] qemu,qmp: convert do_inject_nmi() to QObject
 2010-12-09 18:49 UTC  (2+ messages)

[RFC PATCH] KVM: Fix missing lock for kvm_io_bus_unregister_dev()
 2010-12-09 17:21 UTC  (3+ messages)

make snapshot and restoring it
 2010-12-09 18:08 UTC 

[PATCH] pci: Fix PCI capabilities collision error value
 2010-12-09 17:14 UTC  (2+ messages)

[PATCH 0/5] Extra capabilities for device assignment
 2010-12-09 16:17 UTC  (8+ messages)
` [PATCH v2 "

I/O Performance Tips
 2010-12-09 14:51 UTC  (5+ messages)

[PATCH] [qemu-kvm-next-tree] fix compile error of hw/device-assignment.c
 2010-12-09 13:38 UTC  (2+ messages)

Performance test result between per-vhost kthread disable and enable
 2010-12-09 13:34 UTC  (3+ messages)

virtio_net sometimes didn't work
 2010-12-09 13:22 UTC  (4+ messages)

[PATCH] KVM: Fix OSXSAVE after migration
 2010-12-09 10:04 UTC  (4+ messages)

Confirm
 2010-12-09  8:40 UTC 

[PATCH 5/6] qemu,qmp: QError: New QERR_UNKNOWN_KEY
 2010-12-09  6:59 UTC 

[PATCH 4/6] qemu,qmp: QError: New QERR_TOO_MANY_KEYS
 2010-12-09  6:59 UTC 

[PATCH 3/6] qumu,qmp: QError: New QERR_INVALID_KEY
 2010-12-09  6:59 UTC 

Unittests failure for latest upstream kvm.git + qemu-kvm.git + kvm-unit-tests.git
 2010-12-08 23:53 UTC 

kvm hangs on mkfs
 2010-12-08 20:47 UTC  (3+ messages)

Memory leaks in virtio drivers?
 2010-12-08 20:21 UTC  (8+ messages)

[PATCH v2 0/2] savevm odness related to kvmclock
 2010-12-08 19:31 UTC  (5+ messages)
` [PATCH v2 1/2] Do not register kvmclock savevm section if kvmclock is disabled

[PATCH] KVM: Fix build error on s390 due to missing tlbs_dirty
 2010-12-08 16:07 UTC 

[PATCH 00/21] Kemari for KVM 0.2
 2010-12-08 14:22 UTC  (5+ messages)
` [PATCH 06/21] vl: add a tmp pointer so that a handler can delete the entry to which it belongs
  ` [Qemu-devel] "

[PATCH] kvm/x86: enlarge number of possible CPUID leaves
 2010-12-08 12:14 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox