messages from 2017-05-11 14:34:20 to 2017-05-12 02:01:20 UTC [more...]
[Qemu-devel] [PATCH 1/8] coccinelle: add a script to optimize tcg op using tcg_gen_extract()
2017-05-12 2:01 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH v2] "
[Qemu-devel] [PATCH v3 00/12] VT-d: PT (passthrough) mode support and misc fixes
2017-05-12 1:54 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 12/12] vhost: iommu: cache static mapping if there is
[Qemu-devel] [PATCH 0/8] optimize various tcg_gen() functions using extract op
2017-05-12 1:54 UTC (17+ messages)
` [Qemu-devel] [PATCH 2/8] target/arm: optimize smul_dual() and neon_trn_u8() "
` [Qemu-devel] [PATCH 3/8] target/arm: optimize rev16() "
` [Qemu-devel] [PATCH 4/8] target/cris: optimize gen_swapb() "
` [Qemu-devel] [PATCH 5/8] target/m68k: optimize bcd_flags() "
` [Qemu-devel] [PATCH 7/8] target/ppc: optimize various functions "
` [Qemu-devel] [PATCH 8/8] target/sparc: "
[Qemu-devel] [PATCH V4 00/12] Add COLO-proxy virtio-net support
2017-05-12 1:41 UTC (13+ messages)
` [Qemu-devel] [PATCH V4 01/12] net: Add vnet_hdr_len related arguments in NetClientState
` [Qemu-devel] [PATCH V4 02/12] net/filter-mirror.c: Add new option to enable vnet support for filter-mirror
` [Qemu-devel] [PATCH V4 03/12] net/filter-mirror.c: Make filter_mirror_send support vnet support
` [Qemu-devel] [PATCH V4 04/12] net/filter-mirror.c: Add new option to enable vnet support for filter-redirector
` [Qemu-devel] [PATCH V4 05/12] net/net.c: Add vnet_hdr support in SocketReadState
` [Qemu-devel] [PATCH V4 06/12] net/colo-compare.c: Add new option to enable vnet support for colo-compare
` [Qemu-devel] [PATCH V4 07/12] net/colo.c: Make vnet_hdr_len as packet property
` [Qemu-devel] [PATCH V4 08/12] net/colo-compare.c: Make colo-compare support vnet_hdr_len
` [Qemu-devel] [PATCH V4 09/12] net/colo.c: Add vnet packet parse feature in colo-proxy
` [Qemu-devel] [PATCH V4 10/12] net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare
` [Qemu-devel] [PATCH V4 11/12] net/filter-rewriter.c: Add new option to enable vnet support for filter-rewriter
` [Qemu-devel] [PATCH V4 12/12] net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_len
[Qemu-devel] [PATCH 0/3] Optimize filter-mirror and filter-rewriter
2017-05-12 1:35 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] net/filter-mirror.c: Remove duplicate check code
` [Qemu-devel] [PATCH 2/3] net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle
` [Qemu-devel] [PATCH 3/3] net/filter-rewriter: Remove unused option in filter-rewirter
[Qemu-devel] [RFC v1 0/9] virtio-crypto: add stateless mode support
2017-05-12 0:55 UTC (4+ messages)
` [Qemu-devel] [RFC v1 8/9] virtio-crypto: add host feature bits support
[Qemu-devel] [PATCH] target/i386: enable A20 automatically in system management mode
2017-05-11 23:55 UTC (5+ messages)
[Qemu-devel] KVM "fake DAX" device flushing
2017-05-11 22:06 UTC (6+ messages)
[Qemu-devel] [PATCH] alpha-user: wire epoll_create, epoll_ctl, epoll_wait
2017-05-11 21:56 UTC (2+ messages)
[Qemu-devel] [PATCH v7 00/13] basic channel IO passthrough infrastructure based on vfio
2017-05-11 21:49 UTC (15+ messages)
` [Qemu-devel] [PATCH v7 06/13] s390x/css: device support for s390-ccw passthrough
` [Qemu-devel] [PATCH v7 07/13] vfio/ccw: vfio based subchannel passthrough driver
` [Qemu-devel] [PATCH v7 08/13] vfio/ccw: get io region info
` [Qemu-devel] [PATCH v7 09/13] vfio/ccw: get irqs info and set the eventfd fd
` [Qemu-devel] [PATCH v7 10/13] s390x/css: introduce and realize ccw-request callback
` [Qemu-devel] [PATCH v7 12/13] vfio/ccw: update sense data if a unit check is pending
` [Qemu-devel] [PATCH v7 13/13] MAINTAINERS: Add vfio-ccw maintainer
[Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp
2017-05-11 21:37 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/7] curl: locking cleanups/fixes, coroutine conversion, remove aio_poll
2017-05-11 20:56 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/7] curl: strengthen assertion in curl_clean_state
` [Qemu-devel] [PATCH 2/7] curl: never invoke callbacks with s->mutex held
` [Qemu-devel] [PATCH 3/7] curl: avoid recursive locking of BDRVCURLState mutex
[Qemu-devel] [PATCH v2 00/16] block: Protect AIO context change with perm API
2017-05-11 20:43 UTC (34+ 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] [Qemu-block] [PATCH v2 00/16] block: Protect AIO context change with perm API
[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] [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 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] [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 (5+ messages)
` [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 (30+ messages)
` [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
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).