public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-20 19:32:39 to 2011-02-24 09:45:01 UTC [more...]

[PATCH 00/18] Kemari for KVM v0.2.11
 2011-02-24  9:44 UTC  (27+ 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 skip_header parameter to qemu_loadvm_state()
` [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)

[PATCH 0/3 v8] MSI-X MMIO support for KVM
 2011-02-24  9:44 UTC  (13+ messages)
` [PATCH 2/3] KVM: Emulate MSI-X table in kernel

PCI Passthrough, error: The driver 'pci-stub' is occupying your device 0000:08:06.2
 2011-02-24  9:26 UTC  (22+ messages)

Out-dated Qemu link on http://www.linux-kvm.org/Main_page
 2011-02-24  9:22 UTC  (2+ messages)

[PATCH V6 3/4] qmp,nmi: convert do_inject_nmi() to QObject
 2011-02-24  8:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH V6 3/4] qmp, nmi: "
  `  "

[PATCH] Revert "qemu-kvm: Bring qemu_init_vcpu back home"
 2011-02-24  7:56 UTC  (6+ messages)

[PATCH V6 1/4 resend] nmi: convert cpu_index to cpu-index
 2011-02-24  7:49 UTC  (4+ messages)
    ` [Qemu-devel] "

[PATCH 00/18] Kemari for KVM v0.2.12
 2011-02-24  7:28 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)

regression - 2.6.36 -> 2.6.37 - kvm - 32bit SMP guests don't boot
 2011-02-23 23:42 UTC 

[v3 RFC PATCH 0/4] Implement multiqueue virtio-net
 2011-02-23 22:59 UTC  (7+ messages)

[RFC PATCH 0/2] Expose available KVM free memory slot count to help avoid aborts
 2011-02-23 21:46 UTC  (7+ messages)

[PATCH 0/7] KVM: optimize memslots searching and cache GPN to GFN
 2011-02-23 20:19 UTC  (28+ messages)
` [PATCH 1/7] KVM: cleanup memslot_id function
` [PATCH 2/7] KVM: introduce KVM_MEM_SLOTS_NUM macro
` [PATCH 1/3] KVM: introduce memslots_updated function
` [PATCH 4/7] KVM: sort memslots and use binary search to search the right slot
      ` [RFC PATCH 0/3] Weight-balanced binary tree + KVM growable memory slots using wbtree
        ` [RFC PATCH 1/3] Weight-balanced tree
        ` [RFC PATCH 2/3] kvm: Allow memory slot array to grow on demand
        ` [RFC PATCH 3/3] kvm: Use weight-balanced tree for memory slot management
` [PATCH 5/7] KVM: cache the last used slot
` [PATCH 6/7] KVM: cleanup traversal used slots
` [PATCH 7/7] KVM: MMU: cache guest page number to guest frame number

[PATCH] lfp: fix AF_INET checksum with csum offloading
 2011-02-23 18:46 UTC  (2+ messages)
` [ISC-Bugs #22806] "

Is PCI pass-through possible with host+kvm on latest linux but guest on an older linux?
 2011-02-23 18:41 UTC  (3+ messages)

[PATCH] expose kvmclock upper msr set
 2011-02-23 17:44 UTC 

Q: status of kvm/ subdir in qemu-kvm tarball?
 2011-02-23 14:57 UTC  (8+ messages)

[KVM-Autotest][PATCH][virtio-console] KVM-test: Add hotplug test
 2011-02-23 14:13 UTC 

Problem with bridged tap interface
 2011-02-23 13:37 UTC  (2+ messages)

[PATCH] kvm,async_pf: add missing kvm_async_pf_hash_reset()
 2011-02-23 13:22 UTC  (3+ messages)

[ANNOUNCE] qemu-kvm-0.14.0
 2011-02-23  8:39 UTC  (8+ messages)
    ` [PATCH] qemu-kvm: Fix non-PCI target build

[PATCH] Fix build system so pci.o isn't included on targets not depending on PCI
 2011-02-23  7:06 UTC 

[PATCH 00/18] Kemari for KVM v0.2.10
 2011-02-23  5:05 UTC  (6+ messages)
` [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
    ` [Qemu-devel] "
      `  "

[PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)
 2011-02-22 18:28 UTC  (2+ messages)

[PATCH 0/4 v9] MSI-X MMIO support for KVM
 2011-02-22 18:08 UTC  (2+ messages)

[PATCH] kvm: allow RO page when atomic && !write_fault
 2011-02-22 19:24 UTC  (4+ messages)

KVM call minutes for Feb 22
 2011-02-22 18:14 UTC  (3+ messages)
` [Qemu-devel] "

KVM call minutes for Feb 22
 2011-02-22 16:42 UTC 

[PATCH] KVM test: Remove last references to env variables on unattended setup
 2011-02-22 15:16 UTC 

[PATCH 0/6] KVM support for TSC scaling
 2011-02-22 14:33 UTC  (11+ messages)
` [PATCH 1/6] KVM: SVM: Advance instruction pointer in dr_intercept
` [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 0/6] KVM support for TSC scaling
 2011-02-22 14:11 UTC  (8+ messages)

KVM Agenda for Feb 22
 2011-02-22 13:10 UTC  (3+ messages)
  ` [Qemu-devel] "

Passthrough of 2 PCI devices works 80% (Kernel 2.6.37, Debian Squeeze, Win7 VM)
 2011-02-22 11:48 UTC  (3+ messages)

[PATCH] KVM test: Move enumerate test dicts code to kvm_utils.run_tests()
 2011-02-21 14:02 UTC 

[PATCH] stop and show registers on error
 2011-02-21 12:57 UTC  (5+ messages)

Slow disk IO on virtio kvm guests with Centos 5.5 as hypervisor
 2011-02-21 12:56 UTC  (8+ messages)

[PATCH] KVM test: encapsulate unittests build and move it to parent class
 2011-02-21 12:35 UTC 

End-User Question: XP-Guest produces high load for no obvious reason
 2011-02-21 11:41 UTC 

[PATCH] qemu-kvm: Mark VCPU state dirty on creation
 2011-02-21 11:28 UTC 

[KVM-AUTOTEST PATCH 1/3] KVM test: kvm_config.py: support one-line conditional blocks
 2011-02-21 10:18 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH 2/3] KVM test: kvm_config.py: process_content(): look for Op instead of str
` [KVM-AUTOTEST PATCH 3/3] KVM test: kvm_config.py: support negative conditional blocks

[PATCH 1/2] KVM: VMX: write new TR selector value into vmcs immediately if it changes during vm86 mode
 2011-02-21 10:07 UTC  (2+ messages)
` [PATCH 2/2] KVM: VMX: Initialize vm86 TSS only once

GSOC 2011 (KVM for MIPS)
 2011-02-21  8:43 UTC  (3+ messages)

qemu-kvm-0.13.0, 2.6.37.1 - after migration, some of guests got stuck
 2011-02-21  7:43 UTC  (2+ messages)

[PATCH] kvm: better readability of efer_reserved_bits
 2011-02-21  3:51 UTC 


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