public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-21 16:54:31 to 2010-12-27 00:23:44 UTC [more...]

Status of SR-IOV ?
 2010-12-27  0:23 UTC  (2+ messages)

kvm bug in kernel 2.6.37rc7
 2010-12-26 22:47 UTC  (3+ messages)

possible regression in qemu-kvm 0.13.0 (memtest)
 2010-12-26 21:21 UTC  (4+ messages)
` [Qemu-devel] "
    ` FIXED: "

[Bug 21962] KVM kernel bug
 2010-12-26 17:48 UTC  (3+ messages)

QEMU, MCE, unpoison memory address across reboot
 2010-12-26 12:27 UTC  (6+ messages)

[PATCH 1/2 RESEND] KVM: MMU: audit: allow audit more guests at the same time
 2010-12-26 12:20 UTC  (3+ messages)
` [PATCH 2/2] KVM: MMU: handle 'map_writable' in set_spte() function

[PATCH 05/21] virtio: modify save/load handler to handle inuse varialble
 2010-12-26 12:17 UTC  (22+ messages)
                        ` [Qemu-devel] "

[PATCH] KVM: MMU: Don't flush shadow when enabling dirty tracking
 2010-12-26 11:23 UTC 

Kernel Bug Tracker: confirm account creation
 2010-12-26  8:36 UTC  (2+ messages)

[PATCH] KVM: SVM: Load %fs early on vmexit path, on i386
 2010-12-26  7:55 UTC 

USB Passthrough 1.1 performance problem
 2010-12-24 18:19 UTC  (13+ messages)

[PATCH 00/19] Kemari for KVM v0.2.1
 2010-12-24 13:31 UTC  (26+ messages)
` [PATCH 01/19] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/19] Introduce read() to FdMigrationState
` [PATCH 03/19] Introduce skip_header parameter to qemu_loadvm_state()
` [PATCH 04/19] qemu-char: export socket_set_nodelay()
` [PATCH 05/19] vl.c: add deleted flag for deleting the handler
` [PATCH 06/19] virtio: update last_avail_idx when inuse is decreased
            ` [Qemu-devel] "
` [PATCH 07/19] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/19] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/19] Introduce event-tap
` [PATCH 10/19] Call init handler of event-tap at main() in vl.c
` [PATCH 11/19] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/19] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/19] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/19] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush()
` [PATCH 15/19] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/19] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/19] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari)
` [PATCH 19/19] migration: add a parser to accept FT migration incoming mode

performance monitoring of guest
 2010-12-24  8:11 UTC  (2+ messages)

[PATCH 00/19] Kemari for KVM v0.2.1
 2010-12-24  3:17 UTC  (19+ messages)
` [PATCH 01/17] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/17] Introduce read() to FdMigrationState
` [PATCH 03/17] Introduce skip_header parameter to qemu_loadvm_state()
` [PATCH 04/17] qemu-char: export socket_set_nodelay()
` [PATCH 05/17] vl.c: add deleted flag for deleting the handler
` [PATCH 06/17] virtio: update last_avail_idx when inuse is decreased
` [PATCH 07/17] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/17] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/17] Introduce event-tap
` [PATCH 10/17] Call init handler of event-tap at main() in vl.c
` [PATCH 11/17] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/17] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/17] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/17] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush()
` [PATCH 15/17] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/17] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/17] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [Qemu-devel] [PATCH 00/19] Kemari for KVM v0.2.1

[PATCH 0/3] Provide unmapped page cache control (v2)
 2010-12-24  0:52 UTC  (10+ messages)
` [PATCH 2/3] Refactor zone_reclaim (v2)
` [PATCH 3/3] Provide control over unmapped pages (v2)

Query on IOMMU
 2010-12-23 20:54 UTC  (22+ messages)
                ` [PATCH] pci-stub: ignore zero-length id parameters

[PATCH 0/3] Unmapped Page Control (v3)
 2010-12-23 18:34 UTC  (4+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v3)
` [PATCH 2/3] Refactor zone_reclaim code (v3)
` [PATCH 3/3] Provide control over unmapped pages (v3)

[PATCH 1/3] kvm, x86: introduce kvm_mce_in_progress
 2010-12-23 17:31 UTC  (2+ messages)

[PATCH 0/2] Optimize atomic efer loading
 2010-12-23 13:33 UTC  (2+ messages)

[PATCH] KVM: MMU: Initialize base_role for tdp mmus
 2010-12-23 13:41 UTC  (2+ messages)

[PATCH kvm-unit-tests] Honor cpuid.nx when enabling efer.nxe
 2010-12-23 13:50 UTC  (2+ messages)

[PATCH -v3 0/8] kvm/svm: implement new DecodeAssist features
 2010-12-23 12:47 UTC  (2+ messages)

[PATCH 1/2] KVM: test: add the test case to check PFEC on prefetch pte path
 2010-12-23  8:11 UTC  (2+ messages)
` [PATCH 2/2] KVM: test: dump page mapping if test fail

Debian + KVM on IBM eServer x345?
 2010-12-23  7:37 UTC  (2+ messages)

svm_decache_regs Problem?
 2010-12-23  4:11 UTC 

[RFC 0/3] KVM, HWPoison, unpoison address across rebooting
 2010-12-23  0:54 UTC  (7+ messages)
