qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-11 13:44:01 to 2017-05-11 20:36:11 UTC [more...]

[Qemu-devel] [PATCH v2 00/16] block: Protect AIO context change with perm API
 2017-05-11 20:36 UTC  (33+ messages)
` [Qemu-devel] [PATCH v2 01/16] block: Define BLK_PERM_AIO_CONTEXT_CHANGE
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 02/16] block-backend: Add blk_request_perm
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 03/16] blockjob: Add BLK_PERM_AIO_CONTEXT_CHANGE shared perm on bs
` [Qemu-devel] [PATCH v2 04/16] blockjob: Allow aio context change on intermediate nodes
` [Qemu-devel] [PATCH v2 05/16] block: Propagate BLK_PERM_AIO_CONTEXT_CHANGE down the graph
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 06/16] backup: Request BLK_PERM_AIO_CONTEXT_CHANGE on target
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 07/16] backup: Do initial aio context move of target via BB interface
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 08/16] mirror: Request aio context change permission on target
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 09/16] commit: Allow aio context change on s->base
` [Qemu-devel] [PATCH v2 10/16] mirror: Do initial aio context move of target via BB interface
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 11/16] virtio-scsi: Request BLK_PERM_AIO_CONTEXT_CHANGE for dataplane
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 12/16] virtio-blk: "
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 13/16] blk: fix aio context loss on media change
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 14/16] nbd: Allow BLK_PERM_AIO_CONTEXT_CHANGE on BB
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 15/16] block: Add perm assertion on blk_set_aio_context
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 16/16] tests: Add test case for BLK_PERM_AIO_CONTEXT_CHANGE

[Qemu-devel] [PATCH v2 0/7] curl: locking cleanups/fixes, coroutine conversion, remove aio_poll
 2017-05-11 20:35 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/7] curl: strengthen assertion in curl_clean_state
` [Qemu-devel] [PATCH 4/7] curl: split curl_find_state/curl_init_state
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v9 0/6] migration/ppc: migrating DRC, ccs_list and pending_events
 2017-05-11 19:48 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v2 00/18] Block layer thread safety, part 1
 2017-05-11 19:24 UTC  (22+ messages)
` [Qemu-devel] [PATCH 01/18] block: access copy_on_read with atomic ops
` [Qemu-devel] [PATCH 02/18] block: access quiesce_counter "
` [Qemu-devel] [PATCH 03/18] block: access io_limits_disabled "
` [Qemu-devel] [PATCH 04/18] block: access serialising_in_flight "
` [Qemu-devel] [PATCH 05/18] block: access wakeup "
` [Qemu-devel] [PATCH 06/18] block: access io_plugged "
` [Qemu-devel] [PATCH 07/18] throttle-groups: only start one coroutine from drained_begin
` [Qemu-devel] [PATCH 08/18] throttle-groups: do not use qemu_co_enter_next
` [Qemu-devel] [PATCH 09/18] throttle-groups: protect throttled requests with a CoMutex
` [Qemu-devel] [PATCH 10/18] util: add stats64 module
` [Qemu-devel] [PATCH 11/18] block: use Stat64 for wr_highest_offset
` [Qemu-devel] [PATCH 12/18] block: access write_gen with atomics
` [Qemu-devel] [PATCH 13/18] block: protect tracked_requests and flush_queue with reqs_lock
` [Qemu-devel] [PATCH 14/18] block: introduce dirty_bitmap_mutex
` [Qemu-devel] [PATCH 15/18] migration/block: reset dirty bitmap before reading
` [Qemu-devel] [PATCH 16/18] block: protect modification of dirty bitmaps with a mutex
` [Qemu-devel] [PATCH 17/18] block: introduce block_account_one_io
` [Qemu-devel] [PATCH 18/18] block: make accounting thread-safe

[Qemu-devel] [PULL 00/29] x86 and machine queue, 2017-05-11
 2017-05-11 19:18 UTC  (30+ messages)
` [Qemu-devel] [PULL 01/29] i386: rewrite way CPUID index is validated
` [Qemu-devel] [PULL 02/29] numa: Allow setting NUMA distance for different NUMA nodes
` [Qemu-devel] [PULL 03/29] numa: equally distribute memory on nodes
` [Qemu-devel] [PULL 04/29] tests: acpi: extend cphp and memhp testcase with numa distance check
` [Qemu-devel] [PULL 05/29] tests: add CPUs to numa node mapping test
` [Qemu-devel] [PULL 06/29] hw/arm/virt: extract mp-affinity calculation in separate function
` [Qemu-devel] [PULL 07/29] hw/arm/virt: use machine->possible_cpus for storing possible topology info
` [Qemu-devel] [PULL 08/29] hw/arm/virt: explicitly allocate cpu_index for cpus
` [Qemu-devel] [PULL 09/29] numa: move source of default CPUs to NUMA node mapping into boards
` [Qemu-devel] [PULL 10/29] spapr: add node-id property to sPAPR core
` [Qemu-devel] [PULL 11/29] pc: add node-id property to CPU
` [Qemu-devel] [PULL 12/29] virt-arm: "
` [Qemu-devel] [PULL 13/29] numa: add check that board supports cpu_index to node mapping
` [Qemu-devel] [PULL 14/29] numa: mirror cpu to node mapping in MachineState::possible_cpus
` [Qemu-devel] [PULL 15/29] numa: do default mapping based on possible_cpus instead of node_cpu bitmaps
` [Qemu-devel] [PULL 16/29] pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()
` [Qemu-devel] [PULL 17/29] spapr: "
` [Qemu-devel] [PULL 18/29] virt-arm: "
` [Qemu-devel] [PULL 19/29] QMP: include CpuInstanceProperties into query_cpus output output
` [Qemu-devel] [PULL 20/29] tests: numa: add case for QMP command query-cpus
` [Qemu-devel] [PULL 21/29] numa: remove no longer need numa_post_machine_init()
` [Qemu-devel] [PULL 22/29] machine: call machine init from wrapper
` [Qemu-devel] [PULL 23/29] numa: use possible_cpus for not mapped CPUs check
` [Qemu-devel] [PULL 24/29] numa: remove node_cpu bitmaps as they are no longer used
` [Qemu-devel] [PULL 25/29] numa: add '-numa cpu, ...' option for property based node mapping
` [Qemu-devel] [PULL 26/29] tests: check -numa node, cpu=props_list usecase
` [Qemu-devel] [PULL 27/29] migration/i386: Remove old non-softfloat 64bit FP support
` [Qemu-devel] [PULL 28/29] vmstatification: i386 FPReg
` [Qemu-devel] [PULL 29/29] migration/i386: Remove support for pre-0.12 formats

