qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 11:44:29 to 2020-05-08 18:21:39 UTC [more...]

[PATCH v3 00/17] 64bit block-layer
 2020-05-08 18:20 UTC  (3+ messages)
` [PATCH v3 05/17] block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()

[PATCH v23 QEMU 0/5] virtio-balloon: add support for page poison reporting and free page reporting
 2020-05-08 18:13 UTC  (3+ messages)

[PATCH v3 0/9] qemu-img: Add convert --bitmaps
 2020-05-08 18:03 UTC  (10+ messages)
` [PATCH v3 1/9] docs: Sort sections on qemu-img subcommand parameters
` [PATCH v3 2/9] qemu-img: Fix stale comments on doc location
` [PATCH v3 3/9] block: Make it easier to learn which BDS support bitmaps
` [PATCH v3 4/9] blockdev: Promote several bitmap functions to non-static
` [PATCH v3 5/9] blockdev: Split off basic bitmap operations for qemu-img
` [PATCH v3 6/9] qemu-img: Add bitmap sub-command
` [PATCH v3 7/9] qcow2: Expose bitmaps' size during measure
` [PATCH v3 8/9] qemu-img: Add convert --bitmaps option
` [PATCH v3 9/9] iotests: Add test 291 to for qemu-img bitmap coverage

[PATCH v2] e1000e: Added ICR clearing by corresponding IMS bit
 2020-05-08 18:13 UTC  (3+ messages)

[PATCH] cpus: Fix botched configure_icount() error API violation fix
 2020-05-08 17:43 UTC  (4+ messages)

[PATCH v2 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-05-08 17:30 UTC  (6+ messages)
` [PATCH v2 1/5] qdev: Introduce DEFINE_PROP_RESERVED_REGION
` [PATCH v2 2/5] virtio-iommu: Implement RESV_MEM probe request
` [PATCH v2 3/5] virtio-iommu: Handle reserved regions in the translation process
` [PATCH v2 4/5] virtio-iommu-pci: Add array of Interval properties
` [PATCH v2 5/5] hw/arm/virt: Let the virtio-iommu bypass MSIs

[PATCH v3 00/19] tcg: Better handling of constants
 2020-05-08 17:02 UTC  (22+ messages)
` [PATCH v3 01/19] tcg: Consolidate 3 bits into enum TCGTempKind
` [PATCH v3 02/19] tcg: Add temp_readonly
` [PATCH v3 03/19] tcg: Introduce TYPE_CONST temporaries
` [PATCH v3 04/19] tcg: Use tcg_constant_i32 with icount expander
` [PATCH v3 05/19] tcg: Use tcg_constant_{i32, i64} with tcg int expanders
` [PATCH v3 06/19] tcg: Use tcg_constant_{i32, vec} with tcg vec expanders
` [PATCH v3 07/19] tcg: Use tcg_constant_{i32, i64, vec} with tcg gvec expanders
` [PATCH v3 08/19] tcg: Use tcg_constant_{i32,i64} with tcg plugins
` [PATCH v3 09/19] tcg: Rename struct tcg_temp_info to TempOptInfo
` [PATCH v3 10/19] tcg/optimize: Improve find_better_copy
` [PATCH v3 11/19] tcg/optimize: Adjust TempOptInfo allocation
` [PATCH v3 12/19] tcg/optimize: Use tcg_constant_internal with constant folding
` [PATCH v3 13/19] tcg/tci: Add special tci_movi_{i32,i64} opcodes
` [PATCH v3 14/19] tcg: Remove movi and dupi opcodes
` [PATCH v3 15/19] tcg: Use tcg_out_dupi_vec from temp_load
` [PATCH v3 16/19] tcg: Increase tcg_out_dupi_vec immediate to int64_t
` [PATCH v3 17/19] tcg: Add tcg_reg_alloc_dup2
` [PATCH v3 18/19] tcg/i386: Use tcg_constant_vec with tcg vec expanders
` [PATCH v3 19/19] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec

[PATCH v5 00/19] target/arm: sve load/store improvements
 2020-05-08 16:57 UTC  (22+ messages)
` [PATCH v5 01/19] exec: Add block comments for watchpoint routines
` [PATCH v5 02/19] exec: Fix cpu_watchpoint_address_matches address length
` [PATCH v5 03/19] accel/tcg: Add block comment for probe_access
` [PATCH v5 04/19] accel/tcg: Adjust probe_access call to page_check_range
` [PATCH v5 05/19] accel/tcg: Add probe_access_flags
` [PATCH v5 06/19] accel/tcg: Add endian-specific cpu_{ld, st}* operations
` [PATCH v5 07/19] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PATCH v5 08/19] target/arm: Drop manual handling of set/clear_helper_retaddr
` [PATCH v5 09/19] target/arm: Add sve infrastructure for page lookup
` [PATCH v5 10/19] target/arm: Adjust interface of sve_ld1_host_fn
` [PATCH v5 11/19] target/arm: Use SVEContLdSt in sve_ld1_r
` [PATCH v5 12/19] target/arm: Handle watchpoints "
` [PATCH v5 13/19] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PATCH v5 14/19] target/arm: Update contiguous first-fault and no-fault loads
` [PATCH v5 15/19] target/arm: Use SVEContLdSt for contiguous stores
` [PATCH v5 16/19] target/arm: Reuse sve_probe_page for gather first-fault loads
` [PATCH v5 17/19] target/arm: Reuse sve_probe_page for scatter stores
` [PATCH v5 18/19] target/arm: Reuse sve_probe_page for gather loads
` [PATCH v5 19/19] target/arm: Remove sve_memopidx

[PATCH for-5.1 V3 0/7] mips: Add Loongson-3 machine support (with KVM)
 2020-05-08 16:55 UTC  (2+ messages)

[RFC v2 0/9] vDPA support in qemu
 2020-05-08 16:41 UTC  (11+ messages)
` [RFC v2 1/9] net: introduce qemu_get_peer
` [RFC v2 2/9] net: use the function qemu_get_peer
` [RFC v2 3/9] virtio_net: introduce vhost_set_state
` [RFC v2 4/9] vhost-vdpa: introduce vhost-vdpa net client
` [RFC v2 5/9] vhost-vdpa: implement vhost-vdpa backend
` [RFC v2 6/9] virtio-bus: introduce queue_enabled method
` [RFC v2 7/9] virito-pci: implement "
` [RFC v2 8/9] vhost_net: set vq ready during start if necessary
` [RFC v2 9/9] vhost: introduce vhost_set_vring_ready method

