public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-21 23:31:21 to 2011-08-25 05:33:09 UTC [more...]

Guest kernel device compatability auto-detection
 2011-08-25  5:33 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] kvm tools: adds a PCI device that exports a host shared segment as a PCI BAR in the guest
 2011-08-25  5:11 UTC  (6+ messages)

[PATCH 01/11] KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
 2011-08-25  4:42 UTC  (21+ messages)
` [PATCH 02/11] KVM: x86: tag the instructions which are used to write page table
` [PATCH 03/11] KVM: x86: retry non-page-table writing instruction
` [PATCH 07/11] KVM: MMU: fast prefetch spte on invlpg path
` [PATCH 11/11] KVM: MMU: improve write flooding detected

about vEOI optimization
 2011-08-25  4:39 UTC  (4+ messages)

[PATCH] KVM: Add wrapper script around Qemu to test kernels
 2011-08-25  3:44 UTC  (11+ messages)
` [Qemu-devel] "

virtio issues
 2011-08-24 22:39 UTC 

Emulating LWZU Instruction for e500 powerpc
 2011-08-24 22:34 UTC 

[PATCH] KVM: Add wrapper script around QEMU to test kernels
 2011-08-24 21:38 UTC 

kvm PCI assignment & VFIO ramblings
 2011-08-24 21:13 UTC  (61+ messages)

[PATCH v3 0/7] qemu-kvm: device assignment cleanups and upstream diff reductions
 2011-08-24 17:12 UTC  (11+ messages)
` [PATCH v3 1/7] pci-assign: Fix kvm_deassign_irq handling in assign_irq
` [PATCH v3 2/7] pci-assign: Update legacy interrupts only if used
` [PATCH v3 3/7] pci-assign: Drop libpci header dependency
` [PATCH v3 4/7] pci-assign: Refactor calc_assigned_dev_id
` [PATCH v3 5/7] pci-assign: Track MSI/MSI-X capability position, clean up related code
` [PATCH v3 6/7] pci-assign: Generic config space access management
` [PATCH v3 7/7] qemu-kvm: Resolve PCI upstream diffs

[PATCH] kvm tools: Improve init within a custom filesystem
 2011-08-24 18:59 UTC  (6+ messages)

[RFC PATCH v5 0/4] Separate thread for VM migration
 2011-08-24 17:19 UTC  (6+ messages)
` [RFC PATCH v5 1/4] MRU ram list
` [RFC PATCH v5 2/4] Migration thread mutex
` [RFC PATCH v5 3/4] Separate migration bitmap
` [RFC PATCH v5 4/4] Separate thread for VM migration
` [Qemu-devel] [RFC PATCH v5 0/4] "

vfio/dev-assignment: potential pci_block_user_cfg_access nesting
 2011-08-24 15:10 UTC  (4+ messages)

[AUTOTEST][PATCH] Add test for testing of killing guest when network is under usage
 2011-08-24 15:02 UTC  (2+ messages)

[RFC/PATCH] kvm tools: Introduce 'kvm setup' command
 2011-08-24 14:43 UTC 

A non-responsive guest problem
 2011-08-24 12:47 UTC  (10+ messages)

[Bug 39412] New: Win Vista and Win2K8 guests cann't find NIC driver
 2011-08-24 12:29 UTC  (2+ messages)
` [Bug 39412] Win Vista and Win2K8 guests' network breaks down

[PATCH] pcnet-pci: fix wrong opaque given to I/O accessors
 2011-08-24  9:22 UTC  (3+ messages)

[PATCH 1/2] kvm tools: Move ioeventfd registration to virtio-pci
 2011-08-24  9:09 UTC  (2+ messages)
` [PATCH 2/2] kvm tools: Seperate pci layer out of virtio-console

Cache flush questions of Intel IOMMU
 2011-08-24  5:56 UTC 

[PATCH] KVM test: Add cpu_hotplug subtest
 2011-08-24  4:35 UTC  (3+ messages)
  ` [Autotest] "

virtio issues
 2011-08-24  4:14 UTC  (2+ messages)

gfx card passthrough broken with latest head
 2011-08-23 23:28 UTC  (3+ messages)

[PATCH] virt: Fix file_transfer subtest
 2011-08-23 20:36 UTC 

[PATCH resend] kvm tools: MSI-X fixes
 2011-08-23 19:28 UTC 

[PATCH] kvm tools: MSI-X fixes
 2011-08-23 19:08 UTC 

[PATCH v2] posix-aio-compat: fix latency issues
 2011-08-23 14:10 UTC  (8+ messages)
    ` [Qemu-devel] "

Shared IRQ with PCI Passthrough?
 2011-08-23 13:07 UTC  (4+ messages)

[RFC PATCH v4 0/5] Separate thread for VM migration
 2011-08-23 12:16 UTC  (9+ messages)
` [RFC PATCH v4 2/5] ramlist mutex

[PATCH] KVM: emulate lapic tsc deadline timer for hvm
 2011-08-23 10:47 UTC  (3+ messages)

DMI BIOS String
 2011-08-23  6:45 UTC  (7+ messages)

[PATCH] virtio-net: Read MAC only after initializing MSI-X
 2011-08-23  3:49 UTC  (5+ messages)

[PULL][v2] Memory API fix
 2011-08-22 17:29 UTC  (3+ messages)
` Merging invasive changes (Was Re: [Qemu-devel] [PULL][v2] Memory API fix)
` [Qemu-devel] [PULL][v2] Memory API fix

[PULL] Memory API fix
 2011-08-22 16:50 UTC 

[PATCH v2 00/24] Memory API batch 4: more conversions
 2011-08-22 16:33 UTC  (3+ messages)
` [Qemu-devel] "

[GIT PULL] Memory API fixes
 2011-08-22 16:24 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH 0/2] Fix wide ioport access cracking
 2011-08-22 14:42 UTC  (12+ messages)
    ` [Qemu-devel] "

[PATCH 0/3] Emulator fuzz tester
 2011-08-22 13:41 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86 emulator: make prototype of ->write_std() the same as ->write_emulated
` [PATCH 2/3] KVM: x86 emulator: export main interface
` [PATCH 3/3] KVM: x86 emulator: fuzz tester

[PATCH 1/6] kvm tools: Seperate virtio-pci layer
 2011-08-22 12:58 UTC  (6+ messages)
` [PATCH 2/6] kvm tools: Seperate virtio-pci layer out of virtio-rng
` [PATCH 3/6] kvm tools: Seperate virtio-pci layer out of virtio-net
` [PATCH 4/6] kvm tools: Seperate virtio-pci layer out of virtio-balloon
` [PATCH 5/6] kvm tools: Seperate virtio-pci layer out of virtio-9p
` [PATCH 6/6] kvm tools: Seperate virtio-pci layer out of virtio-blk

KVM induced panic on 2.6.38[2367] & 2.6.39
 2011-08-22 11:45 UTC  (21+ messages)

[PATCH 0/3] Build fixes
 2011-08-22 10:13 UTC  (4+ messages)
` [PATCH 1/3] Avoid the use of deprecated gnutls gnutls_*_set_priority functions

Host where KSM appears to save a negative amount of memory
 2011-08-22  7:52 UTC  (3+ messages)

[PATCH] virtio-blk: Add stats VQ to collect information about devices
 2011-08-21 23:31 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