messages from 2009-06-18 15:31:04 to 2009-06-22 17:31:33 UTC [more...]
[KVM PATCH v3 0/3] irqfd/eventfd fixes
2009-06-22 17:31 UTC (6+ messages)
` [KVM PATCH v3 1/3] kvm: prepare irqfd for having interrupts disabled during eventfd->release
` [KVM PATCH v3 2/3] eventfd: add internal reference counting to fix notifier race conditions
` [KVM PATCH v3 3/3] KVM: Fix races in irqfd using new eventfd_kref_get interface
[KVM PATCH v8 0/3] iosignalfd
2009-06-22 17:27 UTC (23+ messages)
` [KVM PATCH v8 1/3] KVM: make io_bus interface more robust
` [KVM PATCH v8 2/3] KVM: add per-vm limit on the maximum number of io-devices supported
` [KVM PATCH v8 3/3] KVM: add iosignalfd support
` [PATCH RFC] pass write value to in_range pointers
[KVM-RFC PATCH 0/2] eventfd enhancements for irqfd/iosignalfd
2009-06-22 17:01 UTC (47+ messages)
` [KVM-RFC PATCH 1/2] eventfd: add an explicit srcu based notifier interface
` [PATCH 1/3] eventfd: Allow waiters to be notified about the eventfd file* going away
` [PATCH 2/3] eventfd: add generalized notifier interface
` [PATCH 3/3] eventfd: add internal reference counting to fix notifier race conditions
[PATCH] kvm: device-assignment: Add PCI option ROM support
2009-06-22 16:09 UTC (8+ messages)
[KVM_AUTOTEST] unattended installs take 2
2009-06-22 16:01 UTC (11+ messages)
` [PATCH] Added floppy and tftp options to qemu command
` [PATCH] modified config file to run unattended install
` [PATCH] added unattended.sh script
` [PATCH] Added two sample unattended config files, Fedora and Windows
` [PATCH] Modified boot test in kvm_test.py
[PATCH v2] Cleanup cpu loop
2009-06-22 14:27 UTC
[PATCH] Cleanup cpu loop
2009-06-22 13:41 UTC (3+ messages)
Latest kvm autotest patch queue
2009-06-22 13:24 UTC
[PATCH] qemu-kvm: kill kvm_disable_irqchip_creation and kvm_disable_pit_creation wrappers
2009-06-22 13:22 UTC
[KVM_AUTOTEST] unattended installs take 2
2009-06-22 12:45 UTC (2+ messages)
Checking guest memory pages changes from host userspace
2009-06-22 11:38 UTC (9+ messages)
[PATCH] KVM: SVM: Pass through the host kernel's IO delay port
2009-06-22 11:11 UTC (5+ messages)
[PATCH 0/8 v3] KVM support for 1GB pages
2009-06-22 9:55 UTC (16+ messages)
` [PATCH 1/8] hugetlbfs: export vma_kernel_pagsize to modules
` [PATCH 2/8] kvm: change memslot data structures for multiple hugepage sizes
` [PATCH 3/8] kvm/mmu: rename is_largepage_backed to mapping_level
` [PATCH 4/8] kvm/mmu: make rmap code aware of mapping levels
` [PATCH 5/8] kvm/mmu: make direct mapping paths "
` [PATCH 6/8] kvm/mmu: add support for another level to page walker
` [PATCH 7/8] kvm/mmu: enable gbpages by increasing nr of pagesizes
` [PATCH 8/8] kvm x86: report 1GB page support to userspace
[PATCH] Don't expose hypervisor bit when running nested SVM
2009-06-22 9:39 UTC (3+ messages)
[PATCH 0/2][RFC] Completing HPET in KVM (v7)
2009-06-22 9:24 UTC (8+ messages)
` [PATCH 2/2][RFC] Kernel changes for HPET legacy mode (v7)
kernel backtrace pointing at KVM
2009-06-22 8:52 UTC (2+ messages)
[PATCH 0/6] add sysenter/syscall emulation for 32bit compat mode
2009-06-22 8:43 UTC (5+ messages)
` [PATCH 4/6] add syscall emulation
How to debug a triple fault at startup?
2009-06-22 8:35 UTC (5+ messages)
kvm: emulation failure
2009-06-22 8:26 UTC (5+ messages)
[patch] move _PR to SSDT v2
2009-06-22 7:13 UTC (5+ messages)
[patch] qemu-kvm introduce -maxcpus argument
2009-06-22 7:11 UTC (7+ messages)
[PATCHv6 00/12] qemu: MSI-X support
2009-06-22 3:03 UTC (2+ messages)
` [Qemu-devel] "
KVM-84 restoring from saved snapshot looses keyboard/mouse
2009-06-21 22:20 UTC
KVM-84 unknown migration protocol
2009-06-21 19:10 UTC
[PATCHv2 RFC] qemu/msix: remove msix_supported safety flag
2009-06-21 17:04 UTC
[PATCHv6 01/12] qemu/pci: make default_write_config use mask table
2009-06-21 16:51 UTC (12+ messages)
` [PATCHv6 02/12] qemu/pci: helper routines for pci access
` [PATCHv6 03/12] qemu/pci: add routines to manage PCI capabilities
` [PATCHv6 04/12] qemu/pci: check constant registers on load
` [PATCHv6 05/12] qemu/pci: MSI-X support functions
` [PATCHv6 06/12] qemu/apic: minimal MSI/MSI-X implementation for PC
` [PATCHv6 07/12] qemu/virtio: virtio support for many interrupt vectors
` [PATCHv6 08/12] qemu/virtio: MSI-X support in virtio PCI
` [PATCHv6 09/12] qemu/virtio: virtio save/load bindings
` [PATCHv6 10/12] qemu/pci: add pci_get/set_byte
` [PATCHv6 11/12] qemu/net: request 3 vectors in virtio-net
` [PATCHv6 12/12] qemu/net: flag to control the number of vectors a nic has
[KVM PATCH v7 0/2] iosignalfd
2009-06-21 13:55 UTC (7+ messages)
` [KVM PATCH v7 2/2] KVM: add iosignalfd support
[KVM PATCH 0/4] irqfd fixes/enhancements
2009-06-21 12:56 UTC (9+ messages)
` [KVM PATCH 1/4] KVM: update inaccurate irqfd comment
` [KVM PATCH 2/4] KVM: fix irqfd error checking
` [KVM PATCH 3/4] eventfd: add generalized notifier interface
` [KVM PATCH 4/4] eventfd: add module reference counting support for registered notifiers
[PATCH -tip]x86: kvm/x86_emulate.c toggle_interruptibility() should be static
2009-06-21 12:46 UTC (3+ messages)
` x86: "
-no-kvm broken since merge a5b526135d
2009-06-21 12:38 UTC (4+ messages)
` [PATCH] qemu-kvm: x86: Fix CPU initialization
` [PATCH v2] "
[PATCH 0/5 v2] Further cleanups to qemu-kvm.c
2009-06-21 12:22 UTC (8+ messages)
` [PATCH 1/5] get rid of target-i386/libkvm.c
` [PATCH 2/5] qemu-kvm.c memory cleanup
` [PATCH 3/5] cleanup mmio coalescing functions
` [PATCH 4/5] remove callbacks structure
` [PATCH 5/5] remove wrappers around ex-libkvm functions
enable sysenter on 32bit guests
2009-06-21 10:04 UTC (2+ messages)
[PATCH] virtio_blk: ioctl return value fix
2009-06-20 19:29 UTC
[PATCH] virtio_blk: don't bounce highmem requests
2009-06-20 18:32 UTC (2+ messages)
Luvalley-3 has been released, this release is for AMD CPU only
2009-06-20 2:28 UTC
[KVM PATCH v2 0/2] irqfd: use POLLHUP notification for close()
2009-06-19 16:07 UTC (12+ messages)
` [KVM PATCH v2 2/2] kvm: use POLLHUP to close an irqfd instead of an explicit ioctl
[patch] qemu-kvm, use max_cpus to size MADT table
2009-06-19 14:01 UTC
[KVM-AUTOTEST PATCH] A test patch - Boot VMs until one of them becomes unresponsive
2009-06-19 13:06 UTC (5+ messages)
` [KVM-AUTOTEST PATCH] stress_boot - Boot VMs until one of them becomes unresponsive - Version2
Bonanza
2009-06-19 12:55 UTC
ESX on KVM requirements
2009-06-19 8:30 UTC (4+ messages)
[PATCH/RFC] virtio_test: A module for testing virtio via userspace
2009-06-19 7:27 UTC
w2k8 - reboots unexpected
2009-06-19 5:44 UTC (5+ messages)
slow guest performance with build load, looking for ideas
2009-06-18 23:07 UTC (3+ messages)
[KVM-AUTOTEST PATCH 1/2] KVM test: optionally convert PPM files to PNG format after test
2009-06-18 18:28 UTC (2+ messages)
[PATCHv5 08/13] qemu: add support for resizing regions
2009-06-18 16:44 UTC (3+ messages)
` [Qemu-devel] "
[Autotest] [KVM-AUTOTEST PATCH 3/4] kvm_guest_wizard: allow keeping screendump history for debugging purposes
2009-06-18 15:30 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox