public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-24 10:52:30 to 2010-11-26 08:35:48 UTC [more...]

[ kvm-Bugs-2504388 ] Syslog on Ubuntu 8.10 (amd64) guest filled up with messages
 2010-11-26  8:35 UTC 

[PATCH 0/9] KVM: Make the instruction emulator aware of Nested Virtualization
 2010-11-26  8:28 UTC  (18+ messages)
` [PATCH 1/9] KVM: Add infrastructure to emulate instruction intercepts
` [PATCH 2/9] KVM: SVM: Add checks for CRx read and write intercepts
` [PATCH 3/9] KVM: SVM: Add checks for DRx "
` [PATCH 4/9] KVM: SVM: Add intercept checks for descriptor table accesses
` [PATCH 5/9] KVM: SVM: Add checks for all group 7 instructions
` [PATCH 6/9] KVM: SVM: Add intercept checks for remaining twobyte instructions
` [PATCH 7/9] KVM: SVM: Add intercept checks for one-byte instructions
` [PATCH 8/9] KVM: SVM: Add checks for IO instructions
` [PATCH 9/9] KVM: SVM: Remove nested sel_cr0_write handling code

[ kvm-Bugs-2525768 ] kvm image corruption
 2010-11-26  8:28 UTC 

[ kvm-Bugs-2530907 ] kvm-83 does not build with 2.6.28 with DMAR enabled
 2010-11-26  8:26 UTC 

[ kvm-Bugs-2584543 ] Migration failed on kvm 83 (regression from 79)
 2010-11-26  8:24 UTC 

[ kvm-Bugs-2584662 ] No easy way to check kvm version
 2010-11-26  8:23 UTC 

[ kvm-Bugs-2653899 ] seg fault with two nics
 2010-11-26  8:20 UTC 

[ kvm-Bugs-2681442 ] Task Switch causes reboot
 2010-11-26  8:18 UTC 

[ kvm-Bugs-2494730 ] Guests "stalling" on kvm-82 / Linux 2.6.28
 2010-11-26  8:13 UTC 

[ kvm-Bugs-2493498 ] Link to latest virtio drivers dead in wiki
 2010-11-26  8:11 UTC 

[PATCH 1/2] KVM test: virtio subtest: Add subtest layer v2
 2010-11-26  4:50 UTC  (3+ messages)
` [PATCH 2/2] Fix compatibility with python 2.4

virtio_net sometimes didn't work
 2010-11-26  2:38 UTC  (3+ messages)

Mask bit support's API
 2010-11-26  2:35 UTC  (4+ messages)

PATCH: QEMU support for UHCI suspend / remote wake up
 2010-11-26  2:15 UTC  (7+ messages)
  ` [patch 0/2] USB UHCI global suspend / remote wakeup
    ` [patch 1/2] add USBBusOps to USBBus
    ` [patch 2/2] support for UHCI suspend / remote wake up
      ` [Qemu-devel] [patch 0/2] USB UHCI global suspend / remote wakeup

[PATCH v3 1/6] KVM: MMU: fix forgot flush tlbs on sync_page path
 2010-11-26  1:37 UTC  (2+ messages)

[KVM-AUTOTEST][PATCH 2/2][virtio-console] Fix compatibility with python 2.4
 2010-11-25 19:04 UTC  (3+ messages)
  ` [KVM-AUTOTEST] [PATCH "

[PATCH kvm-unit-tests 0/4] API test framework
 2010-11-25 16:32 UTC  (88+ messages)
` [PATCH kvm-unit-tests 2/4] Introduce a C++ wrapper for the kvm APIs
` [PATCH kvm-unit-tests 3/4] Add support for calling a function in guest mode

[GIT PULL net-2.6] vhost-net: rcu fixup
 2010-11-25 12:23 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2010-11-25 11:54 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-11-25 11:53 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2010-11-25 11:52 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-11-25 11:52 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2010-11-25 11:52 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-11-25 11:51 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-11-25 11:51 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-11-25 11:51 UTC 

[PATCH-v2 0/4] KVM: dirty logging optimization
 2010-11-25  9:48 UTC  (2+ messages)

[PATCH] KVM: PPC: Fix compile warning
 2010-11-25  9:37 UTC  (3+ messages)

buildbot for kvm.git
 2010-11-25  9:22 UTC  (11+ messages)

[PATCH RFC] kvm: write protect memory after slot swap
 2010-11-25  9:18 UTC  (4+ messages)

[PATCH 2/2] reset mce registers of the given VCPU or all VCPUs with mce command
 2010-11-25  8:46 UTC  (3+ messages)

[PATCH] Add function for clearing the requested VCPUs' mce registers
 2010-11-25  8:43 UTC  (5+ messages)

limiting guest block i/o for qos
 2010-11-25  8:33 UTC  (2+ messages)

[PATCH 00/21] Kemari for KVM 0.2
 2010-11-25  6:07 UTC  (22+ messages)
` [PATCH 01/21] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/21] Introduce read() to FdMigrationState
` [PATCH 03/21] Introduce skip_header parameter to qemu_loadvm_state()
` [PATCH 04/21] qemu-char: export socket_set_nodelay()
` [PATCH 05/21] virtio: modify save/load handler to handle inuse varialble
` [PATCH 06/21] vl: add a tmp pointer so that a handler can delete the entry to which it belongs
` [PATCH 07/21] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/21] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/21] Introduce event-tap
` [PATCH 10/21] Call init handler of event-tap at main() in vl.c
` [PATCH 11/21] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/21] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/21] dma-helpers: replace bdrv_aio_writev() with bdrv_aio_writev_proxy()
` [PATCH 14/21] virtio-blk: replace bdrv_aio_multiwrite() with bdrv_aio_multiwrite_proxy()
` [PATCH 15/21] virtio-net: replace qemu_sendv_packet_async() with qemu_sendv_packet_async_proxy()
` [PATCH 16/21] e1000: replace qemu_send_packet() with qemu_send_packet_proxy()
` [PATCH 17/21] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 18/21] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 19/21] 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 20/21] Introduce -k option to enable FT migration mode (Kemari)
` [PATCH 21/21] migration: add a parser to accept FT migration incoming mode

[PATCH 1/2] Add "broadcast" option for mce command
 2010-11-25  4:25 UTC  (3+ messages)

[PATCH] virt: kvm: coding style cleanups
 2010-11-25  4:00 UTC  (2+ messages)

[RFC] GPGPU Support In KVM
 2010-11-25  0:49 UTC  (3+ messages)

Issue with qemu-kvm.git + kvm.git - Machine shutdown doesn't terminate qemu-kvm process, guest RHEL 6
 2010-11-24 19:49 UTC 

[PATCH] client/bin/partition.py: Execute blkid with -p
 2010-11-24 19:30 UTC 

[PATCH 1/2] x86, lib: Add a wbinvd helper for an arbitrary cpu set
 2010-11-24 18:22 UTC  (4+ messages)
` [PATCH 2/2] kvm: Use wbinvd library functions

Performance test result between per-vhost kthread disable and enable
 2010-11-24 16:31 UTC  (8+ messages)

[PATCH] qemu-kvm: response to SIGUSR1 to start/stop a VCPU (v2)
 2010-11-24 14:23 UTC  (4+ messages)


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