messages from 2011-02-22 14:00:38 to 2011-02-23 16:17:36 UTC [more...]
[Qemu-devel] [patch 0/3] live block copy (v2)
2011-02-23 16:17 UTC (18+ messages)
` [Qemu-devel] [patch 1/3] add migration_active function
` [Qemu-devel] [patch 2/3] Add support for live block copy
` [Qemu-devel] "
` [Qemu-devel] [patch 3/3] do not allow migration if block copy in progress
[Qemu-devel] Re: Comparing New Image Formats: FVD vs. QED
2011-02-23 16:15 UTC (38+ messages)
` Strategic decision: COW format (was: [Qemu-devel] Re: Comparing New Image Formats: FVD vs. QED)
` [Qemu-devel] Re: Strategic decision: COW format
[Qemu-devel] checkpatch.pl false positive: wants braces on #if
2011-02-23 16:07 UTC
[Qemu-devel] [PATCH 0/3] tcg: Support debugging leakage of temporaries
2011-02-23 15:19 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] tcg: Add support for "
` [Qemu-devel] [PATCH 2/3] target-arm: Remove ad-hoc leak checking code
` [Qemu-devel] [PATCH 3/3] target-arm: Use TCG temporary leak debugging facilities
[Qemu-devel] [PATCH 0/7] usb-ccid (v19)
2011-02-23 15:10 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/7] usb-ccid: add CCID bus
[Qemu-devel] Network bridging without adding bridge with brctl, possible?
2011-02-23 14:47 UTC (7+ messages)
` [Qemu-devel] "
[Qemu-devel] virtio-serial semantics for binary data and guest agents
2011-02-23 14:36 UTC (5+ messages)
` [Qemu-devel] "
[Qemu-devel] [RFC PATCH] block: Fix eject -f for locked devices
2011-02-23 14:11 UTC (3+ messages)
[Qemu-devel] [PATCH] docs: Update stderr and simple backend, add systemtap backend
2011-02-23 14:00 UTC
[Qemu-devel] [PATCH 00/18] Kemari for KVM v0.2.11
2011-02-23 13:48 UTC (19+ messages)
` [Qemu-devel] [PATCH 01/18] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [Qemu-devel] [PATCH 02/18] Introduce read() to FdMigrationState
` [Qemu-devel] [PATCH 03/18] Introduce skip_header parameter to qemu_loadvm_state()
` [Qemu-devel] [PATCH 04/18] qemu-char: export socket_set_nodelay()
` [Qemu-devel] [PATCH 05/18] vl.c: add deleted flag for deleting the handler
` [Qemu-devel] [PATCH 06/18] virtio: decrement last_avail_idx with inuse before saving
` [Qemu-devel] [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [Qemu-devel] [PATCH 08/18] savevm: introduce util functions to control ft_trans_file from savevm layer
` [Qemu-devel] [PATCH 09/18] Introduce event-tap
` [Qemu-devel] [PATCH 10/18] Call init handler of event-tap at main() in vl.c
` [Qemu-devel] [PATCH 11/18] ioport: insert event_tap_ioport() to ioport_write()
` [Qemu-devel] [PATCH 12/18] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [Qemu-devel] [PATCH 13/18] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [Qemu-devel] [PATCH 14/18] block: insert event-tap to bdrv_aio_writev(), bdrv_aio_flush() and bdrv_flush()
` [Qemu-devel] [PATCH 15/18] savevm: introduce qemu_savevm_trans_{begin, commit}
` [Qemu-devel] [PATCH 16/18] migration: introduce migrate_ft_trans_{put, get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [Qemu-devel] [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
` [Qemu-devel] [PATCH 18/18] Introduce "kemari:" to enable FT migration mode (Kemari)
[Qemu-devel] [PATCH] target-arm: Implement a minimal set of cp14 debug registers
2011-02-23 13:38 UTC (2+ messages)
[Qemu-devel] [PATCH] tools: Use real async.c instead of stubs
2011-02-23 12:47 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH 0/4] Improve -icount, fix it with iothread
2011-02-23 12:45 UTC (8+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH 0/7] New iohandler API
2011-02-23 12:40 UTC (15+ messages)
` [Qemu-devel] [PATCH 1/7] iohandlers: Mark current implementation as 'old'
` [Qemu-devel] [PATCH 2/7] iohandlers: Introduce a new API
` [Qemu-devel] "
[Qemu-devel] [PATCH v20 0/7] usb-ccid
2011-02-23 11:20 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/7] usb-ccid: add CCID bus
` [Qemu-devel] [PATCH 2/7] introduce libcacard/vscard_common.h
` [Qemu-devel] [PATCH 3/7] ccid: add passthru card device
` [Qemu-devel] [PATCH 4/7] libcacard: initial commit
` [Qemu-devel] [PATCH 5/7] ccid: add ccid-card-emulated device
` [Qemu-devel] [PATCH 6/7] ccid: add docs
` [Qemu-devel] [PATCH 7/7] ccid: configure: improve --enable-smartcard flags
[Qemu-devel] [PATCH 00/22] Refactor and cleaup migration code
2011-02-23 11:36 UTC (45+ messages)
` [Qemu-devel] [PATCH 01/22] migration: Make *start_outgoing_migration return FdMigrationState
` [Qemu-devel] [PATCH 02/22] migration: Use FdMigrationState instead of MigrationState when possible
` [Qemu-devel] [PATCH 03/22] migration: Fold MigrationState into FdMigrationState
` [Qemu-devel] "
` [Qemu-devel] [PATCH 04/22] migration: Rename FdMigrationState MigrationState
` [Qemu-devel] [PATCH 05/22] migration: Refactor MigrationState creation
` [Qemu-devel] [PATCH 06/22] migration: Make all posible migration functions static
` [Qemu-devel] [PATCH 07/22] migration: move migrate_create_state to do_migrate
` [Qemu-devel] [PATCH 08/22] migration: Check that migration is active before cancel it
` [Qemu-devel] "
` [Qemu-devel] [PATCH 09/22] migration: Introduce MIG_STATE_NONE
` [Qemu-devel] [PATCH 10/22] migration: Refactor and simplify error checking in migrate_fd_put_ready
` [Qemu-devel] "
` [Qemu-devel] [PATCH 11/22] migration: Introduce migrate_fd_completed() for consistenncy
` [Qemu-devel] [PATCH 12/22] migration: Use migrate_fd_error() in last place that set status to ERROR
` [Qemu-devel] [PATCH 13/22] migration: Our release callback was just free
` [Qemu-devel] [PATCH 14/22] migration: Remove get_status() accessor
` [Qemu-devel] "
` [Qemu-devel] [PATCH 15/22] migration: Remove migration cancel() callback
` [Qemu-devel] [PATCH 16/22] migration: Move exported functions to the end of the file
` [Qemu-devel] [PATCH 17/22] migration: use global variable directly
` [Qemu-devel] [PATCH 18/22] migration: another case of global variable assigned to local one
` [Qemu-devel] [PATCH 19/22] migration: convert current_migration from pointer to struct
` [Qemu-devel] [PATCH 20/22] migration: Use bandwidth_limit directly
` [Qemu-devel] [PATCH 21/22] migration: Export a function that tells if the migration has finished correctly
` [Qemu-devel] [PATCH 22/22] migration: Make state definitions local
` [Qemu-devel] "
` [Qemu-devel] Re: [PATCH 00/22] Refactor and cleaup migration code
[Qemu-devel] General IO ports in pc386
2011-02-23 10:06 UTC (4+ messages)
[Qemu-devel] [PATCH 0/2] Fix error handling in migration when the peer is killed
2011-02-23 9:51 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] savevm: avoid qemu_savevm_state_iteate() to return 1 when qemu file has error
` [Qemu-devel] [PATCH 2/2] migration: add error handling to migrate_fd_put_notify()
` [Qemu-devel] Re: [PATCH 0/2] Fix error handling in migration when the peer is killed
[Qemu-devel] Building QEMU on PS3
2011-02-23 9:50 UTC (4+ messages)
[Qemu-devel] QEMU regression problems
2011-02-23 9:45 UTC (5+ messages)
` [Qemu-devel] Re: QEMU regression problems - Update FPU
[Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts
2011-02-23 9:42 UTC (4+ messages)
[Qemu-devel] [PATCH] `qdev_free` when unplug a pci device
2011-02-23 9:32 UTC (4+ messages)
[Qemu-devel] [PATCH 2/2 V1] Fixed EPROM for AMD driver compatibility under DOS with Netware driver
2011-02-23 8:43 UTC (3+ messages)
[Qemu-devel] [PATCH] reset nic when we init it
2011-02-23 8:40 UTC
[Qemu-devel] how to judge machine's state in user-level/kernel-level
2011-02-23 7:42 UTC (2+ messages)
[Qemu-devel] [Bug 723460] [NEW] qemu on linux doesn't boot for winxp install via usb
2011-02-23 7:35 UTC (2+ messages)
[Qemu-devel] [PATCH uq/master 00/21] Win32 iothread support
2011-02-23 7:29 UTC (3+ messages)
[Qemu-devel] [PATCH 00/18] Kemari for KVM v0.2.10
2011-02-23 5:05 UTC (6+ messages)
` [Qemu-devel] [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [Qemu-devel] "
[Qemu-devel] Fwd: [PATCH v2] Guest OS hangs on usb_add
2011-02-23 1:20 UTC (5+ messages)
[Qemu-devel] [Bug 722425] [NEW] guest hangs when starting guest from qcow-images and physical-images
2011-02-23 0:50 UTC (2+ messages)
` [Qemu-devel] [Bug 722425] "
[Qemu-devel] Re: [PATCH 2/3] NBD library: add aio-compatible read/write function
2011-02-22 20:14 UTC (8+ messages)
` [Qemu-devel] Re: [PATCH 3/3] block/nbd: Make the NBD block device use the AIO interface
[Qemu-devel] [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)
2011-02-22 18:28 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] KVM call minutes for Feb 22
2011-02-22 18:14 UTC (3+ messages)
[Qemu-devel] [PATCH] For AIO return -ENOSPC on short write
2011-02-22 16:59 UTC (6+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH 0/5] TPM device emulation
2011-02-22 16:47 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/5] Add TPM 1.2 device interface
[Qemu-devel] KVM call minutes for Feb 22
2011-02-22 16:42 UTC
[Qemu-devel] [PATCH] simpletrace: Make simpletrace.py a Python module
2011-02-22 13:59 UTC
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;
as well as URLs for NNTP newsgroup(s).