messages from 2010-12-20 17:47:51 to 2010-12-24 03:19:49 UTC [more...]
[PATCH 00/19] Kemari for KVM v0.2.1
2010-12-24 3:18 UTC (3+ messages)
` [PATCH 02/19] Introduce read() to FdMigrationState
` [PATCH 04/19] qemu-char: export socket_set_nodelay()
[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
QEMU, MCE, unpoison memory address across reboot
2010-12-24 1:21 UTC (4+ messages)
[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)
kvm bug in kernel 2.6.37rc7
2010-12-23 15:37 UTC
[PATCH 0/2] Optimize atomic efer loading
2010-12-23 13:33 UTC (4+ messages)
` [PATCH 1/2] KVM: VMX: Add definitions for more vm entry/exit control bits
` [PATCH 2/2] KVM: VMX: Optimize atomic EFER load
[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 (12+ messages)
` [PATCH 1/8] kvm: fix CR8 handling
` [PATCH 2/8] kvm: move complete_insn_gp() into x86.c
` [PATCH 3/8] kvm: cleanup emulate_instruction
` [PATCH 4/8] kvm/svm: add new SVM feature bit names
` [PATCH 5/8] kvm/svm: enhance MOV CR intercept handler
` [PATCH 6/8] kvm/svm: enhance mov DR "
` [PATCH 7/8] kvm/svm: implement enhanced INVLPG intercept
` [PATCH 8/8] kvm/svm: copy instruction bytes from VMCB
[PATCH 1/2 RESEND] KVM: MMU: audit: allow audit more guests at the same time
2010-12-23 8:09 UTC (2+ messages)
` [PATCH 2/2] KVM: MMU: handle 'map_writable' in set_spte() function
[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
possible regression in qemu-kvm 0.13.0 (memtest)
2010-12-23 2:42 UTC (2+ messages)
` [Qemu-devel] "
[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)
performance monitoring of guest
2010-12-22 17:07 UTC
[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-x86_64
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-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_debian_5_0
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 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 (12+ 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)
[PATCH unit-tests 1/4] Move idt.c into lib code
2010-12-21 16:38 UTC (3+ messages)
KVM call agenda for Dec 21
2010-12-21 14:45 UTC (2+ messages)
unable to write into Local APIC registers
2010-12-21 13:23 UTC
[PATCH] kvm: cleanup CR8 handling
2010-12-21 10:56 UTC (4+ messages)
Certain Mac Address doesn't work in KVM virtual NICs
2010-12-21 6:36 UTC (7+ messages)
[PATCH] qemu-kvm: device assignment: Enabling MSI-X according to mask bit
2010-12-21 6:26 UTC (2+ messages)
[PATCH 2/3] nmi: make cpu-index argument optional
2010-12-21 6:05 UTC (3+ messages)
` [Qemu-devel] "
[PATCH 1/3] nmi: convert cpu_index to cpu-index
2010-12-21 6:05 UTC (3+ messages)
` [Qemu-devel] "
[PATCH 3/3] kvm, x86: introduce kvm_inject_x86_mce_on
2010-12-20 23:57 UTC (3+ messages)
[PATCH 1/5] KVM test: Include the preprocessing param migration_mode
2010-12-20 16:57 UTC
vread in kvm_clock
2010-12-20 20:48 UTC (6+ messages)
[PATCH] KVM: VMX: Correct asm constraint in vmcs_load()
2010-12-20 19:16 UTC (9+ 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