kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-03-22 20:32:56 to 2011-03-28 20:14:20 UTC [more...]

2.6.38.1 general protection fault
 2011-03-28 20:14 UTC  (10+ messages)

"KVM internal error. Suberror: 1" with ancient 2.4 kernel as guest
 2011-03-28 16:36 UTC  (10+ messages)

[PATCH 1/2] KVM: x86 emulator: Disable writeback for CMP emulation
 2011-03-28 16:34 UTC  (2+ messages)
` [RFC PATCH 2/2] KVM: x86 emulator: Cleanup emulate_push() writebacks

KVM, iSCSI and High Availability
 2011-03-28 16:21 UTC 

[PATCH] emulator: do not open code return values from the emulator
 2011-03-28 14:57 UTC 

[PATCH 0/13] KVM: Make the instruction emulator aware of Nested Virtualization v3
 2011-03-28 14:34 UTC  (22+ messages)
` [PATCH 01/13] KVM: x86 emulator: add framework for instruction intercepts
` [PATCH 02/13] KVM: x86 emulator: add SVM intercepts
` [PATCH 03/13] KVM: X86: Don't write-back cpu-state on X86EMUL_INTERCEPTED
` [PATCH 04/13] KVM: X86: Add x86 callback for intercept check
` [PATCH 05/13] KVM: SVM: Add intercept check for emulated cr accesses
` [PATCH 06/13] KVM: SVM: Add intercept check for accessing dr registers
` [PATCH 07/13] KVM: SVM: Add intercept checks for descriptor table accesses
` [PATCH 08/13] KVM: SVM: Add intercept checks for SVM instructions
` [PATCH 09/13] KVM: SVM: Add intercept checks for remaining group7 instructions
` [PATCH 10/13] KVM: SVM: Add intercept checks for remaining twobyte instructions
` [PATCH 11/13] KVM: SVM: Add intercept checks for one-byte instructions
` [PATCH 12/13] KVM: SVM: Add checks for IO instructions
` [PATCH 13/13] KVM: SVM: Remove nested sel_cr0_write handling code

KVM, iSCSI and High Availability
 2011-03-28 12:46 UTC  (2+ messages)

[PATCH 0/13] KVM: Make the instruction emulator aware of Nested Virtualization v2
 2011-03-28 10:19 UTC  (25+ messages)
` [PATCH 01/13] KVM: x86 emulator: add framework for instruction
` [PATCH 02/13] KVM: x86 emulator: add SVM intercepts
` [PATCH 03/13] KVM: X86: Don't write-back cpu-state on X86EMUL_INTERCEPTED
` [PATCH 04/13] KVM: X86: Add x86 callback for intercept check
` [PATCH 05/13] KVM: SVM: Add intercept check for emulated cr accesses
` [PATCH 06/13] KVM: SVM: Add intercept check for accessing dr registers
` [PATCH 07/13] KVM: SVM: Add intercept checks for descriptor table accesses
` [PATCH 08/13] KVM: SVM: Add intercept checks for SVM instructions
` [PATCH 09/13] KVM: SVM: Add intercept checks for remaining group7 instructions
` [PATCH 10/13] KVM: SVM: Add intercept checks for remaining twobyte instructions
` [PATCH 11/13] KVM: SVM: Add intercept checks for one-byte instructions
` [PATCH 12/13] KVM: SVM: Add checks for IO instructions
` [PATCH 13/13] KVM: SVM: Remove nested sel_cr0_write handling code

[PATCH] device-assignment: move irqs update to piix emulation
 2011-03-28  8:27 UTC  (3+ messages)

[PATCH 1/2] KVM: MMU: remove mmu_seq verification on pte write path
 2011-03-28  2:30 UTC  (2+ messages)
` [PATCH 2/2] KVM: MMU: optimize pte write path if don't have protected sp

[PATCH] device-assignment: fix guest irq routing
 2011-03-27 19:23 UTC 

[Bug 31992] New: Clarify compilation options for the host or for the guest
 2011-03-27 18:18 UTC 

[PATCH 0/6] TSC scaling support for KVM v3
 2011-03-27 11:10 UTC  (10+ messages)
` [PATCH 1/6] KVM: SVM: Implement infrastructure for TSC_RATE_MSR
` [PATCH 2/6] KVM: X86: Let kvm-clock report the right tsc frequency
` [PATCH 3/6] KVM: X86: Make tsc_delta calculation a function of guest tsc
` [PATCH 4/6] KVM: X86: Implement call-back to propagate virtual_tsc_khz
` [PATCH 5/6] KVM: X86: Delegate tsc-offset calculation to architecture code
` [PATCH 6/6] KVM: X86: Implement userspace interface to set virtual_tsc_khz

