messages from 2010-12-23 00:54:06 to 2010-12-28 01:43:04 UTC [more...]
[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()
[KVM-AUTOTEST PATCH v2] KVM test: migration_with_file_transfer: verify transfer correctness
2010-12-27 22:54 UTC
QEMU, MCE, unpoison memory address across reboot
2010-12-27 21:27 UTC (8+ messages)
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
[KVM-AUTOTEST PATCH 01/28] KVM test: introduce a helper class to run a function in the background
2010-12-27 16:01 UTC (28+ 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
` [KVM-AUTOTEST PATCH 04/28] KVM test: migration_with_reboot: use kvm_utils.Thread
` [KVM-AUTOTEST PATCH 05/28] KVM test: vmstop: "
` [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
` [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: 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)
possible regression in qemu-kvm 0.13.0 (memtest)
2010-12-27 7:59 UTC (7+ messages)
` [Qemu-devel] "
` FIXED: "
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 (22+ 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 (26+ 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: update last_avail_idx when inuse is decreased
` [Qemu-devel] "
` [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)
` [PATCH 19/19] migration: add a parser to accept FT migration incoming mode
performance monitoring of guest
2010-12-24 8:11 UTC (2+ messages)
[PATCH 00/19] Kemari for KVM v0.2.1
2010-12-24 3:17 UTC (19+ messages)
` [PATCH 01/17] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/17] Introduce read() to FdMigrationState
` [PATCH 03/17] Introduce skip_header parameter to qemu_loadvm_state()
` [PATCH 04/17] qemu-char: export socket_set_nodelay()
` [PATCH 05/17] vl.c: add deleted flag for deleting the handler
` [PATCH 06/17] virtio: update last_avail_idx when inuse is decreased
` [PATCH 07/17] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/17] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/17] Introduce event-tap
` [PATCH 10/17] Call init handler of event-tap at main() in vl.c
` [PATCH 11/17] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/17] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/17] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/17] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush()
` [PATCH 15/17] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/17] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/17] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [Qemu-devel] [PATCH 00/19] Kemari for KVM v0.2.1
[PATCH 0/3] Provide unmapped page cache control (v2)
2010-12-24 0:52 UTC (5+ messages)
` [PATCH 3/3] Provide control over unmapped pages (v2)
Query on IOMMU
2010-12-23 20:54 UTC (10+ messages)
` [PATCH] pci-stub: ignore zero-length id parameters
[PATCH 0/3] Unmapped Page Control (v3)
2010-12-23 18:34 UTC (4+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v3)
` [PATCH 2/3] Refactor zone_reclaim code (v3)
` [PATCH 3/3] Provide control over unmapped pages (v3)
[PATCH 1/3] kvm, x86: introduce kvm_mce_in_progress
2010-12-23 17:31 UTC (2+ messages)
[PATCH 0/2] Optimize atomic efer loading
2010-12-23 13:33 UTC (2+ messages)
[PATCH] KVM: MMU: Initialize base_role for tdp mmus
2010-12-23 13:41 UTC (2+ messages)
[PATCH kvm-unit-tests] Honor cpuid.nx when enabling efer.nxe
2010-12-23 13:50 UTC (2+ messages)
[PATCH -v3 0/8] kvm/svm: implement new DecodeAssist features
2010-12-23 12:47 UTC (2+ messages)
[PATCH 1/2] KVM: test: add the test case to check PFEC on prefetch pte path
2010-12-23 8:11 UTC (2+ messages)
` [PATCH 2/2] KVM: test: dump page mapping if test fail
Debian + KVM on IBM eServer x345?
2010-12-23 7:37 UTC (2+ messages)
svm_decache_regs Problem?
2010-12-23 4:11 UTC
[RFC 0/3] KVM, HWPoison, unpoison address across rebooting
2010-12-23 0:54 UTC (5+ messages)
` [RFC 1/3] mm, Make __get_user_pages return -EHWPOISON for HWPOISON page optionally
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox