public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-08 08:25:19 to 2010-09-12 09:26:10 UTC [more...]

high load with win7 & usb tablet
 2010-09-12  9:26 UTC  (11+ messages)
    ` high load with usb device

[PATCH 0/7] New Unit-Tests for KVM SVM emulation
 2010-09-12  9:10 UTC  (10+ messages)
` [PATCH 1/7] svm: Add test for selective cr0 intercept
` [PATCH 2/7] svm: Run tests with NPT enabled if available
` [PATCH 3/7] svm: Add test for NX bit check in emulated NPT
` [PATCH 4/7] svm: Add test for US "
` [PATCH 5/7] svm: Add test for RSVD "
` [PATCH 6/7] svm: Add test for RW "
` [PATCH 7/7] svm: Add test for the NPT page table walker

[PATCH 1/3] S390: take a full byte as ext_param indicator
 2010-09-12  9:00 UTC  (4+ messages)
` [PATCH 2/3] S390: Add virtio hotplug add support

[PATCH 0/29] Nested Paging Virtualization for KVM v4
 2010-09-12  8:56 UTC  (33+ messages)
` [PATCH 01/29] KVM: MMU: Check for root_level instead of long mode
` [PATCH 02/29] KVM: MMU: Make tdp_enabled a mmu-context parameter
` [PATCH 03/29] KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
` [PATCH 04/29] KVM: X86: Introduce a tdp_set_cr3 function
` [PATCH 05/29] KVM: MMU: Introduce get_cr3 function pointer
` [PATCH 06/29] KVM: MMU: Introduce inject_page_fault "
` [PATCH 07/29] KVM: MMU: Introduce kvm_init_shadow_mmu helper function
` [PATCH 08/29] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
` [PATCH 09/29] KVM: MMU: Track page fault data in struct vcpu
` [PATCH 10/29] KVM: MMU: Introduce generic walk_addr function
` [PATCH 11/29] KVM: MMU: Add infrastructure for two-level page walker
` [PATCH 12/29] KVM: X86: Introduce pointer to mmu context used for gva_to_gpa
` [PATCH 13/29] KVM: MMU: Implement nested gva_to_gpa functions
` [PATCH 14/29] KVM: X86: Add kvm_read_guest_page_mmu function
` [PATCH 15/29] KVM: MMU: Make walk_addr_generic capable for two-level walking
` [PATCH 16/29] KVM: MMU: Introduce kvm_read_nested_guest_page()
` [PATCH 17/29] KVM: MMU: Introduce init_kvm_nested_mmu()
` [PATCH 18/29] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
` [PATCH 19/29] KVM: X86: Propagate fetch faults
` [PATCH 20/29] KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
` [PATCH 21/29] KVM: MMU: Introduce kvm_pdptr_read_mmu
` [PATCH 22/29] KVM: MMU: Refactor mmu_alloc_roots function
` [PATCH 23/29] KVM: MMU: Allow long mode shadows for legacy page tables
` [PATCH 24/29] KVM: MMU: Track NX state in struct kvm_mmu
` [PATCH 25/29] KVM: SVM: Implement MMU helper functions for Nested Nested Paging
` [PATCH 26/29] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
` [PATCH 27/29] KVM: SVM: Expect two more candiates for exit_int_info
` [PATCH 28/29] KVM: SVM: Report Nested Paging support to userspace
` [PATCH 29/29] KVM: X86: Report SVM bit to userspace only when supported

[PATCH 0/2] Add SVM feature flags to qemu
 2010-09-12  8:01 UTC  (13+ messages)
` [PATCH 1/2] qemu-kvm: Set cpuid definition to 0 before initializing it
` [PATCH 2/2] qemu-kvm: Add svm cpuid features
  ` [Qemu-devel] "

[PATCH] Don't launch guest if -no-kvm when tcg is not configured in
 2010-09-12  7:51 UTC 

[PATCH] Add missing tcg_prologue_init() for --disable-cpu-emulation build
 2010-09-12  7:48 UTC 

[ANNOUNCE] qemu-kvm-0.13.0-rc1
 2010-09-12  6:11 UTC  (10+ messages)

[PATCH] [RFC] Add support for a USB audio device model
 2010-09-12  5:20 UTC  (11+ messages)
    ` [Qemu-devel] "

[PATCH 00/11] treewide: Remove pr_<level> uses with KERN_<level>
 2010-09-12  5:10 UTC  (2+ messages)