` [RFC 1/3] mm, Make __get_user_pages return -EHWPOISON for HWPOISON page optionally
` [RFC 2/3] KVM, Replace is_hwpoison_address with get_user_pages_hwpoison
` [RFC 3/3] KVM, HWPoison, unpoison address across rebooting

Does KVM use one EPT table per Guest CR3?
 2010-12-22 21:56 UTC  (10+ messages)

KVM: MMU: only write protect mappings at pagetable level
 2010-12-22 17:48 UTC  (7+ messages)

[PATCH] Add ability to drop pages through testdev
 2010-12-22 15:18 UTC 

[PATCH unit-tests 00/16] task switch and event injection tests
 2010-12-22 15:06 UTC  (17+ messages)
` [PATCH unit-tests 01/16] Move idt.c into lib code
` [PATCH unit-tests 02/16] Make access.c use library functions
` [PATCH unit-tests 03/16] Remove duplicated idt code from apic test
` [PATCH unit-tests 04/16] Remove unused function "
` [PATCH unit-tests 05/16] Rename idt.[ch] into desc.[ch]
` [PATCH unit-tests 06/16] Specify correct operand length for ltr and str
` [PATCH unit-tests 07/16] Move irq_(enable|disable) into library code
` [PATCH unit-tests 08/16] Add another task switch test
` [PATCH unit-tests 09/16] Move vm.[ch] info library code
` [PATCH unit-tests 10/16] Fix mmu on 32 bit
` [PATCH unit-tests 11/16] Set WP bit in CR0 to make write protection work
` [PATCH unit-tests 12/16] Fix exception handling on i386 arch
` [PATCH unit-tests 13/16] Move handle_irq() from apic test into library code
` [PATCH unit-tests 14/16] Add handle_exception() interface
` [PATCH unit-tests 15/16] Move invlpg() into library code
` [PATCH unit-tests 16/16] Add even injection test

[PATCH v3 0/2] Keep cr3 cached in VMCS
 2010-12-22 14:20 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: Replace reads of vcpu->arch.cr3 by an accessor
` [PATCH v3 2/2] KVM: Fetch guest cr3 from hardware on demand

[PATCH v2 0/2] Keep cr3 cached in VMCS
 2010-12-22 14:03 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: Fetch guest cr3 from hardware on demand

Performance test result between virtio_pci MSI-X disable and enable
 2010-12-22 13:52 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 00/14] API test framework
 2010-12-22 13:14 UTC  (2+ messages)

[PATCH 1/2] KVM-test: Add mount utility functions
 2010-12-22 13:27 UTC  (2+ messages)
` [PATCH 2/2] KVM-test: Add image_dopy test to prepare images

MTU != 1500 in KVM guest
 2010-12-22 13:12 UTC 

[PATCH] KVM-test: Add set_link subtest
 2010-12-22 12:35 UTC 

[PATCH v2] qemu-kvm: Switch to upstream -enable-kvm semantics
 2010-12-22 12:33 UTC 

[PATCH 0/4 v6] MSI-X MMIO support in userspace for assigned devices
 2010-12-22  9:25 UTC  (5+ messages)
` [PATCH 1/4] qemu-kvm: device assignment: Enabling MSI-X according to the entries' mask bit
` [PATCH 2/4] qemu-kvm: Ioctl for MSIX MMIO support
` [PATCH 3/4] qemu-kvm: Header file update for MSI-X "
` [PATCH 4/4] qemu-kvm: MSI-X MMIO support for assigned device

(unknown)
 2010-12-22  8:49 UTC 

[PATCH 0/2 v6] MSI-X mask bit support for KVM
 2010-12-22  8:44 UTC  (3+ messages)
` [PATCH 1/2] KVM: Move struct kvm_io_device to kvm_host.h
` [PATCH 2/2][RFC] KVM: Emulate MSI-X table and PBA in kernel

[PATCH] KVM-test: Add a qemu-img commit test
 2010-12-22  4:05 UTC  (2+ messages)

buildbot failure in kvm on next-ppc64
 2010-12-22  4:03 UTC 

buildbot failure in kvm on next-i386
 2010-12-22  4:03 UTC 

buildbot failure in kvm on next-x86_64
 2010-12-22  4:03 UTC 

buildbot failure in kvm on next-ppc44x
 2010-12-22  4:03 UTC 

buildbot failure in kvm on next-s390
 2010-12-22  4:03 UTC 

buildbot failure in kvm on next-ia64
 2010-12-22  4:03 UTC 

[PATCH 3/3] kvm, x86: introduce kvm_inject_x86_mce_on
 2010-12-22  3:24 UTC 

[PATCH 2/3] kvm, x86: kvm_mce_inj_* subroutins for templated error injections
 2010-12-22  3:24 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-12-22  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-12-22  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-12-22  3:03 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-12-22  2:23 UTC 

[ANNOUNCE] VFIO V6 & public VFIO repositories
 2010-12-21 23:00 UTC  (6+ messages)
    ` [ANNOUNCE] VFIO V6 & public VFIO repositorie

Ubuntu 10.04 LTS on hosts and quests, quest VLAN problem
 2010-12-21 20:16 UTC 

[PATCH] qemu-kvm: Switch to upstream -enable-kvm semantics
 2010-12-21 17:25 UTC  (9+ messages)
            ` [Qemu-devel] "

Batch: 2010UKL-01
 2010-12-21 16:50 UTC 

[PATCH v2] KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()
 2010-12-21 16:54 UTC  (2+ messages)


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