public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-22 14:33:39 to 2011-06-28 03:47:59 UTC [more...]

[PATCH 0/3] Add softlockup tests
 2011-06-28  3:47 UTC  (4+ messages)
` [PATCH 1/3] KVM test: Adding heartbeat monitor for soft lockup tests
` [PATCH 2/3] Virt: Adding softlockup subtest
` [PATCH 3/3] KVM test: Adding softlockup tests to tests_base.cfg.sample

[PATCH v2 00/11] KVM in-guest performance monitoring
 2011-06-28  2:54 UTC  (5+ messages)
` [PATCH v2 05/11] KVM: Expose a version 1 architectural PMU to guests

[PATCH] allow building spice from git
 2011-06-28  1:56 UTC  (10+ messages)
` [PATCH] kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd
` [PATCH] kvm_installer: introduce GitRepo helper class
` [PATCH] kvm_installer: build spice from git
` [PATCH] client/tests/kvm/build.cfg.sample: add commented spice parameters

[PATCH -V3] tools/kvm/9p: Add encode/decode routines for protocol data
 2011-06-27 23:39 UTC  (2+ messages)

[PATCH V7 2/4 net-next] skbuff: Add userspace zero-copy buffers in skb
 2011-06-27 22:54 UTC  (3+ messages)

[PATCH 00/13] qemu-kvm: device assignment cleanups and upstream diff reductions
 2011-06-27 22:48 UTC  (16+ messages)
` [PATCH 01/13] qemu-kvm: Reduce configure and Makefile.target diff to upstream
` [PATCH 02/13] qemu-kvm: Drop some no longer needed #ifdefs
` [PATCH 03/13] qemu-kvm: Drop -enable-nesting command line switch
` [PATCH 04/13] qemu-kvm: Remove eventfd compat header
` [PATCH 05/13] qemu-kvm: Remove qemu_ram_unmap
` [PATCH 06/13] qemu-kvm: Drop or replace useless device-assignment.h inclusions
` [PATCH 07/13] pci-assign: Fix kvm_deassign_irq handling in assign_irq
` [PATCH 08/13] pci-assign: Update legacy interrupts only if used
` [PATCH 09/13] pci-assign: Drop libpci header dependency
` [PATCH 10/13] pci-assign: Refactor calc_assigned_dev_id
` [PATCH 11/13] pci-assign: Track MSI/MSI-X capability position, clean up related code
` [PATCH 12/13] pci-assign: Generic config space access management
` [PATCH 13/13] qemu-kvm: Resolve PCI upstream diffs

[RFC v2 00/20] Memory API
 2011-06-27 20:28 UTC  (31+ messages)
` [RFC v2 01/20] Hierarchical memory region API
` [RFC v2 02/20] memory: implement dirty tracking
` [RFC v2 03/20] memory: merge adjacent segments of a single memory region
` [RFC v2 04/20] Internal interfaces for memory API
` [RFC v2 05/20] exec.c: initialize memory map
` [RFC v2 06/20] pc: grab system_memory
` [RFC v2 07/20] pc: convert pc_memory_init() to memory API
` [RFC v2 08/20] pc: move global memory map out of pc_init1() and into its callers
` [RFC v2 09/20] pci: pass address space to pci bus when created
` [RFC v2 10/20] pci: add MemoryRegion based BAR management API
` [RFC v2 11/20] sysbus: add MemoryRegion based memory "
` [RFC v2 12/20] usb-ohci: convert to MemoryRegion
` [RFC v2 13/20] pci: add API to get a BAR's mapped address
` [RFC v2 14/20] vmsvga: don't remember pci BAR address in callback any more
` [RFC v2 15/20] vga: convert vga and its derivatives to the memory API
` [RFC v2 16/20] cirrus: simplify mmio BAR access functions
` [RFC v2 17/20] cirrus: simplify bitblt "
` [RFC v2 18/20] cirrus: simplify vga window mmio "
` [RFC v2 19/20] vga: "
` [RFC v2 20/20] cirrus: simplify linear framebuffer "
        ` [Qemu-devel] [RFC v2 00/20] Memory API

[PATCH 0/3] Transparent Hugepages tests v4
 2011-06-27 16:26 UTC  (4+ messages)
` [PATCH 1/3] virt: Add Transparent Hugepages setup
` [PATCH 2/3] KVM test: Add Transparent Hugepages subtests
` [PATCH 3/3] Add THP test variants to tests_base.cfg.sample

[PATCH] drivers/staging/zcache: support multiple clients, prep for RAMster and KVM
 2011-06-27 16:06 UTC  (2+ messages)

SR-IOV and KVM?
 2011-06-27 15:34 UTC  (11+ messages)

KVM call agenda for June 28
 2011-06-27 14:32 UTC 

[PATCH v2 0/22] KVM: optimize for MMIO handled
 2011-06-27 11:00 UTC  (23+ messages)
` [PATCH v2 01/22] KVM: MMU: fix walking shadow page table
` [PATCH v2 14/22] KVM: MMU: filter out the mmio pfn from the fault pfn
` [PATCH v2 15/22] KVM: MMU: abstract some functions to handle "
` [PATCH v2 16/22] KVM: MMU: introduce the rules to modify shadow page table
` [PATCH v2 17/22] KVM: MMU: clean up spte updating and clearing
` [PATCH 18/22] KVM: MMU: do not need atomicly to set/clear spte
` [PATCH v2 19/22] KVM: MMU: lockless walking shadow page table
` [PATCH v2 20/22] KVM: MMU: reorganize struct kvm_shadow_walk_iterator
` [PATCH v2 21/22] KVM: MMU: mmio page fault support
  ` [PATCH v3 "
` [PATCH v2 22/22] KVM: MMU: trace mmio page fault