` [PATCH 05/11] arch/powerpc: Remove pr_<level> uses of KERN_<level>

(unknown)
 2010-09-11 19:05 UTC 

[RFC PATCH v10 00/16] Provide a zero-copy method on KVM virtio-net
 2010-09-11  9:53 UTC  (17+ messages)
` [RFC PATCH v10 01/16] Add a new structure for skb buffer from external
  ` [RFC PATCH v10 02/16] Add a new struct for device to manipulate external buffer
    ` [RFC PATCH v10 03/16] Add a ndo_mp_port_prep pointer to net_device_ops
      ` [RFC PATCH v10 04/16] Add a function make external buffer owner to query capability
        ` [RFC PATCH v10 05/16] Add a function to indicate if device use external buffer
          ` [RFC PATCH v10 06/16] Use callback to deal with skb_release_data() specially
            ` [RFC PATCH v10 07/16] Modify netdev_alloc_page() to get external buffer
              ` [RFC PATCH v10 08/16] Modify netdev_free_page() to release "
                ` [RFC PATCH v10 09/16] Don't do skb recycle, if device use "
                  ` [RFC PATCH v10 10/16] Add a hook to intercept external buffers from NIC driver
                    ` [RFC PATCH v10 11/16] Add header file for mp device
                      ` [RFC PATCH v10 12/16] Add a kconfig entry and make entry "
                        ` [RFC PATCH v10 13/16] Add mp(mediate passthru) device
                          ` [RFC PATCH v10 14/16] Provides multiple submits and asynchronous notifications
                            ` [RFC PATCH v10 15/16] An example how to modifiy NIC driver to use napi_gro_frags() interface
                              ` [RFC PATCH v10 16/16]An example how to alloc user buffer based on "

[RFC PATCH v9 04/16] Add a function make external buffer owner to query capability
 2010-09-11  9:42 UTC  (14+ messages)
` [RFC PATCH v9 05/16] Add a function to indicate if device use external buffer
  ` [RFC PATCH v9 06/16] Use callback to deal with skb_release_data() specially
    ` [RFC PATCH v9 07/16] Modify netdev_alloc_page() to get external buffer
      ` [RFC PATCH v9 08/16] Modify netdev_free_page() to release "
        ` [RFC PATCH v9 09/16] Don't do skb recycle, if device use "
          ` [RFC PATCH v9 10/16] Add a hook to intercept external buffers from NIC driver
            ` [RFC PATCH v9 11/16] Add header file for mp device
              ` [RFC PATCH v9 13/16] Add a kconfig entry and make entry "
                ` [RFC PATCH v9 12/16] Add mp(mediate passthru) device

PLEASE HELP MY FAMILY (A Cry for Help
 2010-09-11  6:19 UTC 

[PATCH] KVM test: tests.cfg.sample: add params to qemu command line properly
 2010-09-10 16:08 UTC 

[PATCH] KVM test: tests.cfg.sample: add params to qemu command line properly
 2010-09-10 16:06 UTC  (3+ messages)

[GIT PULL] KVM updates for 2.6.36-rc3
 2010-09-10 14:29 UTC 

vhost, something changed between 2.6.35 and 2.6.36 ?
 2010-09-10 13:37 UTC 

Orphaning IA64 KVM
 2010-09-10 12:24 UTC 

[RFC PATCH 0/4] Implement multiqueue virtio-net
 2010-09-10  5:19 UTC  (26+ messages)
` [RFC PATCH 1/4] Add a new API to virtio-pci

[GIT PULL net-2.6] vhost-net: 2.6.36 regression fixes
 2010-09-10  5:00 UTC  (2+ messages)

[PATCH 0/2] kvm/e500v2: MMU optimization
 2010-09-10  2:59 UTC  (14+ messages)
  ` [PATCH 1/2] kvm/e500v2: Remove shadow tlb
    ` [PATCH 2/2] kvm/e500v2: mapping guest TLB1 to host TLB0

virtio-9p error
 2010-09-10  0:47 UTC  (5+ messages)

Don't Be a Victim of Scams!
 2010-09-09 23:48 UTC 

Don't Be a Victim of Scams!
 2010-09-09 23:10 UTC 

[REGRESSION][BISECTED] virtio-blk serial attribute causes guest to hang [Was: Re: [PATCH UPDATED 4/5] dm: implement REQ_FLUSH/FUA support for request-based dm]
 2010-09-09 21:15 UTC  (12+ messages)
                    ` [PATCH] virtio-blk: put request that was created to retrieve the device id

vhost not working with version 12.5 with kernel 2.6.35.4
 2010-09-09 20:56 UTC  (4+ messages)

[PATCH 0/4]: NUMA: add host binding
 2010-09-09 20:00 UTC  (9+ messages)
` [PATCH 4/4] NUMA: realize NUMA memory pinning

[PATCH v2 0/2] Emulate MSR_EBC_FREQUENCY_ID
 2010-09-09 19:53 UTC  (5+ messages)
` [PATCH 1/2] Define MSR_EBC_FREQUENCY_ID
` [PATCH 2/2] Emulate MSR_EBC_FREQUENCY_ID

[PATCH] KVM test: virtio_console test v2
 2010-09-09 12:13 UTC  (2+ messages)

[PATCH] Emulate MSR_EBC_FREQUENCY_ID
 2010-09-09  8:55 UTC  (4+ messages)

[PATCH] KVM: x86: fixup set_efer()
 2010-09-09  8:37 UTC  (2+ messages)

Sorry! I made an error in my last email!
 2010-09-09  1:21 UTC 

Sorry! I made an error in my last email!
 2010-09-09  0:43 UTC 

[PATCH master/stable-0.12/stable-0.13] kvm: reset MSR_IA32_CR_PAT correctly
 2010-09-08 16:32 UTC  (2+ messages)

Tracing KVM with Systemtap
 2010-09-08 14:08 UTC  (2+ messages)

[ kvm-Bugs-2353510 ] Fedora 10 and F11 failures
 2010-09-08 13:35 UTC 

[PATCH] KVM: x86: fixup kvm_set_cr4()
 2010-09-08 10:01 UTC 

[PATCH 0/27] Nested Paging Virtualization for KVM v3 (now with fixed Cc-List)
 2010-09-08  9:20 UTC  (14+ messages)
` [PATCH 10/27] KVM: MMU: Add infrastructure for two-level page walker
` [PATCH 14/27] KVM: MMU: Make walk_addr_generic capable for two-level walking
` [PATCH 19/27] KVM: X86: Propagate fetch faults
` [PATCH 22/27] KVM: MMU: Refactor mmu_alloc_roots function

[patch 0/2] qemu-kvm cleanups
 2010-09-08  8:25 UTC  (5+ messages)
` [patch 1/2] qemu-kvm: use usptream eventfd code


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