kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-03 08:42:01 to 2012-06-06 01:32:16 UTC [more...]

AMD KVM Pci Passthrough reports device busy
 2012-06-06  1:32 UTC  (14+ messages)

[Bug 43339] New: Wrong Pci-Bridge Header Type check
 2012-06-05 19:43 UTC  (3+ messages)
` [Bug 43339] "

[RFC][PATCH] Add support for the GUEST_SMBASE VMCS field for Intel VT-x
 2012-06-05 18:27 UTC  (5+ messages)

WARNING: at arch/x86/kernel/kvmclock.c:127
 2012-06-05 18:20 UTC 

[PATCH 0/2] improve speed of "rep ins" emulation
 2012-06-05 18:17 UTC  (15+ messages)
` [PATCH 2/2] Provide fast path for "rep ins" emulation if possible

[PATCH] KVM: Fix PCI header check on device assignment
 2012-06-05 17:13 UTC  (2+ messages)

[PATCH 1/3 v2] kvm tools: Introduce virtio_compat_add_message() helper
 2012-06-05 16:40 UTC  (3+ messages)
` [PATCH 2/3] kvm tools: Fix compat message
` [PATCH 3/3] kvm tools: Improve compat message format

[PATCH 1/2] kvm tools: Introduce virtio_compat_add_message() helper
 2012-06-05 16:14 UTC  (2+ messages)
` [PATCH 2/2] kvm tools: Fix compat message

Has any work 3.3 kvm-kmod for rhel 6.2 kernel successfully?
 2012-06-05 15:59 UTC  (9+ messages)

[PATCH v2 0/7] KVM paravirt remote flush tlb
 2012-06-05 15:29 UTC  (18+ messages)
` [PATCH v2 1/7] KVM Guest: Add VCPU running/pre-empted state for guest
` [PATCH v2 2/7] KVM-HV: "
` [PATCH v2 3/7] KVM: Add paravirt kvm_flush_tlb_others
` [PATCH v2 4/7] KVM: export kvm_kick_vcpu for pv_flush
` [PATCH v2 5/7] KVM: Introduce PV kick in flush tlb
` [PATCH v2 6/7] kvm,x86: RCU based table free
` [PATCH v2 7/7] Flush page-table pages before freeing them

[PATCH v2] Fix migration of real mode guests from host with unrestricted guest to a host without it
 2012-06-05 14:51 UTC  (2+ messages)

[PATCH] KVM: do not iterate over all VMs in mmu_shrink()
 2012-06-05 14:46 UTC  (2+ messages)

