messages from 2015-11-10 11:00:40 to 2015-11-10 14:26:51 UTC [more...]
[Qemu-devel] [PULL 00/57] Migration pull (take 2)
2015-11-10 14:25 UTC (36+ messages)
` [Qemu-devel] [PULL 01/57] Add postcopy documentation
` [Qemu-devel] [PULL 02/57] Provide runtime Target page information
` [Qemu-devel] [PULL 03/57] Move configuration section writing
` [Qemu-devel] [PULL 04/57] Move page_size_init earlier
` [Qemu-devel] [PULL 05/57] qemu_ram_block_from_host
` [Qemu-devel] [PULL 06/57] qemu_ram_block_by_name
` [Qemu-devel] [PULL 07/57] Rename mis->file to from_src_file
` [Qemu-devel] [PULL 08/57] Add qemu_get_buffer_in_place to avoid copies some of the time
` [Qemu-devel] [PULL 09/57] Add wrapper for setting blocking status on a QEMUFile
` [Qemu-devel] [PULL 10/57] Add QEMU_MADV_NOHUGEPAGE
` [Qemu-devel] [PULL 11/57] ram_debug_dump_bitmap: Dump a migration bitmap as text
` [Qemu-devel] [PULL 12/57] ram_load: Factor out host_from_stream_offset call and check
` [Qemu-devel] [PULL 13/57] migrate_init: Call from savevm
` [Qemu-devel] [PULL 14/57] Rename save_live_complete to save_live_complete_precopy
` [Qemu-devel] [PULL 15/57] Add Linux userfaultfd.h header
` [Qemu-devel] [PULL 16/57] Return path: Open a return path on QEMUFile for sockets
` [Qemu-devel] [PULL 17/57] Return path: socket_writev_buffer: Block even on non-blocking fd's
` [Qemu-devel] [PULL 18/57] Migration commands
` [Qemu-devel] [PULL 19/57] Return path: Control commands
` [Qemu-devel] [PULL 20/57] Return path: Send responses from destination to source
` [Qemu-devel] [PULL 21/57] migration_is_setup_or_active
` [Qemu-devel] [PULL 22/57] Return path: Source handling of return path
` [Qemu-devel] [PULL 23/57] Rework loadvm path for subloops
` [Qemu-devel] [PULL 24/57] Add migration-capability boolean for postcopy-ram
` [Qemu-devel] [PULL 25/57] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages
` [Qemu-devel] [PULL 26/57] MIG_CMD_PACKAGED: Send a packaged chunk of migration stream
` [Qemu-devel] [PULL 27/57] Modify save_live_pending for postcopy
` [Qemu-devel] [PULL 28/57] postcopy: OS support test
` [Qemu-devel] [PULL 29/57] migrate_start_postcopy: Command to trigger transition to postcopy
` [Qemu-devel] [PULL 30/57] migration_completion: Take current state
` [Qemu-devel] [PULL 31/57] MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state
` [Qemu-devel] [PULL 32/57] Avoid sending vmdescription during postcopy
` [Qemu-devel] [PULL 33/57] Add qemu_savevm_state_complete_postcopy
` [Qemu-devel] [PULL 34/57] Postcopy: Maintain unsentmap
` [Qemu-devel] [PULL 35/57] migration_completion: Take current state
[Qemu-devel] [PATCH for 2.5 v7 0/10] dataplane snapshot fixes
2015-11-10 14:25 UTC (11+ messages)
` [Qemu-devel] [PATCH 01/10] snapshot: create helper to test that block drivers supports snapshots
` [Qemu-devel] [PATCH 02/10] snapshot: return error code from bdrv_snapshot_delete_by_id_or_name
` [Qemu-devel] [PATCH 03/10] snapshot: create bdrv_all_delete_snapshot helper
` [Qemu-devel] [PATCH 04/10] snapshot: create bdrv_all_goto_snapshot helper
` [Qemu-devel] [PATCH 05/10] snapshot: create bdrv_all_find_snapshot helper
` [Qemu-devel] [PATCH 06/10] migration: drop find_vmstate_bs check in hmp_delvm
` [Qemu-devel] [PATCH 07/10] snapshot: create bdrv_all_create_snapshot helper
` [Qemu-devel] [PATCH 08/10] migration: reorder processing in hmp_savevm
` [Qemu-devel] [PATCH 09/10] migration: implement bdrv_all_find_vmstate_bs helper
` [Qemu-devel] [PATCH 10/10] migration: normalize locking in migration/savevm.c
[Qemu-devel] [PULL 00/44] Block patches
2015-11-10 14:14 UTC (45+ messages)
` [Qemu-devel] [PULL 01/44] block: Add more types for tracked request
` [Qemu-devel] [PULL 02/44] block: Track flush requests
` [Qemu-devel] [PULL 03/44] block: Track discard requests
` [Qemu-devel] [PULL 04/44] iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctl
` [Qemu-devel] [PULL 05/44] block: Add ioctl parameter fields to BlockRequest
` [Qemu-devel] [PULL 06/44] block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track both
` [Qemu-devel] [PULL 07/44] block: Drop BlockDriver.bdrv_ioctl
` [Qemu-devel] [PULL 08/44] block: Introduce BlockDriver.bdrv_drain callback
` [Qemu-devel] [PULL 09/44] qed: Implement .bdrv_drain
` [Qemu-devel] [PULL 10/44] qapi: Add transaction support to block-dirty-bitmap operations
` [Qemu-devel] [PULL 11/44] iotests: add transactional incremental backup test
` [Qemu-devel] [PULL 12/44] block: rename BlkTransactionState and BdrvActionOps
` [Qemu-devel] [PULL 13/44] backup: Extract dirty bitmap handling as a separate function
` [Qemu-devel] [PULL 14/44] blockjob: Introduce reference count and fix reference to job->bs
` [Qemu-devel] [PULL 15/44] blockjob: Add .commit and .abort block job actions
` [Qemu-devel] [PULL 16/44] blockjob: Add "completed" and "ret" in BlockJob
` [Qemu-devel] [PULL 17/44] blockjob: Simplify block_job_finish_sync
` [Qemu-devel] [PULL 18/44] block: Add block job transactions
` [Qemu-devel] [PULL 19/44] block/backup: Rely on commit/abort for cleanup
` [Qemu-devel] [PULL 20/44] block: Add BlockJobTxn support to backup_run
` [Qemu-devel] [PULL 21/44] block: add transactional properties
` [Qemu-devel] [PULL 22/44] iotests: 124 - transactional failure test
` [Qemu-devel] [PULL 23/44] tests: add BlockJobTxn unit test
` [Qemu-devel] [PULL 24/44] xen_disk: Account for flush operations
` [Qemu-devel] [PULL 25/44] ide: Account for write operations correctly
` [Qemu-devel] [PULL 26/44] block: define 'clock_type' for the accounting code
` [Qemu-devel] [PULL 27/44] util: Infrastructure for computing recent averages
` [Qemu-devel] [PULL 28/44] block: Add idle_time_ns to BlockDeviceStats
` [Qemu-devel] [PULL 29/44] block: Add statistics for failed and invalid I/O operations
` [Qemu-devel] [PULL 30/44] block: Allow configuring whether to account failed and invalid ops
` [Qemu-devel] [PULL 31/44] block: Compute minimum, maximum and average I/O latencies
` [Qemu-devel] [PULL 32/44] block: Add average I/O queue depth to BlockDeviceTimedStats
` [Qemu-devel] [PULL 33/44] block: New option to define the intervals for collecting I/O statistics
` [Qemu-devel] [PULL 34/44] qemu-io: Account for failed, invalid and flush operations
` [Qemu-devel] [PULL 35/44] block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest mode
` [Qemu-devel] [PULL 36/44] iotests: Add test for the block device statistics
` [Qemu-devel] [PULL 37/44] nvme: Account for failed and invalid operations
` [Qemu-devel] [PULL 38/44] virtio-blk: "
` [Qemu-devel] [PULL 39/44] xen_disk: "
` [Qemu-devel] [PULL 40/44] atapi: "
` [Qemu-devel] [PULL 41/44] ide: "
` [Qemu-devel] [PULL 42/44] macio: Account for failed operations
` [Qemu-devel] [PULL 43/44] scsi-disk: "
` [Qemu-devel] [PULL 44/44] block: Update copyright of the accounting code
[Qemu-devel] [PULL v2 00/40] Block layer patches
2015-11-10 14:09 UTC (41+ messages)
` [Qemu-devel] [PULL v2 01/40] block: Don't call blk_bs() twice in bdrv_lookup_bs()
` [Qemu-devel] [PULL v2 02/40] block: Add blk_remove_bs()
` [Qemu-devel] [PULL v2 03/40] block: Make bdrv_states public
` [Qemu-devel] [PULL v2 04/40] block: Add functions for inheriting a BBRS
` [Qemu-devel] [PULL v2 05/40] blockdev: Add blockdev-open-tray
` [Qemu-devel] [PULL v2 06/40] blockdev: Add blockdev-close-tray
` [Qemu-devel] [PULL v2 07/40] blockdev: Add blockdev-remove-medium
` [Qemu-devel] [PULL v2 08/40] blockdev: Add blockdev-insert-medium
` [Qemu-devel] [PULL v2 09/40] blockdev: Implement eject with basic operations
` [Qemu-devel] [PULL v2 10/40] blockdev: Implement change "
` [Qemu-devel] [PULL v2 11/40] block: Inquire tray state before tray-moved events
` [Qemu-devel] [PULL v2 12/40] qmp: Introduce blockdev-change-medium
` [Qemu-devel] [PULL v2 13/40] hmp: Use blockdev-change-medium for change command
` [Qemu-devel] [PULL v2 14/40] blockdev: read-only-mode for blockdev-change-medium
` [Qemu-devel] [PULL v2 15/40] hmp: Add read-only-mode option to change command
` [Qemu-devel] [PULL v2 16/40] iotests: Add test for change-related QMP commands
` [Qemu-devel] [PULL v2 17/40] block: check for existing device IDs in external_snapshot_prepare()
` [Qemu-devel] [PULL v2 18/40] block: rename BlockdevSnapshot to BlockdevSnapshotSync
` [Qemu-devel] [PULL v2 19/40] block: support passing 'backing': '' to 'blockdev-add'
` [Qemu-devel] [PULL v2 20/40] block: add a 'blockdev-snapshot' QMP command
` [Qemu-devel] [PULL v2 21/40] block: add tests for the 'blockdev-snapshot' command
` [Qemu-devel] [PULL v2 22/40] commit: reopen overlay_bs before base
` [Qemu-devel] [PULL v2 23/40] qemu-iotests: Test the reopening of overlay_bs in 'block-commit'
` [Qemu-devel] [PULL v2 24/40] qcow2: avoid misaligned 64bit bswap
` [Qemu-devel] [PULL v2 25/40] qemu-img: add check for zero-length job len
` [Qemu-devel] [PULL v2 26/40] throttle: Check for pending requests in throttle_group_unregister_bs()
` [Qemu-devel] [PULL v2 27/40] throttle: Use bs->throttle_state instead of bs->io_limits_enabled
` [Qemu-devel] [PULL v2 28/40] block: Disallow snapshots if the overlay doesn't support backing files
` [Qemu-devel] [PULL v2 29/40] block: Remove inner quotation marks in iotest 085
` [Qemu-devel] [PULL v2 30/40] block: test 'blockdev-snapshot' using a file BDS as the overlay
` [Qemu-devel] [PULL v2 31/40] qemu-io: fix cvtnum lval types
` [Qemu-devel] [PULL v2 32/40] qemu-io: Check for trailing chars
` [Qemu-devel] [PULL v2 33/40] qemu-io: Correct error messages
` [Qemu-devel] [PULL v2 34/40] qemu-iotests: fix cleanup of background processes
` [Qemu-devel] [PULL v2 35/40] qemu-iotests: fix -valgrind option for check
` [Qemu-devel] [PULL v2 36/40] mirror: block all operations on the target image during the job
` [Qemu-devel] [PULL v2 37/40] block: Add blk_get_refcnt()
` [Qemu-devel] [PULL v2 38/40] block: Add 'x-blockdev-del' QMP command
` [Qemu-devel] [PULL v2 39/40] iotests: Add tests for the x-blockdev-del command
` [Qemu-devel] [PULL v2 40/40] qcow2: Fix qcow2_get_cluster_offset() for zero clusters
[Qemu-devel] Contribute to abstracting device address allocation
2015-11-10 14:10 UTC
[Qemu-devel] [Minios-devel] [PATCH v4 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
2015-11-10 14:02 UTC (8+ messages)
` [Qemu-devel] [PATCH QEMU-XEN v5 0/9] "
` [Qemu-devel] [PATCH QEMU-XEN v5 3/9] xen: Switch to libxengnttab interface for compat shims
` [Qemu-devel] [PATCH QEMU-XEN v5 7/9] xen: Use stable library interfaces when they are available
` [Qemu-devel] [PATCH QEMU-XEN v5 9/9] xen: make it possible to build without the Xen PV domain builder
[Qemu-devel] [PULL 0/7] target-arm queue
2015-11-10 13:51 UTC (8+ messages)
` [Qemu-devel] [PULL 1/7] target-arm: Fix gdb singlestep handling in arm_debug_excp_handler()
` [Qemu-devel] [PULL 2/7] hw/intc/arm_gic: Remove the definition of NUM_CPU
` [Qemu-devel] [PULL 3/7] arm: boot: Add secure_board_setup flag
` [Qemu-devel] [PULL 4/7] arm: highbank: Defeature CPU override
` [Qemu-devel] [PULL 5/7] arm: highbank: Implement PSCI and dummy monitor
` [Qemu-devel] [PULL 6/7] hw/arm/virt: error_report cleanups
` [Qemu-devel] [PULL 7/7] target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code
[Qemu-devel] [PATCH v2] target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code
2015-11-10 13:47 UTC (3+ messages)
[Qemu-devel] [PULL 00/15] Tracing patches
2015-11-10 13:36 UTC (17+ messages)
` [Qemu-devel] [PULL 01/15] trace: fix make foo-timestamp rules
` [Qemu-devel] [PULL 02/15] trace: add make dependencies on tracetool source
` [Qemu-devel] [PULL 03/15] trace: count number of enabled events
` [Qemu-devel] [PULL 04/15] trace: track enabled events in a separate array
` [Qemu-devel] [PULL 05/15] trace: fix documentation
` [Qemu-devel] [PULL 06/15] trace: split trace_init_events out of trace_init_backends
` [Qemu-devel] [PULL 07/15] trace: split trace_init_file "
` [Qemu-devel] [PULL 08/15] trace: no need to call trace_backend_init in different branches now
` [Qemu-devel] [PULL 09/15] trace: add "-trace enable=..."
` [Qemu-devel] [PULL 10/15] trace: add "-trace help"
` [Qemu-devel] [PULL 11/15] log: do not unnecessarily include qom/cpu.h
` [Qemu-devel] [PULL 12/15] log: move qemu-log.c into util/ directory
` [Qemu-devel] [PULL 13/15] trace: convert stderr backend to log
` [Qemu-devel] [PULL 14/15] trace: switch default backend to "log"
` [Qemu-devel] [PULL 15/15] log: add "-d trace:PATTERN"
[Qemu-devel] [PATCH v11 00/14] block: incremental backup transactions using BlockJobTxn
2015-11-10 13:34 UTC (2+ messages)
[Qemu-devel] [PATCH] nand: fix address overflow
2015-11-10 13:25 UTC
[Qemu-devel] [PATCH v10 00/30] qapi member collision (post-introspection cleanups, subset C')
2015-11-10 13:24 UTC (17+ messages)
` [Qemu-devel] [PATCH v10 23/30] qapi: Check for qapi collisions of flat union branches
` [Qemu-devel] [PATCH v10 24/30] qapi: Factor out QAPISchemaObjectType.check_clash()
[Qemu-devel] [PATCH v4 0/5] KVM: Hyper-V synthetic interrupt controller
2015-11-10 12:36 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 1/5] kvm/irqchip: kvm_arch_irq_routing_update renaming split
` [Qemu-devel] [PATCH v4 2/5] kvm/x86: split ioapic-handled and EOI exit bitmaps
` [Qemu-devel] [PATCH v4 3/5] kvm/x86: per-vcpu apicv deactivation support
` [Qemu-devel] [PATCH v4 4/5] kvm/x86: Hyper-V synthetic interrupt controller
` [Qemu-devel] [PATCH v4 5/5] kvm/x86: Hyper-V kvm exit
[Qemu-devel] [PATCH v2 0/5] QEMU: Hyper-V SynIC support
2015-11-10 13:14 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/5] headers: Linux kernel Hyper-V SynIC defines
` [Qemu-devel] [PATCH v2 2/5] target-i386/kvm: Hyper-V SynIC MSR's support
` [Qemu-devel] [PATCH v2 3/5] kvm: Hyper-V SynIC irq routing support
` [Qemu-devel] [PATCH v2 4/5] target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
` [Qemu-devel] [PATCH v2 5/5] hw/misc: Hyper-V test device 'hyperv-testdev'
[Qemu-devel] [PATCH v5 0/8] e1000: Various fixes and registers' implementation
2015-11-10 13:19 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 3/8] e1000: Introduced an array to control the access to the MAC registers
[Qemu-devel] [PATCH] hw/arm/virt: error_report cleanups
2015-11-10 13:02 UTC (11+ messages)
[Qemu-devel] [PATCH v2] hw/misc: Add support for ADC controller in Xilinx Zynq 7000
2015-11-10 12:55 UTC (4+ messages)
[Qemu-devel] [PATCH 2.5 v5 0/11] dataplane snapshot fixes
2015-11-10 12:55 UTC (6+ messages)
[Qemu-devel] [PATCH v9 00/15] blockdev: BlockBackend and media
2015-11-10 12:48 UTC (3+ messages)
` [Qemu-devel] [PATCH v9 11/15] qmp: Introduce blockdev-change-medium
[Qemu-devel] [PULL 00/57] Migration pull
2015-11-10 12:43 UTC (8+ messages)
[Qemu-devel] [PATCH 0/4] s390: Allow hotplug of s390 CPUs
2015-11-10 12:39 UTC (7+ messages)
[Qemu-devel] [PATCH 0/7] int128: reparing broken 128 bit memory calculations
2015-11-10 12:12 UTC (7+ messages)
[Qemu-devel] [PATCH for-2.5] hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSX
2015-11-10 11:57 UTC (4+ messages)
[Qemu-devel] assert during internal snapshot
2015-11-10 11:44 UTC (4+ messages)
[Qemu-devel] [PATCH V5] hw/virtio: Add PCIe capability to virtio devices
2015-11-10 11:41 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).