public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-24 13:00:08 to 2010-12-29 19:10:07 UTC [more...]

[PATCH 0/6] [uq/master] More KVM upstream cleanups, fixes, enhancements
 2010-12-29 19:09 UTC  (7+ messages)
` [PATCH 1/6] kvm: Fix coding style violations
` [PATCH 2/6] kvm: Drop return value of kvm_cpu_exec
` [PATCH 3/6] kvm: x86: Align kvm_arch_put_registers code with comment
` [PATCH 4/6] kvm: Stop on all fatal exit reasons
` [PATCH 5/6] kvm: Improve reporting of fatal errors
` [PATCH 6/6] kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip

[PATCH] qemu-kvm: Drop redundant kvm_reset_mpstate
 2010-12-29 18:53 UTC 

[GIT PULL] kvm upstream updates
 2010-12-29 15:42 UTC  (3+ messages)

[PATCH 0/2] KVM test: Image copy test v2
 2010-12-29 15:24 UTC  (4+ messages)
` [PATCH 1/2] KVM-test: Add mount utility functions
` [PATCH 2/2] KVM-test: Add image_copy subtest to prepare images

[PATCH 3/4] KVM test: use the new Params methods instead of get_sub_dict_.*()
 2010-12-29 15:14 UTC 

[PATCH] Add ability to drop pages through testdev
 2010-12-29 10:05 UTC  (6+ messages)

[PATCH unit-tests 00/16] task switch and event injection tests
 2010-12-29  9:47 UTC  (8+ messages)
` [PATCH unit-tests 05/16] Rename idt.[ch] into desc.[ch]
` [PATCH unit-tests 06/16] Specify correct operand length for ltr and str

[PATCH 1/2] KVM: test: add the test case to check PFEC on prefetch pte path
 2010-12-29  9:32 UTC  (2+ messages)

[PATCH 0/2 v6] MSI-X mask bit support for KVM
 2010-12-29  9:28 UTC  (8+ messages)
` [PATCH 2/2][RFC] KVM: Emulate MSI-X table and PBA in kernel

KVM clock synchronization
 2010-12-29  5:38 UTC  (5+ messages)
` [KVM Clock Synchronization 1/4] Make cyc_to_nsec conversions more reliable
` [KVM Clock Synchronization 2/4] Keep TSC synchronized across host suspend
` [KVM Clock Synchronization 3/4] Refactor KVM clock update code
` [KVM Clock Synchronization 4/4] Add master clock for KVM clock

[RFC -v2 PATCH 0/3] directed yield for Pause Loop Exiting
 2010-12-28 22:34 UTC  (10+ messages)
` [RFC -v2 PATCH 2/3] sched: add yield_to function

possible regression in qemu-kvm 0.13.0 (memtest)
 2010-12-28 20:41 UTC  (9+ messages)
` [Qemu-devel] "
    ` FIXED: "

[KVM-AUTOTEST PATCH 0/4] KVM test: replace 'env' dict with an Env object
 2010-12-28 15:49 UTC  (6+ messages)
` [KVM-AUTOTEST PATCH 1/4] KVM test: introduce the Env class
` [KVM-AUTOTEST PATCH 2/4] KVM test: use kvm_utils.Env wherever appropriate
` [KVM-AUTOTEST PATCH 3/4] KVM test: use the new Env methods instead of the old env_* functions
` [KVM-AUTOTEST PATCH 4/4] KVM test: get rid of the kvm_utils.env_* functions

[KVM-AUTOTEST PATCH v2] KVM test: make_qemu_command(): catch IndexError when accessing self.netdev_id
 2010-12-28 15:10 UTC 

[KVM-AUTOTEST PATCH 01/28] KVM test: introduce a helper class to run a function in the background
 2010-12-28 14:23 UTC  (37+ messages)
` [KVM-AUTOTEST PATCH 02/28] KVM test: kvm_utils.py: add a convenience function to run functions in parallel
` [KVM-AUTOTEST PATCH 03/28] KVM test: corrections to migration_with_reboot
  ` [Autotest] "
` [KVM-AUTOTEST PATCH 04/28] KVM test: migration_with_reboot: use kvm_utils.Thread
  ` [Autotest] "
` [KVM-AUTOTEST PATCH 05/28] KVM test: vmstop: "
  ` [Autotest] "
` [KVM-AUTOTEST PATCH 06/28] KVM test: migration_with_file_transfer: "
` [KVM-AUTOTEST PATCH 07/28] KVM test: migration_with_file_transfer: use unique host filename
` [KVM-AUTOTEST PATCH 08/28] KVM test: migration_with_file_transfer: verify transfer correctness
` [KVM-AUTOTEST PATCH 09/28] KVM test: remove kvm_test_utils.BackgroundTest
` [KVM-AUTOTEST PATCH 10/28] KVM test: avoid printing address cache messages too often
` [KVM-AUTOTEST PATCH 11/28] KVM test: make_qemu_command(): catch IndexError when accessing self.netdev_id
  ` [Autotest] "
