public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-06 15:55:47 to 2010-09-10 14:29:20 UTC [more...]

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

[RFC PATCH v9 04/16] Add a function make external buffer owner to query capability
 2010-09-10 13:40 UTC  (12+ 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

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

high load with win7 & usb tablet
 2010-09-10 12:50 UTC  (6+ messages)

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

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

[RFC PATCH 0/4] Implement multiqueue virtio-net
 2010-09-10  5:19 UTC  (29+ messages)
` [RFC PATCH 1/4] Add a new API to virtio-pci
` [RFC PATCH 2/4] Changes for virtio-net
` [RFC PATCH 3/4] Changes for vhost
` [RFC PATCH 4/4] qemu changes

[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  (4+ 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  (3+ 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  (38+ messages)
` [PATCH 02/27] KVM: MMU: Make tdp_enabled a mmu-context parameter
` [PATCH 04/27] KVM: X86: Introduce a tdp_set_cr3 function
` [PATCH 05/27] KVM: MMU: Introduce get_cr3 function pointer
` [PATCH 06/27] KVM: MMU: Introduce inject_page_fault "
` [PATCH 07/27] KVM: MMU: Introduce kvm_init_shadow_mmu helper function
` [PATCH 08/27] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
` [PATCH 09/27] KVM: MMU: Introduce generic walk_addr function
` [PATCH 10/27] KVM: MMU: Add infrastructure for two-level page walker
` [PATCH 11/27] KVM: X86: Introduce pointer to mmu context used for gva_to_gpa
` [PATCH 12/27] KVM: MMU: Implement nested gva_to_gpa functions
` [PATCH 13/27] KVM: X86: Add kvm_read_guest_page_tdp function
` [PATCH 14/27] KVM: MMU: Make walk_addr_generic capable for two-level walking
` [PATCH 15/27] KVM: MMU: Introduce kvm_read_guest_page_x86()
` [PATCH 16/27] KVM: MMU: Introduce init_kvm_nested_mmu()
` [PATCH 17/27] KVM: MMU: Track page fault data in struct vcpu
` [PATCH 18/27] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
` [PATCH 19/27] KVM: X86: Propagate fetch faults
` [PATCH 20/27] KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
` [PATCH 21/27] KVM: MMU: Introduce kvm_pdptr_read_mmu
` [PATCH 22/27] KVM: MMU: Refactor mmu_alloc_roots function
` [PATCH 23/27] KVM: MMU: Allow long mode shadows for legacy page tables
` [PATCH 24/27] KVM: SVM: Implement MMU helper functions for Nested Nested Paging
` [PATCH 25/27] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
` [PATCH 26/27] KVM: SVM: Expect two more candiates for exit_int_info
` [PATCH 27/27] KVM: SVM: Report Nested Paging support to userspace

[patch 0/2] qemu-kvm cleanups
 2010-09-08  8:25 UTC  (6+ messages)
` [patch 1/2] qemu-kvm: use usptream eventfd code
` [patch 2/2] qemu-kvm: drop posix-aio-compat.cs signalfd usage

questions about kvm-unit-tests results
 2010-09-08  6:11 UTC 

Fwd: Guest hangs when I do general operation
 2010-09-08  2:51 UTC  (4+ messages)
  ` [Qemu-devel] "

KVM Test report, kernel e6a9246... qemu 94f964d
 2010-09-08  0:35 UTC  (15+ messages)

[PATCH] [KVM-Unit-Tests] Add summary to kvmclock test
 2010-09-07 23:38 UTC 

KVM timekeeping and TSC virtualization
 2010-09-07 22:14 UTC  (4+ messages)
` [KVM timekeeping 26/35] Catchup slower TSC to guest rate

[PATCH 1/2] KVM test: unittest: Fix the broken smp params
 2010-09-07 22:12 UTC  (4+ messages)
` [PATCH 2/2] KVM test: unittest: Build unittests from new repo
  ` [Autotest] "

questions about kvm-unit-tests results
 2010-09-07 18:28 UTC 

[PATCH 1/4] PCI: define PCIBUS_MAX_DEVICES and PCI_FUNCTIONS_PER_DEVICE in pci.h
 2010-09-07 17:22 UTC  (8+ messages)
` [PATCH 2/4] pci init: fail qemu if devfn exceeding the max function number supported on bus
` [PATCH 3/4] Check pci slot number against PCIBUS_MAX_DEVICES in parse_pci_devfn
` [PATCH 4/4] Rename PCI_FUNC_MAX to PCI_FUNCTIONS_PER_DEVICES in pci.[ch]

[PATCH 0/3] Add svm cpuid features to qemu-kvm
 2010-09-07 14:56 UTC  (23+ messages)
` [PATCH 1/3] qemu-kvm: Invert svm-flag setting logic
  ` [Qemu-devel] "
` [PATCH 2/3] qemu-kvm: Set cpuid definition to 0 before initializing it
` [PATCH 3/3] qemu-kvm: Add svm cpuid features

KVM call minutes for Sept 7
 2010-09-07 14:39 UTC  (2+ messages)

KVM call agenda for September 7
 2010-09-07 12:37 UTC  (3+ messages)
  ` Device hotplug issues

Is it possible to live migrate guest OS'es between different versions of kvm/qemu-kvm?
 2010-09-07  7:23 UTC  (7+ messages)

[PATCH 0/4] Apply some CODING_STYLE to qemu-kvm*.c
 2010-09-06 20:01 UTC  (2+ messages)

[PATCH 0/3] KVM fixes and cleanups
 2010-09-06 18:26 UTC  (2+ messages)

[PATCH 0/4 -v2] x86: update AMD CPUID bits
 2010-09-06 18:47 UTC  (3+ messages)
` [PATCH 3/4] x86: Fix allowed CPUID bits for KVM guests


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