[Qemu-devel] [PATCH v4 0/6] COLO block replication supports shared disk case
 2017-05-11 19:17 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 2/6] replication: add shared-disk and shared-disk-id options
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v4 5/6] replication: Implement block replication for shared disk case
` [Qemu-devel] [Qemu-block] [PATCH v4 0/6] COLO block replication supports "

[Qemu-devel] KVM "fake DAX" device flushing
 2017-05-11 19:15 UTC  (3+ messages)

[Qemu-devel] [PATCH] mirror: add sync mode incremental to drive-mirror and blockdev-mirror
 2017-05-11 18:46 UTC  (14+ messages)

[Qemu-devel] [PATCH v4] qemu-img: Check for backing image if specified during create
 2017-05-11 18:27 UTC 

[Qemu-devel] [PATCH v7 0/4] ramblock: add hmp command "info ramblock"
 2017-05-11 18:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 4/4] utils: remove assert in size_to_str()

[Qemu-devel] [PATCH 0/6] vhost-user: Specify and implement device IOTLB support
 2017-05-11 18:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/6] vhost: Update rings information for IOTLB earlier
` [Qemu-devel] [PATCH 6/6] spec/vhost-user spec: Add IOMMU support

[Qemu-devel] [PATCH v3] qemu-img: Check for backing image if specified during create
 2017-05-11 18:08 UTC  (3+ messages)

[Qemu-devel] [PATCH] maintainers: Add myself as linux-user reviewer
 2017-05-11 17:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] trace: add sanity check
 2017-05-11 17:30 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] qobject/qapi: add uint type
 2017-05-11 17:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH 04/17] qapi: merge QInt and QFloat in QNum