` [KVM-AUTOTEST PATCH 12/28] KVM test: use VM.clone() in make_qemu_command()
` [KVM-AUTOTEST PATCH 13/28] KVM test: don't print the contents of env before and after tests
` [KVM-AUTOTEST PATCH 14/28] KVM test: fix md5sum verification of ISO files
` [KVM-AUTOTEST PATCH 15/28] KVM test: kvm_subprocess.py: increase default timeout from 30 to 60 secs
` [KVM-AUTOTEST PATCH 16/28] KVM test: whql_submission: run a user specified shell command before the test
` [KVM-AUTOTEST PATCH 17/28] KVM test: whql_submission: make the HDD tests run on a non-system drive
` [KVM-AUTOTEST PATCH 18/28] KVM test: whql: rename the whql_submission variant to whql.submission
` [KVM-AUTOTEST PATCH 19/28] KVM test: whql.submission: don't run jobs that require manual intervention
` [KVM-AUTOTEST PATCH 20/28] KVM test: whql.submission: add unclassified USB tablet tests
` [KVM-AUTOTEST PATCH 21/28] KVM test: refactor whql_submission_15.cs and whql_submission.py
` [KVM-AUTOTEST PATCH 22/28] KVM test: whql: add a network submission
` [KVM-AUTOTEST PATCH 23/28] KVM test: whql.submission: use a different submission name for each submission category
` [KVM-AUTOTEST PATCH 24/28] KVM test: whql.client_install: setup auto logon for DTMLLUAdminUser
` [KVM-AUTOTEST PATCH 25/28] KVM test: whql.submission: don't use any cdroms
` [KVM-AUTOTEST PATCH 26/28] KVM test: whql.submission: support VirtIO network tests
` [KVM-AUTOTEST PATCH 27/28] KVM test: whql.submission: reorder DeviceData
` [KVM-AUTOTEST PATCH 28/28] KVM test: whql_submission.py: log in using all NICs before running tests

[PATCH] KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow
 2010-12-28 14:21 UTC 

[KVM-AUTOTEST PATCH v2] KVM test: migration_with_file_transfer: verify transfer correctness
 2010-12-28 14:08 UTC  (5+ messages)
` [Autotest] "

QEMU, MCE, unpoison memory address across reboot
 2010-12-28  9:06 UTC  (13+ messages)

[PATCH 00/19] Kemari for KVM v0.2.2
 2010-12-28  1:43 UTC  (28+ 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)
        ` [Qemu-devel] "
` [PATCH 19/19] migration: add a parser to accept FT migration incoming mode

[KVM-AUTOTEST PATCH 1/4] KVM test: introduce Params, a dict-like object containing test parameters
 2010-12-27 23:00 UTC  (4+ messages)
` [KVM-AUTOTEST PATCH 2/4] KVM test: kvm.py: convert the params dict to a kvm_utils.Params object
` [KVM-AUTOTEST PATCH 3/4] KVM test: use the new Params methods instead of get_sub_dict_.*()
` [KVM-AUTOTEST PATCH 4/4] KVM test: remove get_sub_dict_names() and get_sub_dict()

vhost-net guest memory usage
 2010-12-27 20:48 UTC 

[PATCH] lfp: fix AF_INET checksum with csum offloading
 2010-12-27 17:16 UTC 

[PATCH] kvm: x86: Fix a few coding style violations
 2010-12-27 15:39 UTC  (2+ messages)

[PATCH] kvm: x86: Prevent sign extension of DR7 in guest debugging mode
 2010-12-27 15:38 UTC  (2+ messages)

[PATCH] kvm: x86: Remove obsolet SS.RPL/DPL aligment
 2010-12-27 15:37 UTC  (2+ messages)

[PATCH] kvm: x86: Fix DPL write back of segment registers
 2010-12-27 15:36 UTC  (2+ messages)

[PATCHv2] KVM: when entering real mode align segment base to 16 bytes
 2010-12-27 15:30 UTC  (2+ messages)

[PATCH RESEND] KVM: when entering real mode align segment base to 16 bytes
 2010-12-27 15:15 UTC  (6+ messages)

kvm: grub breakage due to SS.RPL/DPL alignment
 2010-12-27 14:51 UTC  (2+ messages)

target dev name ignored?
 2010-12-27 14:24 UTC 

Passthrough VIA CPU Features
 2010-12-27 14:18 UTC  (4+ messages)
  ` Antwort: "

[PATCH] KVM: when entering real mode aling segment base to 16 bytes
 2010-12-27 12:58 UTC 

[PATCH v2] KVM: MMU: Don't flush shadow when enabling dirty tracking
 2010-12-27 10:54 UTC  (4+ messages)

kvm bug in kernel 2.6.37rc7
 2010-12-27 10:11 UTC  (4+ messages)

[PATCH] KVM: MMU: Don't flush shadow when enabling dirty tracking
 2010-12-27  9:25 UTC  (4+ messages)

Status of SR-IOV ?
 2010-12-27  0:23 UTC  (2+ messages)

[Bug 21962] KVM kernel bug
 2010-12-26 17:48 UTC  (3+ messages)

[PATCH 1/2 RESEND] KVM: MMU: audit: allow audit more guests at the same time
 2010-12-26 12:20 UTC  (3+ messages)
` [PATCH 2/2] KVM: MMU: handle 'map_writable' in set_spte() function

[PATCH 05/21] virtio: modify save/load handler to handle inuse varialble
 2010-12-26 12:17 UTC  (20+ messages)
                    ` [Qemu-devel] "

Kernel Bug Tracker: confirm account creation
 2010-12-26  8:36 UTC  (2+ messages)

[PATCH] KVM: SVM: Load %fs early on vmexit path, on i386
 2010-12-26  7:55 UTC 

USB Passthrough 1.1 performance problem
 2010-12-24 18:19 UTC  (13+ messages)

[PATCH 00/19] Kemari for KVM v0.2.1
 2010-12-24 13:31 UTC  (8+ messages)
` [PATCH 06/19] virtio: update last_avail_idx when inuse is decreased
            ` [Qemu-devel] "

performance monitoring of guest
 2010-12-24  8:11 UTC  (2+ messages)


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