[PATCH v3 00/12] user-mode: Prune build dependencies (part 1)
 2020-05-08 16:24 UTC  (3+ messages)

[PATCH 0/4] memory: Add memory_region_msync() & make NVMe emulated device generic
 2020-05-08 15:58 UTC  (7+ messages)

[PATCH 0/3] tcg/s390: Support host vector operations
 2020-05-08 15:59 UTC  (5+ messages)
` [PATCH 1/3] tcg/s390: Change FACILITY representation
` [PATCH 2/3] tcg/s390: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
` [PATCH 3/3] tcg/s390: Implement vector operations

[PATCH] qom/object: Fix object_child_foreach_recursive() return value
 2020-05-08 15:31 UTC  (3+ messages)

[PATCH v3 00/16] target/arm: partial vector cleanup
 2020-05-08 15:22 UTC  (17+ messages)
` [PATCH v3 01/16] target/arm: Create gen_gvec_[us]sra
` [PATCH v3 02/16] target/arm: Create gen_gvec_{u,s}{rshr,rsra}
` [PATCH v3 03/16] target/arm: Create gen_gvec_{sri,sli}
` [PATCH v3 04/16] target/arm: Remove unnecessary range check for VSHL
` [PATCH v3 05/16] target/arm: Tidy handle_vec_simd_shri
` [PATCH v3 06/16] target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0
` [PATCH v3 07/16] target/arm: Create gen_gvec_{mla,mls}
` [PATCH v3 08/16] target/arm: Swap argument order for VSHL during decode
` [PATCH v3 09/16] target/arm: Create gen_gvec_{cmtst,ushl,sshl}
` [PATCH v3 10/16] target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}
` [PATCH v3 11/16] target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32
` [PATCH v3 12/16] target/arm: Create gen_gvec_{qrdmla,qrdmls}
` [PATCH v3 13/16] target/arm: Pass pointer to qc to qrdmla/qrdmls
` [PATCH v3 14/16] target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*
` [PATCH v3 15/16] target/arm: Vectorize SABD/UABD
` [PATCH v3 16/16] target/arm: Vectorize SABA/UABA

[PATCH v2 0/3] vTPM/aarch64 ACPI support
 2020-05-08 15:25 UTC  (4+ messages)
` [PATCH v2 3/3] arm/acpi: Add the TPM2.0 device under the DSDT

