messages from 2010-10-13 15:56:53 to 2010-10-17 09:32:56 UTC [more...]
[patch 0/8] port qemu-kvm's MCE support (v3)
2010-10-17 9:32 UTC (4+ messages)
` [patch 0/8] port qemu-kvm's MCE support (v3 resend)
[BUG] kvm: guest can not startup due to triple fault
2010-10-17 8:56 UTC (2+ messages)
[PATCH 1/2] Add vzalloc shortcut
2010-10-17 4:50 UTC (2+ messages)
[PATCH 2/2] kvm: use vzalloc instead of vmalloc
2010-10-16 4:34 UTC
[PATCH 3/3] VFIO V4: VFIO driver: Non-privileged user level PCI drivers
2010-10-15 22:29 UTC (3+ messages)
[KVM_AUTOTEST][PATCH v1 0/3]: QMP basic test-suite
2010-10-15 20:52 UTC (4+ messages)
` [PATCH 1/3] QMPMonitor: Introduce the get_greeting() method
` [PATCH 2/3] QMPMonitor: Introduce the send() method and wrappers
` [PATCH 3/3] Introduce QMP basic test-suite
Hitting 29 NIC limit
2010-10-15 20:02 UTC (21+ messages)
` [Qemu-devel] "
` Passing in additional info to guest OS and e1000 test suite?
[PATCH] ceph/rbd block driver for qemu-kvm (v7)
2010-10-15 19:54 UTC
qemu hangs until a signal is delivered when running Fedora 14 i386 with -smp 2
2010-10-15 17:30 UTC (4+ messages)
system_powerdown not working for qemu-kvm 0.12.4?
2010-10-15 15:53 UTC (15+ messages)
[PATCH] vga: Mark VBE area as reserved in e820 tables
2010-10-15 14:41 UTC (3+ messages)
[PATCH 11/11] kvm, x86: broadcast mce depending on the cpu version
2010-10-15 13:30 UTC (5+ messages)
` [Qemu-devel] "
[PATCH 07/11] kvm, x86: unify sigbus handling, prep
2010-10-15 1:46 UTC (4+ messages)
` [Qemu-devel] "
[PATCH] pc: e820 qemu_cfg tables need to be packed
2010-10-15 10:20 UTC (11+ messages)
` [Qemu-devel] "
` "
` [PATCH v2] "
[PATCH 09/22] kvm: stop including asm-generic/bitops/le.h
2010-10-15 9:46 UTC
(unknown),
2010-10-15 9:05 UTC
[PATCH v13 00/16] Provide a zero-copy method on KVM virtio-net
2010-10-15 9:12 UTC (17+ messages)
` [PATCH v13 01/16] Add a new structure for skb buffer from external
` [PATCH v13 02/16] Add a new struct for device to manipulate external buffer
` [PATCH v13 03/16] Add a ndo_mp_port_prep pointer to net_device_ops
` [PATCH v13 04/16] Add a function make external buffer owner to query capability
` [PATCH v13 05/16] Add a function to indicate if device use external buffer
` [PATCH v13 06/16]Use callback to deal with skb_release_data() specially
` [PATCH v13 07/16] Modify netdev_alloc_page() to get external buffer
` [PATCH v13 08/16] Modify netdev_free_page() to release "
` [PATCH v13 09/16]Don't do skb recycle, if device use "
` [PATCH v13 10/16] Add a hook to intercept external buffers from NIC driver
` [PATCH v13 11/16] Add header file for mp device
` [PATCH v13 12/16] Add mp(mediate passthru) device
` [PATCH v13 13/16] Add a kconfig entry and make entry for mp device
` [PATCH v13 14/16]Provides multiple submits and asynchronous notifications
` [PATCH v13 15/16] An example how to modifiy NIC driver to use napi_gro_frags() interface
` [PATCH v13 16/16] An example how to alloc user buffer based on "
GPGPU passthrough in linux kvm
2010-10-15 7:11 UTC (3+ messages)
TODO item: guest programmable mac/vlan filtering with macvtap
2010-10-15 6:56 UTC (2+ messages)
Frame buffer corruptions with KVM >= 2.6.36
2010-10-15 6:41 UTC (10+ messages)
[PATCH] ceph/rbd block driver for qemu-kvm (v6)
2010-10-15 0:34 UTC (5+ messages)
` [Qemu-devel] "
Thanks for your response
2010-10-14 21:13 UTC
[PATCH] [RFC] Add support for a USB audio device model
2010-10-14 17:43 UTC (9+ messages)
` [Qemu-devel] "
[PULL 0/3] PPC BookE patches
2010-10-14 16:07 UTC (2+ messages)
[v2 RFC PATCH 0/4] Implement multiqueue virtio-net
2010-10-14 12:47 UTC (8+ messages)
[PATCH] KVM: Fix signature of kvm_iommu_map_pages stub
2010-10-14 12:43 UTC (2+ messages)
[PATCH] trace "exit to userspace" event
2010-10-14 12:10 UTC (17+ messages)
[PATCH 1/2] KVM test: Make cache=none the default on KVM autotest runs
2010-10-14 10:45 UTC (7+ messages)
` [PATCH 2/2] KVM test: Remove image_boot=yes from virtio_blk variant
` [AUTOTEST] [PATCH 1/2] KVM : ping6 test
` [Autotest] "
[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
2010-10-14 9:22 UTC (13+ messages)
` [PATCH v7 01/12] Add get_user_pages() variant that fails if major fault is required
` [PATCH v7 02/12] Halt vcpu if page it tries to access is swapped out
` [PATCH v7 03/12] Retry fault before vmentry
` [PATCH v7 04/12] Add memory slot versioning and use it to provide fast guest write interface
` [PATCH v7 05/12] Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c
` [PATCH v7 06/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v7 07/12] Add async PF initialization to PV guest
` [PATCH v7 08/12] Handle async PF in a guest
` [PATCH v7 09/12] Inject asynchronous page fault into a PV guest if page is swapped out
` [PATCH v7 10/12] Handle async PF in non preemptable context
` [PATCH v7 11/12] Let host know whether the guest can handle async PF in non-userspace context
` [PATCH v7 12/12] Send async PF when guest is not in userspace too
[PATCH v7 01/12] Add get_user_pages() variant that fails if major fault is required
2010-10-14 9:21 UTC (37+ messages)
` [PATCH v7 02/12] Halt vcpu if page it tries to access is swapped out
` [PATCH v7 03/12] Retry fault before vmentry
` [PATCH v7 04/12] Add memory slot versioning and use it to provide fast guest write interface
` [PATCH v7 05/12] Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c
` [PATCH v7 06/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v7 07/12] Add async PF initialization to PV guest
` [PATCH v7 08/12] Handle async PF in a guest
` [PATCH v7 09/12] Inject asynchronous page fault into a PV guest if page is swapped out
` [PATCH v7 10/12] Handle async PF in non preemptable context
` [PATCH v7 11/12] Let host know whether the guest can handle async PF in non-userspace context
` [PATCH v7 12/12] Send async PF when guest is not in userspace too
` [PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
2010-10-14 9:16 UTC
[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
2010-10-14 9:16 UTC
[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
2010-10-14 9:16 UTC
[PATCH 10/11] kvm, x86: unify sigbus handling, post2
2010-10-14 8:54 UTC
[PATCH 09/11] kvm, x86: unify sigbus handling, post1
2010-10-14 8:52 UTC
[PATCH 08/11] kvm, x86: unify sigbus handling
2010-10-14 8:51 UTC
[PATCH 06/11] kvm, x86: use target_phys_addr_t
2010-10-14 8:48 UTC
[PATCH 05/11] kvm, x86: introduce kvm_inject_x86_mce_on
2010-10-14 8:47 UTC
[PATCH 04/11] kvm, x86: kvm_mce_inj_* subroutins for templated error injections
2010-10-14 8:45 UTC
[PATCH 03/11] kvm, x86: introduce kvm_mce_in_progress
2010-10-14 8:44 UTC
[PATCH 02/11] kvm, x86: introduce kvm_do_set_mce
2010-10-14 8:42 UTC
[PATCH 01/11] kvm, x86: ignore SRAO only when MCG_SER_P is available
2010-10-14 8:41 UTC
[PATCH 00/11] Descriptions for patches of qemu mce
2010-10-14 8:40 UTC
[AUTOTEST MIRROR][PATCH] Introduce .gitignore file
2010-10-14 6:57 UTC (8+ messages)
` [Autotest] "
[Qemu-devel] qemu-kvm build issue on RHEL5.1
2010-10-14 0:33 UTC (3+ messages)
[PATCH RFC] tun: dma engine support
2010-10-14 0:27 UTC (2+ messages)
[PATCH] KVM test: Change sample control file to allow host kernel install
2010-10-13 15:56 UTC
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