qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 08:22:42 to 2020-05-08 16:03:31 UTC [more...]

[PATCH 0/3] tcg/s390: Support host vector operations
 2020-05-08 15:59 UTC  (4+ messages)
` [PATCH 1/3] tcg/s390: Change FACILITY representation
` [PATCH 3/3] tcg/s390: Implement vector operations

[PATCH v5 00/19] target/arm: sve load/store improvements
 2020-05-08 15:43 UTC  (18+ 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 18/19] target/arm: Reuse sve_probe_page for gather loads

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

[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/19] tcg: Better handling of constants
 2020-05-08 15:17 UTC  (20+ 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 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  (6+ messages)

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

[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

[PATCH] cpus: Fix botched configure_icount() error API violation fix
 2020-05-08 13:45 UTC  (2+ messages)

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  (25+ messages)
` [PATCH V3 01/14] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
` [PATCH V3 02/14] KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
` [PATCH V3 03/14] KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16
` [PATCH V3 04/14] KVM: MIPS: Add EVENTFD support which is needed by VHOST
` [PATCH V3 05/14] KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd
` [PATCH V3 06/14] KVM: MIPS: Introduce and use cpu_guest_has_ldpte
` [PATCH V3 07/14] KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3
` [PATCH V3 08/14] KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3
` [PATCH V3 09/14] KVM: MIPS: Add more types of virtual interrupts
` [PATCH V3 10/14] KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support
` [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  (16+ messages)
` [PATCH v3 01/11] net: cadence_gem: Fix debug statements
` [PATCH v3 02/11] net: cadence_gem: Fix the queue address update during wrap around
` [PATCH v3 03/11] net: cadence_gem: Fix irq update w.r.t queue
` [PATCH v3 04/11] net: cadence_gem: Define access permission for interrupt registers
` [PATCH v3 05/11] net: cadence_gem: Set ISR according to queue in use
` [PATCH v3 06/11] net: cadence_gem: Move tx/rx packet buffert to CadenceGEMState
` [PATCH v3 07/11] net: cadence_gem: Add support for jumbo frames
` [PATCH v3 08/11] net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 reg
` [PATCH v3 09/11] net: cadence_gem: Update the reset value for interrupt mask register
` [PATCH v3 10/11] net: cadence_gem: TX_LAST bit should be set by guest
` [PATCH v3 11/11] net: cadence_gem: Fix RX address filtering

how to run qemu test
 2020-05-08 11:39 UTC 

[PATCH v3] accel: Move Xen accelerator code under accel/xen/
 2020-05-08 10:58 UTC  (2+ messages)

[PATCH v3 00/10] Rework iotests/check
 2020-05-08  9:42 UTC  (6+ messages)
` [PATCH v3 06/10] iotests: add testfinder.py

[PATCH 00/10] exec: Shear 'exec/ram_addr.h' and make NVMe device target-agnostic
 2020-05-08  9:32 UTC  (10+ messages)
` [PATCH 05/10] exec: Move qemu_minrampagesize/qemu_maxrampagesize to 'qemu-common.h'
` [PATCH 06/10] exec: Move ramblock_recv_bitmap_offset() to migration/ram.c
` [PATCH 07/10] exec: Move all RAMBlock functions to 'exec/ramblock.h'
` [PATCH 09/10] exec: Update coding style to make checkpatch.pl happy

[PATCH v2 0/2] accel: Move Xen accelerator code under accel/xen/
 2020-05-08  9:31 UTC  (4+ messages)
` [PATCH v2 1/2] exec: Check Xen is enabled before calling the Xen API


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