[PATCH -V2] tools/kvm/9p: Add encode/decode routines for protocol data
 2011-06-27 10:28 UTC  (4+ messages)

[PATCH] qemu-kvm: Fix in-kernel PIT reset
 2011-06-27 10:23 UTC 

[PATCH] qemu-kvm: Fix in-kernel PIC reset
 2011-06-27 10:22 UTC 

[PATCH kvm-unit-tests] access: check SMEP on prefetch pte path
 2011-06-27  6:02 UTC  (4+ messages)

[PATCH 1/3] virt: Add Transparent Hugepages setup v4
 2011-06-27  2:38 UTC 

[PATCH] allow building spice from git
 2011-06-26 20:04 UTC  (5+ messages)
` [PATCH] kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd
` [PATCH] kvm_installer: introduce GitRepo helper class
` [PATCH] kvm_installer: build spice from git
` [PATCH] client/tests/kvm/build.cfg.sample: add commented spice parameters

[PATCH 00/12] [uq/master] Import linux headers and some cleanups
 2011-06-26 18:01 UTC  (10+ messages)
` [PATCH 03/12] Switch build system to accompanied kernel headers
          ` [PATCH] Fix fallouts from Linux header inclusion
            ` [Qemu-devel] "

MONEY GRAM TRANSFER
 2011-06-26  8:28 UTC 

[PATCH 00/10] qemu: remove set but unused variables
 2011-06-26 14:32 UTC  (6+ messages)
` [PATCH 09/10] exec: remove unused variable
` [PATCH 10/10] linux-user: remove unused variables

(unknown),
 2011-06-26  3:23 UTC 

RFT: virtio_net: limit xmit polling
 2011-06-25 19:44 UTC  (3+ messages)

[PATCH] kVM Test: physical_resources_check: Update case and fix error
 2011-06-25 16:59 UTC  (2+ messages)

Does anyone successfully use USB drive in Windows7 guest?
 2011-06-25 12:24 UTC  (2+ messages)

Does anyone successfully use USB drive in Windows7 guest?
 2011-06-25 10:35 UTC 

[ANNOUNCE] kvm-kmod-3.0-rc4
 2011-06-25  9:16 UTC 

HELLO
 2011-06-25  8:22 UTC 

[PATCH] tools/kvm/9p: Add encode/decode routines for protocol data
 2011-06-24 23:26 UTC  (4+ messages)

[PATCH v2] KVM Test: kvm_monitor.py: Close socket explicitly if exception raised in __init__
 2011-06-24 18:55 UTC  (2+ messages)
  ` [Autotest] "

collect some information when qemu-kvm exit
 2011-06-24 13:26 UTC  (9+ messages)

[PATCH] kvm tools: Signal only one thread when injecting console interrupts
 2011-06-24 13:19 UTC  (4+ messages)

[RFC] virtio: Support releasing lock during kick
 2011-06-24  9:16 UTC  (4+ messages)

[PATCH 0/2] Introduce iommu_commit() function
 2011-06-24  8:08 UTC  (7+ messages)
` [PATCH 1/2] iommu-api: Introduce iommu_comit function
` [PATCH 2/2] KVM: IOMMU: Use iommu_commit() in device-passthrough code

TODO item: guest programmable mac/vlan filtering with macvtap
 2011-06-24  0:07 UTC  (5+ messages)

Autotest 0.13.0 released!
 2011-06-23 16:58 UTC 

Fwd: [PATCH v2] jump_label: fix jump_label update
 2011-06-23 12:46 UTC 

Time sync in KVM Guest
 2011-06-23  9:22 UTC  (4+ messages)

[PATCH][uq/master] kvm: Drop obsolete KVM_IOEVENTFD #ifdefs
 2011-06-23  8:26 UTC 

[PATCH][uq/master] kvmclock: Fix feature detection
 2011-06-23  8:23 UTC 

virtio_net sometimes didn't work
 2011-06-23  5:37 UTC  (9+ messages)

[PATCH] mmu_notifier, kvm: Introduce dirty bit tracking in spte and mmu notifier to help KSM dirty bit tracking
 2011-06-23  1:36 UTC  (28+ messages)

[PATCH] KVM test: get_started.py: Remove confusing question
 2011-06-22 21:56 UTC 

Confirm Receipt
 2011-06-22 17:09 UTC 

[PATCH v3 1/3] KVM: MMU: Clean up the error handling of walk_addr_generic()
 2011-06-22 17:05 UTC  (3+ messages)


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