[PATCH 0/8] Cleanup for virtio/* and disk/*
 2012-06-05 14:42 UTC  (9+ messages)
` [PATCH 1/8] kvm tools: Code cleanup for virtio/9p.c
` [PATCH 2/8] kvm tools: Code cleanup for virtio/balloon.c
` [PATCH 3/8] kvm tools: Code cleanup for virtio/blk.c
` [PATCH 4/8] kvm tools: Code cleanup for virtio/console.c
` [PATCH 5/8] kvm tools: Code cleanup for virtio/net.c
` [PATCH 6/8] kvm tools: Code cleanup for disk/core.c
` [PATCH 7/8] kvm tools: Code cleanup for disk/qcow.c
` [PATCH 8/8] kvm tools: Code cleanup for disk/raw.c

[GIT PULL] KVM fix for 3.5-rc1
 2012-06-05 14:38 UTC 

[PATCH] PCI: Mark INTx masking support of Chelsio T310 10GbE NIC as broken
 2012-06-05 14:38 UTC  (2+ messages)

KVM entry failed, hardware error
 2012-06-05 13:59 UTC  (11+ messages)

[PATCH 0/4] kvm-s390: feature patches
 2012-06-05 13:03 UTC  (15+ messages)
` [PATCH 1/4] kvm-s390: add capability indicating COW support
` [PATCH 2/4] kvm-s390: KVM_GET/SET_ONEREG for s390
` [PATCH 3/4] kvm-s390: epoch difference and TOD programmable field
` [PATCH 4/4] kvm-s390: onereg for timer related registers

[PATCH v2 00/41] postcopy live migration
 2012-06-05 11:23 UTC  (45+ messages)
` [PATCH v2 01/41] arch_init: export sort_ram_list() and ram_save_block()
` [PATCH v2 02/41] arch_init: export RAM_SAVE_xxx flags for postcopy
` [PATCH v2 03/41] arch_init/ram_save: introduce constant for ram save version = 4
` [PATCH v2 04/41] arch_init: refactor host_from_stream_offset()
` [PATCH v2 05/41] arch_init/ram_save_live: factor out RAM_SAVE_FLAG_MEM_SIZE case
` [PATCH v2 06/41] arch_init: refactor ram_save_block()
` [PATCH v2 07/41] arch_init/ram_save_live: factor out ram_save_limit
` [PATCH v2 08/41] arch_init/ram_load: refactor ram_load
` [PATCH v2 09/41] arch_init: introduce helper function to find ram block with id string
` [PATCH v2 10/41] arch_init: simplify a bit by ram_find_block()
` [PATCH v2 11/41] arch_init: factor out counting transferred bytes
` [PATCH v2 12/41] arch_init: factor out setting last_block, last_offset
` [PATCH v2 13/41] exec.c: factor out qemu_get_ram_ptr()
` [PATCH v2 14/41] exec.c: export last_ram_offset()
` [PATCH v2 15/41] savevm: export qemu_peek_buffer, qemu_peek_byte, qemu_file_skip
` [PATCH v2 16/41] savevm: qemu_pending_size() to return pending buffered size
` [PATCH v2 17/41] savevm, buffered_file: introduce method to drain buffer of buffered file
` [PATCH v2 18/41] QEMUFile: add qemu_file_fd() for later use
` [PATCH v2 19/41] savevm/QEMUFile: drop qemu_stdio_fd
` [PATCH v2 20/41] savevm/QEMUFileSocket: drop duplicated member fd
` [PATCH v2 21/41] savevm: rename QEMUFileSocket to QEMUFileFD, socket_close to fd_close
` [PATCH v2 22/41] savevm/QEMUFile: introduce qemu_fopen_fd
` [PATCH v2 23/41] migration.c: remove redundant line in migrate_init()
` [PATCH v2 24/41] migration: export migrate_fd_completed() and migrate_fd_cleanup()
` [PATCH v2 25/41] migration: factor out parameters into MigrationParams
` [PATCH v2 26/41] buffered_file: factor out buffer management logic
` [PATCH v2 27/41] buffered_file: Introduce QEMUFileNonblock for nonblock write
` [PATCH v2 28/41] buffered_file: add qemu_file to read/write to buffer in memory
` [PATCH v2 29/41] umem.h: import Linux umem.h
` [PATCH v2 30/41] update-linux-headers.sh: teach umem.h to update-linux-headers.sh
` [PATCH v2 31/41] configure: add CONFIG_POSTCOPY option
` [PATCH v2 32/41] savevm: add new section that is used by postcopy
` [PATCH v2 33/41] postcopy: introduce -postcopy and -postcopy-flags option
` [PATCH v2 34/41] postcopy outgoing: add -p and -n option to migrate command
` [PATCH v2 35/41] postcopy: introduce helper functions for postcopy
` [PATCH v2 36/41] postcopy: implement incoming part of postcopy live migration
` [PATCH v2 37/41] postcopy: implement outgoing "
` [PATCH v2 38/41] postcopy/outgoing: add forward, backward option to specify the size of prefault
` [PATCH v2 39/41] postcopy/outgoing: implement prefault
` [PATCH v2 40/41] migrate: add -m (movebg) option to migrate command
` [PATCH v2 41/41] migration/postcopy: add movebg mode

[PULL 00/20 1.2] kvm updates
 2012-06-05  9:11 UTC  (10+ messages)
` [Qemu-devel] "

[PATCH 1/2] kvm tools: Increase AIO_MAX to 256
 2012-06-05  8:18 UTC  (5+ messages)
` [PATCH 2/2] kvm tools: Restart io_submit if it returns EAGAIN

[PATCH] kvm tools: Process virito blk requests in separate thread
 2012-06-05  8:15 UTC  (8+ messages)

[RFC PATCH] PCI: Introduce INTx check & mask API
 2012-06-05  2:56 UTC  (7+ messages)

[PATCH 26/74] target-i386: Pass X86CPU to do_cpu_{init,sipi}()
 2012-06-05  1:21 UTC 

[PATCH v3] virtio_blk: unlock vblk->lock during kick
 2012-06-04 21:13 UTC  (5+ messages)

kvm segfaults and bad page state in 3.4.0
 2012-06-04 17:13 UTC  (4+ messages)

[PATCH] kvm tools: Simplfy disk read write function name
 2012-06-04 15:25 UTC 

Fwd: [Qemu-devel] [PATCH v2 00/41] postcopy live migration
 2012-06-04 15:13 UTC  (3+ messages)

Biweekly KVM Test report, kernel 51bfd299... qemu a1fce560
 2012-06-04 13:51 UTC  (9+ messages)

[PULL] qemu-kvm: merge with latest upstream
 2012-06-04 13:49 UTC 

Executing script in VM, from KVM
 2012-06-04 13:30 UTC 

[PATCH] KVM: Use IRQF_ONESHOT for assigned device MSI interrupts
 2012-06-04 13:22 UTC  (12+ messages)

[PATCH v3 00/16] net: hub-based networking
 2012-06-04 13:09 UTC  (8+ messages)
` [Qemu-devel] "

[PATCH v3 0/2] postcopy migration: umem: Linux char device for postcopy
 2012-06-04  9:58 UTC  (3+ messages)
` [PATCH v3 1/2] export necessary symbols
` [PATCH v3 2/2] umem: chardevice for kvm postcopy

[PATCH v2] virtio_blk: unlock vblk->lock during kick
 2012-06-04  8:57 UTC  (8+ messages)

[PATCH] Documentation/kvm : Add documentation on Hypercalls
 2012-06-04  8:21 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 00/16] net: hub-based networking
 2012-06-04  7:24 UTC  (15+ messages)
`  "

[PATCH 0/3] Fix hot-unplug race in virtio-blk
 2012-06-04  0:41 UTC  (2+ messages)

[PATCH v2] KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers
 2012-06-03 18:18 UTC  (3+ messages)

[PATCH v3] KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers
 2012-06-03 18:17 UTC 


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).