messages from 2011-01-13 03:03:13 to 2011-01-18 15:20:15 UTC [more...]
kernel BUG at arch/x86/kvm/mmu.c:655!
2011-01-18 15:20 UTC (4+ messages)
[PATCH 00/35] [PULL] qemu-kvm.git uq/master queue
2011-01-18 15:04 UTC (14+ messages)
` [PATCH 04/35] Add "broadcast" option for mce command
` [PATCH 28/35] kvm: x86: Introduce kvmclock device to save/restore its state
` [Qemu-devel] "
[PATCH] Handle guest access to BBL_CR_CTL3 MSR
2011-01-18 14:50 UTC (2+ messages)
[PATCH 0/2] vmx_vcpu_run micro-optimizations
2011-01-18 13:49 UTC (2+ messages)
KVM call agenda for Jan 18
2011-01-18 14:29 UTC (2+ messages)
[PATCH] virtio-pci: mask notifier error handling fixups
2011-01-18 13:42 UTC
suspending in kvm and resuming in qemu
2011-01-18 12:08 UTC
[PATCH] vhost: rcu annotation fixup
2011-01-18 11:08 UTC
MIPS, io-thread, icount and wfi
2011-01-18 10:17 UTC (2+ messages)
[PATCH 1/3] vhost-net: check the support of mergeable buffer outside the receive loop
2011-01-18 9:15 UTC (13+ messages)
` [PATCH 2/3] vhost-net: Unify the code of mergeable and big buffer handling
` [PATCH 3/3] vhost-net: use lock_sock_fast() in peek_head_len()
Offline for a week
2011-01-18 9:04 UTC
Errors on MMIO read access on VM suspend / resume operations
2011-01-18 8:53 UTC (6+ messages)
ConVirt 2.0.1 Open Source released
2011-01-18 2:07 UTC (2+ messages)
[PATCH] KVM: fix build warning within __kvm_set_memory_region() on s390
2011-01-17 20:21 UTC
IO_PAGE_FAULT while booting
2011-01-17 17:53 UTC (4+ messages)
[PATCH v2] device-assignment: Properly terminate vmsd.fields
2011-01-17 17:17 UTC
[PATCH 0/3 v7] MSI-X MMIO support for KVM
2011-01-17 16:01 UTC (17+ messages)
` [PATCH 2/3] KVM: Emulate MSI-X table in kernel
` [PATCH 3/3] KVM: Add documents for MSI-X MMIO API
[RFC -v5 PATCH 0/4] directed yield for Pause Loop Exiting
2011-01-17 15:53 UTC (13+ messages)
` [RFC -v5 PATCH 1/4] kvm: keep track of which task is running a KVM vcpu
` [RFC -v5 PATCH 2/4] sched: Add yield_to(task, preempt) functionality
` [RFC -v5 PATCH 3/4] export pid symbols needed for kvm_vcpu_on_spin
` [RFC -v5 PATCH 4/4] kvm: use yield_to instead of sleep in kvm_vcpu_on_spin
[PATCH 0/2 v2] perf-kvm support for SVM
2011-01-17 11:34 UTC (7+ messages)
` [PATCH 1/2] KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_index
` [PATCH 2/2] KVM: SVM: Add support for perf-kvm
Flow Control and Port Mirroring Revisited
2011-01-17 10:38 UTC (16+ messages)
[PATCH] KVM Test: Introduce qmp_basic test for RHEL6 host
2011-01-17 10:09 UTC
[PATCH uq/master 2/2] MCE, unpoison memory address across reboot
2011-01-17 9:48 UTC (7+ messages)
[PATCH] KVM: x86: Remove user space triggerable MCE error message
2011-01-17 8:01 UTC (5+ messages)
buildbot failure in kvm on next-ia64
2011-01-17 4:50 UTC
[PATCH 1/2] mm, Make __get_user_pages return -EHWPOISON for HWPOISON page optionally
2011-01-17 0:47 UTC (5+ messages)
[Bug 26872] New: qemu stop responding if using kvm with usb passthru
2011-01-16 20:38 UTC
[PATCH] increase ple_gap default to 64
2011-01-16 15:42 UTC (5+ messages)
` [PATCH -v2] vmx: "
[Message BLOCKED] [Virus email-worm:w32/mydoom.gen!a] Message could not be delivered
2011-01-15 9:06 UTC
[PATCH] KVM test: iozone_windows: Fix a function call
2011-01-14 20:42 UTC
[PULL] vhost-net: 2.6.38 fix
2011-01-14 20:41 UTC (2+ messages)
[PATCH] KVM test: Include iozone control file to run inside guests
2011-01-14 20:38 UTC
[PATCH] KVM test: physical_resources_check: Remote session instead of serial
2011-01-14 19:03 UTC
[PATCH 00/19] Kemari for KVM v0.2.5
2011-01-14 17:33 UTC (20+ 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: decrement last_avail_idx with inuse before saving
` [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
[PATCH 00/19] Kemari for KVM v0.2.4
2011-01-14 17:29 UTC (23+ 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: decrement last_avail_idx with inuse before saving
` [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}
` [Qemu-devel] [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)
` [Qemu-devel] "
` [PATCH 19/19] migration: add a parser to accept FT migration incoming mode
[PATCH] KVM test: Pass the test parameters through the command line
2011-01-14 15:03 UTC (3+ messages)
[PATCH 0/2] perf-kvm support for SVM
2011-01-14 13:36 UTC (9+ messages)
` [PATCH 1/2] KVM: SVM: Fix NMI path when NMI happens in guest mode
` [PATCH 2/2] KVM: SVM: Add support for perf-kvm
KVM TSC trapping
2011-01-14 11:00 UTC (6+ messages)
` [KVM TSC trapping / migration 2/2] Add TSC KHZ MSR
[PATCH] KVM-test: Add a ENOSPC subtest
2011-01-14 8:58 UTC (4+ messages)
` [PATCH] KVM-test: enospc.py: Fix device name of ide disk
[PATCH uq/master 1/2] Add qemu_ram_remap
2011-01-14 1:23 UTC (3+ messages)
` [Qemu-devel] "
[RFC -v4 PATCH 0/3] directed yield for Pause Loop Exiting
2011-01-14 0:10 UTC (9+ messages)
` [RFC -v4 PATCH 1/3] kvm: keep track of which task is running a KVM vcpu
` [RFC -v4 PATCH 2/3] sched: Add yield_to(task, preempt) functionality
` [RFC -v4 PATCH 3/3] kvm: use yield_to instead of sleep in kvm_vcpu_on_spin
[PATCH] KVM-test: Add a ENOSPC subtest
2011-01-13 21:43 UTC
[GIT PULL] KVM updates for the 2.6.38 merge window
2011-01-13 18:58 UTC (8+ messages)
Compiling qemu 0.13.0
2011-01-13 18:54 UTC
KVM call agenda for Jan 11
2011-01-13 16:12 UTC (6+ messages)
` [Qemu-devel] "
[PATCH 0/4] Vendor specific instructions and the emulator
2011-01-13 13:54 UTC (3+ messages)
` [PATCH 1/4] KVM: Fix x86_decode_insn() return code check
BUG: sleeping function called from invalid context at mm/slub.c:793
2011-01-13 13:06 UTC (7+ messages)
[PATCH kvm-unit-tests] kvmclock_test: fix smp initialization
2011-01-13 9:19 UTC
[PATCH 2/2] KVM, Replace is_hwpoison_address with get_user_pages_hwpoison
2011-01-13 8:42 UTC
[RFC -v3 PATCH 0/3] directed yield for Pause Loop Exiting
2011-01-13 5:08 UTC (9+ messages)
` [RFC -v3 PATCH 2/3] sched: add yield_to function
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