[PATCH 2/2] virtio_net: remove send completion interrupts and avoid TX queue overrun through packet drop
 2011-03-27  7:52 UTC  (15+ messages)

[PATCH] add missing guest clock update removed by e48672fa25e879f7ae21785c7efd187738139593
 2011-03-26 14:47 UTC  (7+ messages)
      ` [PATCHv2] fix regression caused "

[PATCH 0/6] Do not use sysdevs for implementing "core" PM operations on x86
 2011-03-25 22:51 UTC  (8+ messages)
      ` [GIT PULL] More power management updates for 2.6.39
` [PATCH 3/6] PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdev

qemu-kvm crash with "double free or corruption"
 2011-03-25  8:52 UTC  (6+ messages)
    ` qemu-kvm crash with

[PATCH v2] Issue in exit timing clearance
 2011-03-25  5:02 UTC 

[PATCH] KVM:PPC Issue in exit timing clearance
 2011-03-25  4:50 UTC  (7+ messages)

[PATCH 2/2] rbd: allow configuration of rados from the rbd filename
 2011-03-24 22:51 UTC 

[PATCH 1/2] rbd: use the higher level librbd instead of just librados
 2011-03-24 22:51 UTC 

[stable, master][PATCH v2] qemu-kvm: Don't break device assignment INTx
 2011-03-24 22:04 UTC 

KVM: x86: vcpu state writeback should be aware of REQ_NMI
 2011-03-24 15:35 UTC  (8+ messages)

High latency with VirtIO NIC
 2011-03-24 14:34 UTC  (8+ messages)

[PATCH 0/6][RESEND] TSC scaling support for KVM v2
 2011-03-24 10:47 UTC  (17+ messages)
` [PATCH 1/6] KVM: SVM: Implement infrastructure for TSC_RATE_MSR
` [PATCH 2/6] KVM: X86: Let kvm-clock report the right tsc frequency
` [PATCH 3/6] KVM: X86: Make tsc_delta calculation a function of guest tsc
` [PATCH 4/6] KVM: SVM: Propagate requested TSC frequency on vcpu init
` [PATCH 5/6] KVM: X86: Delegate tsc-offset calculation to architecture code
` [PATCH 6/6] KVM: X86: Implement userspace interface to set virtual_tsc_khz

[PATCH] expose async pf through our standard mechanism
 2011-03-24 10:41 UTC  (2+ messages)

[PATCH 0/3] enable newer msr set for kvm
 2011-03-24 10:37 UTC  (5+ messages)
` [PATCH 1/3] use kernel-provided para_features instead of statically coming up with new capabilities

[PATCH] KVM: SVM: Remove unused svm_features
 2011-03-24 10:16 UTC  (2+ messages)

Issue: qemu-kvm with gdb
 2011-03-24  7:14 UTC  (2+ messages)

[stable,master] [PATCH] qemu-kvm: Don't break device assignment INTx
 2011-03-24  7:13 UTC  (2+ messages)

IOMMU Query
 2011-03-24  6:10 UTC  (4+ messages)

[RESEND] [PATCH] kvm: remove useless function define kvm_inject_pit_timer_irqs()
 2011-03-04 10:23 UTC 

[RESEND] [PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h
 2011-03-04 10:22 UTC 

Your mailbox has exceeded its limit
 2011-03-23 20:13 UTC 

[PATCH] KVM: VMX: simplify NMI mask management
 2011-03-23 17:14 UTC  (6+ messages)

kvm, emulation hangs when using some usb device
 2011-03-23 16:24 UTC  (6+ messages)

KVM make error--drivers/usb/serial/usb_wwan.c
 2011-03-23  9:02 UTC  (2+ messages)

[PATCH 00/18] [PATCH 00/18] Kemari for KVM v0.2.13
 2011-03-23  4:10 UTC  (19+ messages)
` [PATCH 01/18] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/18] Introduce read() to FdMigrationState
` [PATCH 03/18] Introduce qemu_loadvm_state_no_header() and make qemu_loadvm_state() a wrapper
` [PATCH 04/18] qemu-char: export socket_set_nodelay()
` [PATCH 05/18] vl.c: add deleted flag for deleting the handler
` [PATCH 06/18] virtio: decrement last_avail_idx with inuse before saving
` [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/18] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/18] Introduce event-tap
` [PATCH 10/18] Call init handler of event-tap at main() in vl.c
` [PATCH 11/18] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/18] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/18] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/18] block: insert event-tap to bdrv_aio_writev(), bdrv_aio_flush() and bdrv_flush()
` [PATCH 15/18] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/18] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/18] 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/18] Introduce "kemari:" to enable FT migration mode (Kemari)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).