[PATCH v3 00/10] tcg vector rotate operations
 2020-05-08 15:10 UTC  (11+ messages)
` [PATCH v3 01/10] tcg: Implement gvec support for rotate by immediate
` [PATCH v3 02/10] tcg: Implement gvec support for rotate by vector
` [PATCH v3 03/10] tcg: Remove expansion to shift by vector from do_shifts
` [PATCH v3 04/10] tcg: Implement gvec support for rotate by scalar
` [PATCH v3 05/10] tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec
` [PATCH v3 06/10] tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec
` [PATCH v3 07/10] tcg/ppc: Implement INDEX_op_rot[lr]v_vec
` [PATCH v3 08/10] target/ppc: Use tcg_gen_gvec_rotlv
` [PATCH v3 09/10] target/s390x: Use tcg_gen_gvec_rotl{i,s,v}
` [PATCH v3 10/10] tcg: Improve move ops in liveness_pass_2

[PULL 00/30] Block layer patches
 2020-05-08 15:10 UTC  (32+ messages)
` [PULL 01/30] iotests: handle tmpfs
` [PULL 02/30] iotests/082: require bochs
` [PULL 03/30] iotests/148: use skip_if_unsupported
` [PULL 04/30] iotests/041: drop self.assert_no_active_block_jobs()
` [PULL 05/30] iotests/055: refactor compressed backup to vmdk
` [PULL 06/30] iotests/055: skip vmdk target tests if vmdk is not whitelisted
` [PULL 07/30] iotests/109: mark required formats as required to support whitelisting
` [PULL 08/30] iotests/113: mark bochs "
` [PULL 09/30] qcow2: Avoid integer wraparound in qcow2_co_truncate()
` [PULL 10/30] vmdk: Rename VmdkMetaData.valid to new_allocation
` [PULL 11/30] vmdk: Fix zero cluster allocation
` [PULL 12/30] vmdk: Fix partial overwrite of zero cluster
` [PULL 13/30] vmdk: Don't update L2 table for zero write on "
` [PULL 14/30] vmdk: Flush only once in vmdk_L2update()
` [PULL 15/30] iotests: vmdk: Enable zeroed_grained=on by default
` [PULL 16/30] iotests/283: Use consistent size for source and target
` [PULL 17/30] backup: Improve error for bdrv_getlength() failure
` [PULL 18/30] backup: Make sure that source and target size match
` [PULL 19/30] iotests: Backup with different source/target size
` [PULL 20/30] iotests/055: Use cache.no-flush for vmdk target
` [PULL 21/30] qcow2: Fix preallocation on block devices
` [PULL 22/30] gluster: Drop useless has_zero_init callback
` [PULL 23/30] file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
` [PULL 24/30] nfs: "
` [PULL 25/30] rbd: "
` [PULL 26/30] sheepdog: "
` [PULL 27/30] ssh: "
` [PULL 28/30] parallels: Rework truncation logic
` [PULL 29/30] vhdx: "
` [PULL 30/30] block: Drop unused .bdrv_has_zero_init_truncate

[Bug 1877526] [NEW] KVM internal crash
 2020-05-08 14:35 UTC  (2+ messages)
` [Bug 1877526] "

[PATCH v3] aspeed: Add boot stub for smp booting
 2020-05-08 14:27 UTC  (3+ messages)

[PATCH] ppc/pnv: Fix NMI system reset SRR1 value
 2020-05-08 14:05 UTC  (4+ messages)

[PATCH 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-05-08 14:02 UTC  (4+ messages)
` [PATCH 2/5] virtio-iommu: Implement RESV_MEM probe request