` [Qemu-devel] [PATCH 05/17] qapi: remove promote_int

[Qemu-devel] order of dirtying pages in vm live migration iterations
 2017-05-11 17:08 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3 for 2.10] migration/i386 cleanup
 2017-05-11 17:03 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] migration: Pass Error ** argument to {save, load}_vmstate
 2017-05-11 16:34 UTC  (2+ messages)

[Qemu-devel] [PATCH] target/i386: enable A20 automatically in system management mode
 2017-05-11 16:34 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] tests: Add [+-]feature and feature=on|off test cases
 2017-05-11 16:34 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] Remove old MigrationParams
 2017-05-11 16:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] migration: Remove use of "

[Qemu-devel] [PATCH v2 0/3] Remove old MigrationParams
 2017-05-11 16:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] migration: Create block capabilities for shared and enable
` [Qemu-devel] [PATCH 2/3] migration: Remove use of old MigrationParams
` [Qemu-devel] [PATCH 3/3] migration: Remove "

[Qemu-devel] [PATCH] qcow2: remove extra local_error variable
 2017-05-11 16:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] fsdev: qmp interface for io throttling
 2017-05-11 16:14 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/4] throttle: factor out duplicate code
` [Qemu-devel] [PATCH v4 3/4] qmp: refactor "

[Qemu-devel] [PATCH] ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO
 2017-05-11 15:50 UTC 

[Qemu-devel] [PATCH] migration: Move check_migratable() into qdev.c
 2017-05-11 15:37 UTC  (6+ messages)

[Qemu-devel] [PATCH for-2.10 v9 00/13] add blkdebug tests
 2017-05-11 15:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH v9 01/13] qcow2: Unallocate unmapped zero clusters if no backing file

[Qemu-devel] [PATCH] hw/i386: Deprecate the machines pc-0.10 to pc-0.15
 2017-05-11 15:10 UTC  (8+ messages)

[Qemu-devel] [RFC v1 0/9] virtio-crypto: add stateless mode support
 2017-05-11 15:05 UTC  (3+ messages)
` [Qemu-devel] [RFC v1 8/9] virtio-crypto: add host feature bits support

[Qemu-devel] [PATCH v2] qemu-img: Check for backing image if specified during create
 2017-05-11 14:51 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/18]Convert QCow[2] to QCryptoBlock & add LUKS support
 2017-05-11 14:49 UTC  (10+ messages)
` [Qemu-devel] [PATCH v6 09/18] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v6 11/18] qcow2: convert QCow2 "
` [Qemu-devel] [PATCH v6 13/18] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PATCH v6 17/18] block: remove all encryption handling APIs

[Qemu-devel] [PULL 0/4] make display updates thread safe, batch #2
 2017-05-11 14:43 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] cg3: make display updates thread safe
` [Qemu-devel] [PULL 2/4] tcx: "
` [Qemu-devel] [PULL 3/4] sm501: "
` [Qemu-devel] [PULL 4/4] vga: fix display update region calculation

[Qemu-devel] [PULL 00/58] Block layer patches
 2017-05-11 14:33 UTC  (59+ messages)