[PATCH v2 0/6] qemu-img: Add convert --bitmaps
 2020-05-08 13:48 UTC  (6+ messages)
` [PATCH v2 2/6] blockdev: Split off basic bitmap operations for qemu-img

Emulating Solaris 10 on SPARC64 sun4u
 2020-05-08 13:45 UTC  (7+ messages)

[PATCH v2] ui/sdl2: fix segment fault caused by null pointer dereference
 2020-05-08 13:44 UTC  (2+ messages)

[PATCH v6 0/8] pci_expander_brdige:acpi:Support pxb-pcie for ARM
 2020-05-08 13:17 UTC  (10+ messages)
` [PATCH v6 2/8] fw_cfg: Write the extra roots into the fw_cfg
` [PATCH v6 4/8] acpi: Refactor the source of host bridge and build tables for pxb
` [PATCH v6 5/8] acpi: Align the size to 128k

[PATCH] tests/acceptance/boot_linux: Skip slow Aarch64 'virt' machine TCG test
 2020-05-08 13:07 UTC  (5+ messages)

[PATCH v8 0/7] reference implementation of RSS and hash report
 2020-05-08 12:59 UTC  (8+ messages)
` [PATCH v8 1/7] virtio-net: implement RSS configuration command
` [PATCH v8 2/7] virtio-net: implement RX RSS processing
` [PATCH v8 3/7] tap: allow extended virtio header with hash info
` [PATCH v8 4/7] virtio-net: reference implementation of hash report
` [PATCH v8 5/7] vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
` [PATCH v8 6/7] virtio-net: add migration support for RSS and hash report
` [PATCH v8 7/7] virtio-net: align RSC fields with updated virtio-net header

[PATCH v2 0/3] various: Remove unnecessary casts
 2020-05-08 13:08 UTC  (8+ messages)
` [PATCH v2 1/3] target: Remove unnecessary CPU() cast
` [PATCH v2 2/3] various: Remove unnecessary OBJECT() cast
` [PATCH v2 3/3] hw: Remove unnecessary DEVICE() cast

[PATCH 0/7] reference implementation of RSS and hash report
 2020-05-08 12:56 UTC  (9+ messages)
` [PATCH 1/7] virtio-net: implement RSS configuration command
` [PATCH 2/7] virtio-net: implement RX RSS processing
` [PATCH 3/7] tap: allow extended virtio header with hash info
` [PATCH 4/7] virtio-net: reference implementation of hash report
` [PATCH 5/7] vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
` [PATCH 6/7] virtio-net: add migration support for RSS and hash report
` [PATCH 7/7] virtio-net: align RSC fields with updated virtio-net header

[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
 2020-05-08 13:01 UTC  (3+ messages)

[PATCH v2] char-socket: initialize reconnect timer only when the timer doesn't start
 2020-05-08 12:42 UTC  (9+ messages)
  ` [PATCH v3 1/2] io/channel: fix crash when qio_channel_readv_all return 0
  ` [PATCH v3 2/2] char-socket: initialize reconnect timer only when the timer doesn't start

[PATCH v2 00/18] qom: Spring cleaning
 2020-05-08 12:35 UTC  (7+ messages)
` [PATCH v2 09/18] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256
  ` [PATCH v2 09/18] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes,eaes}-256

[PATCH V3 00/14] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-08 11:47 UTC  (6+ messages)
` [PATCH V3 09/14] KVM: MIPS: Add more types of virtual interrupts
` [PATCH V3 13/14] KVM: MIPS: Add more MMIO load/store instructions emulation

[PATCH v5 00/31] Add subcluster allocation to qcow2
 2020-05-08 11:44 UTC  (4+ messages)
` [PATCH v5 20/31] qcow2: Add subcluster support to qcow2_get_host_offset()

[PATCH v3 00/11] Cadence GEM Fixes
 2020-05-08 11:43 UTC  (3+ messages)
` [PATCH v3 07/11] net: cadence_gem: Add support for jumbo frames


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).