` [Qemu-devel] [PULL 01/58] block: Make bdrv_perm_names public
` [Qemu-devel] [PULL 02/58] block: Add, parse and store "force-share" option
` [Qemu-devel] [PULL 03/58] block: Respect "force-share" in perm propagating
` [Qemu-devel] [PULL 04/58] qemu-img: Add --force-share option to subcommands
` [Qemu-devel] [PULL 05/58] qemu-img: Update documentation for -U
` [Qemu-devel] [PULL 06/58] qemu-io: Add --force-share option
` [Qemu-devel] [PULL 07/58] iotests: 030: Prepare for image locking
` [Qemu-devel] [PULL 08/58] iotests: 046: "
` [Qemu-devel] [PULL 09/58] iotests: 055: Don't attach the target image already for drive-backup
` [Qemu-devel] [PULL 10/58] iotests: 085: Avoid image locking conflict
` [Qemu-devel] [PULL 11/58] iotests: 087: Don't attach test image twice
` [Qemu-devel] [PULL 12/58] iotests: 091: Quit QEMU before checking image
` [Qemu-devel] [PULL 13/58] iotests: 172: Use separate images for multiple devices
` [Qemu-devel] [PULL 14/58] tests: Use null-co:// instead of /dev/null as the dummy image
` [Qemu-devel] [PULL 15/58] file-posix: Add 'locking' option
` [Qemu-devel] [PULL 16/58] file-win32: Error out if locking=on
` [Qemu-devel] [PULL 17/58] tests: Disable image lock in test-replication
` [Qemu-devel] [PULL 18/58] block: Reuse bs as backing hd for drive-backup sync=none
` [Qemu-devel] [PULL 19/58] osdep: Add qemu_lock_fd and qemu_unlock_fd
` [Qemu-devel] [PULL 20/58] osdep: Fall back to posix lock when OFD lock is unavailable
` [Qemu-devel] [PULL 21/58] file-posix: Add image locking to perm operations
` [Qemu-devel] [PULL 22/58] qemu-iotests: Add test case 153 for image locking
` [Qemu-devel] [PULL 23/58] tests: Add POSIX image locking test case 182
` [Qemu-devel] [PULL 24/58] qcow2: Fix preallocation size formula
` [Qemu-devel] [PULL 25/58] qcow2: Reuse preallocated zero clusters
` [Qemu-devel] [PULL 26/58] qcow2: Discard "
` [Qemu-devel] [PULL 27/58] iotests: Extend test 066
` [Qemu-devel] [PULL 28/58] migration: Unify block node activation error handling
` [Qemu-devel] [PULL 29/58] block: New BdrvChildRole.activate() for blk_resume_after_migration()
` [Qemu-devel] [PULL 30/58] block: Drop permissions when migration completes
` [Qemu-devel] [PULL 31/58] block: Inactivate parents before children
` [Qemu-devel] [PULL 32/58] block: Fix write/resize permissions for inactive images
` [Qemu-devel] [PULL 33/58] file-posix: Remove .bdrv_inactivate/invalidate_cache
` [Qemu-devel] [PULL 34/58] qemu-img: wait for convert coroutines to complete
` [Qemu-devel] [PULL 35/58] nvme: Implement Write Zeroes
` [Qemu-devel] [PULL 36/58] blockdev: use drained_begin/end for qmp_block_resize
` [Qemu-devel] [PULL 37/58] qemu-io: Improve alignment checks
` [Qemu-devel] [PULL 38/58] qemu-io: Switch 'alloc' command to byte-based length
` [Qemu-devel] [PULL 39/58] qemu-io: Switch 'map' output to byte-based reporting
` [Qemu-devel] [PULL 40/58] blkdebug: Sanity check block layer guarantees
` [Qemu-devel] [PULL 41/58] blkdebug: Refactor error injection
` [Qemu-devel] [PULL 42/58] blkdebug: Add pass-through write_zero and discard support
` [Qemu-devel] [PULL 43/58] blkdebug: Simplify override logic
` [Qemu-devel] [PULL 44/58] blkdebug: Add ability to override unmap geometries
` [Qemu-devel] [PULL 45/58] tests: Add coverage for recent block geometry fixes
` [Qemu-devel] [PULL 46/58] qcow2: Nicer variable names in qcow2_update_snapshot_refcount()
` [Qemu-devel] [PULL 47/58] qcow2: Use consistent switch indentation
` [Qemu-devel] [PULL 48/58] block: Update comments on BDRV_BLOCK_* meanings
` [Qemu-devel] [PULL 49/58] qcow2: Correctly report status of preallocated zero clusters
` [Qemu-devel] [PULL 50/58] qcow2: Name typedef for cluster type
` [Qemu-devel] [PULL 51/58] qcow2: Make distinction between zero cluster types obvious
` [Qemu-devel] [PULL 52/58] qcow2: Optimize zero_single_l2() to minimize L2 churn
` [Qemu-devel] [PULL 53/58] iotests: Improve _filter_qemu_img_map
` [Qemu-devel] [PULL 54/58] iotests: Add test 179 to cover write zeroes with unmap
` [Qemu-devel] [PULL 55/58] qcow2: Optimize write zero of unaligned tail cluster
` [Qemu-devel] [PULL 56/58] qcow2: Assert that cluster operations are aligned
` [Qemu-devel] [PULL 57/58] qcow2: Discard/zero clusters by byte count
` [Qemu-devel] [PULL 58/58] MAINTAINERS: Add qemu-progress to the block layer

[Qemu-devel] About QEMU BQL and dirty log switch in Migration
 2017-05-11 14:18 UTC  (9+ messages)

[Qemu-devel] [RFC PATCH v2 0/8] s390x: Enable virtio-scsi boot from /dev/sgX
 2017-05-11 13:51 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;
as well as URLs for NNTP newsgroup(s).