qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-02 13:44:30 to 2020-07-02 17:30:03 UTC [more...]

[PATCH v2 00/44] Less clumsy error checking
 2020-07-02 17:28 UTC  (53+ messages)
` [PATCH v2 01/44] error: Improve examples in error.h's big comment
` [PATCH v2 02/44] error: Document Error API usage rules
` [PATCH v2 03/44] qdev: Use returned bool to check for qdev_realize() etc. failure
` [PATCH v2 04/44] macio: Tidy up error handling in macio_newworld_realize()
` [PATCH v2 05/44] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
` [PATCH v2 06/44] qemu-option: Check return value instead of @err where convenient
` [PATCH v2 07/44] qemu-option: Make uses of find_desc_by_name() more similar
` [PATCH v2 08/44] qemu-option: Factor out helper find_default_by_name()
` [PATCH v2 09/44] qemu-option: Simplify around find_default_by_name()
` [PATCH v2 10/44] qemu-option: Factor out helper opt_create()
` [PATCH v2 11/44] qemu-option: Replace opt_set() by cleaner opt_validate()
` [PATCH v2 12/44] qemu-option: Make functions taking Error ** return bool, not void
` [PATCH v2 13/44] qemu-option: Use returned bool to check for failure
` [PATCH v2 14/44] block: Avoid error accumulation in bdrv_img_create()
` [PATCH v2 15/44] hmp: Eliminate a variable in hmp_migrate_set_parameter()
` [PATCH v2 16/44] qapi: Make visitor functions taking Error ** return bool, not void
` [PATCH v2 17/44] qapi: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 18/44] qapi: Use returned bool to check for failure, manual part
` [PATCH v2 19/44] block/parallels: Simplify parallels_open() after previous commit
` [PATCH v2 20/44] s390x/pci: Fix harmless mistake in zpci's property fid's setter
` [PATCH v2 21/44] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PATCH v2 22/44] qom: Rename qdev_get_type() to object_get_type()
` [PATCH v2 23/44] qom: Crash more nicely on object_property_get_link() failure
` [PATCH v2 24/44] qom: Don't handle impossible "
` [PATCH v2 25/44] qom: Use return values to check for error where that's simpler
` [PATCH v2 26/44] qom: Put name parameter before value / visitor parameter
` [PATCH v2 27/44] qom: Make functions taking Error ** return bool, not void
` [PATCH v2 28/44] qom: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 29/44] qom: Use returned bool to check for failure, manual part
` [PATCH v2 30/44] qom: Make functions taking Error ** return bool, not 0/-1
` [PATCH v2 31/44] qdev: Make functions taking Error ** return bool, not void
` [PATCH v2 32/44] qdev: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 33/44] error: Avoid unnecessary error_propagate() after error_setg()
` [PATCH v2 34/44] error: Eliminate error_propagate() with Coccinelle, part 1
` [PATCH v2 35/44] error: Eliminate error_propagate() with Coccinelle, part 2
` [PATCH v2 36/44] error: Eliminate error_propagate() manually
` [PATCH v2 37/44] error: Reduce unnecessary error propagation
` [PATCH v2 38/44] qapi: Smooth another visitor error checking pattern
` [PATCH v2 39/44] qapi: Smooth visitor error checking in generated code
` [PATCH v2 40/44] qapi: Purge error_propagate() from QAPI core
` [PATCH v2 41/44] error: Avoid error_propagate() after migrate_add_blocker()
` [PATCH v2 42/44] qemu-img: Ignore Error objects where the return value suffices
` [PATCH v2 43/44] qdev: "
` [PATCH v2 44/44] hmp: "

[PULL v2 00/64] riscv-to-apply queue
 2020-07-02 17:27 UTC  (66+ messages)
` [PULL v2 01/64] riscv: plic: Honour source priorities
` [PULL v2 02/64] riscv: plic: Add a couple of mising sifive_plic_update calls
` [PULL v2 03/64] hw/riscv: Allow 64 bit access to SiFive CLINT
` [PULL v2 04/64] target/riscv: add vector extension field in CPURISCVState
` [PULL v2 05/64] target/riscv: implementation-defined constant parameters
` [PULL v2 06/64] target/riscv: support vector extension csr
` [PULL v2 07/64] target/riscv: add vector configure instruction
` [PULL v2 08/64] target/riscv: add an internals.h header
` [PULL v2 09/64] target/riscv: add vector stride load and store instructions
` [PULL v2 10/64] target/riscv: add vector index "
` [PULL v2 11/64] target/riscv: add fault-only-first unit stride load
` [PULL v2 12/64] target/riscv: add vector amo operations
` [PULL v2 13/64] target/riscv: vector single-width integer add and subtract
` [PULL v2 14/64] target/riscv: vector widening "
` [PULL v2 15/64] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PULL v2 16/64] target/riscv: vector bitwise logical instructions
` [PULL v2 17/64] target/riscv: vector single-width bit shift instructions
` [PULL v2 18/64] target/riscv: vector narrowing integer right "
` [PULL v2 19/64] target/riscv: vector integer comparison instructions
` [PULL v2 20/64] target/riscv: vector integer min/max instructions
` [PULL v2 21/64] target/riscv: vector single-width integer multiply instructions
` [PULL v2 22/64] target/riscv: vector integer divide instructions
` [PULL v2 23/64] target/riscv: vector widening integer multiply instructions
` [PULL v2 24/64] target/riscv: vector single-width integer multiply-add instructions
` [PULL v2 25/64] target/riscv: vector widening "
` [PULL v2 26/64] target/riscv: vector integer merge and move instructions
` [PULL v2 27/64] target/riscv: vector single-width saturating add and subtract
` [PULL v2 28/64] target/riscv: vector single-width averaging "
` [PULL v2 29/64] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PULL v2 30/64] target/riscv: vector widening saturating scaled multiply-add
` [PULL v2 31/64] target/riscv: vector single-width scaling shift instructions
` [PULL v2 32/64] target/riscv: vector narrowing fixed-point clip instructions
` [PULL v2 33/64] target/riscv: vector single-width floating-point add/subtract instructions
` [PULL v2 34/64] target/riscv: vector widening "
` [PULL v2 35/64] target/riscv: vector single-width floating-point multiply/divide instructions
` [PULL v2 36/64] target/riscv: vector widening floating-point multiply
` [PULL v2 37/64] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PULL v2 38/64] target/riscv: vector widening "
` [PULL v2 39/64] target/riscv: vector floating-point square-root instruction
` [PULL v2 40/64] target/riscv: vector floating-point min/max instructions
` [PULL v2 41/64] target/riscv: vector floating-point sign-injection instructions
` [PULL v2 42/64] target/riscv: vector floating-point compare instructions
` [PULL v2 43/64] target/riscv: vector floating-point classify instructions
` [PULL v2 44/64] target/riscv: vector floating-point merge instructions
` [PULL v2 45/64] target/riscv: vector floating-point/integer type-convert instructions
` [PULL v2 46/64] target/riscv: widening "
` [PULL v2 47/64] target/riscv: narrowing "
` [PULL v2 48/64] target/riscv: vector single-width integer reduction instructions
` [PULL v2 49/64] target/riscv: vector wideing "
` [PULL v2 50/64] target/riscv: vector single-width floating-point "
` [PULL v2 51/64] target/riscv: vector widening "
` [PULL v2 52/64] target/riscv: vector mask-register logical instructions
` [PULL v2 53/64] target/riscv: vector mask population count vmpopc
` [PULL v2 54/64] target/riscv: vmfirst find-first-set mask bit
` [PULL v2 55/64] target/riscv: set-X-first "
` [PULL v2 56/64] target/riscv: vector iota instruction
` [PULL v2 57/64] target/riscv: vector element index instruction
` [PULL v2 58/64] target/riscv: integer extract instruction
` [PULL v2 59/64] target/riscv: integer scalar move instruction
` [PULL v2 60/64] target/riscv: floating-point scalar move instructions
` [PULL v2 61/64] target/riscv: vector slide instructions
` [PULL v2 62/64] target/riscv: vector register gather instruction
` [PULL v2 63/64] target/riscv: vector compress instruction
` [PULL v2 64/64] target/riscv: configure and turn on vector extension from command line

[PATCH 0/6] target/riscv: NaN-boxing for multiple precison
 2020-07-02 17:15 UTC  (7+ messages)
` [PATCH 1/6] target/riscv: move gen_nanbox_fpr to translate.c
` [PATCH 2/6] target/riscv: NaN-boxing compute, sign-injection and convert instructions
` [PATCH 4/6] target/riscv: check before allocating TCG temps

Question about virtio-net: implement RX RSS processing
 2020-07-02 17:07 UTC 

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-07-02 17:23 UTC  (6+ messages)
` [PATCH v6 4/5] 9pfs: T_readdir latency optimization

SEV: QMP support for Inject-Launch-Secret
 2020-07-02 16:56 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
 2020-07-02 17:11 UTC  (2+ messages)

[Bug 1886076] [NEW] risc-v pmp implementation error
 2020-07-02 17:14 UTC 

[PATCH 0/3] Add strace support for printing arguments for a group of selected syscalls
 2020-07-02 17:16 UTC  (5+ messages)
` [PATCH 1/3] linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
` [PATCH 2/3] linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory

QEMU | Pipeline #162555453 has failed for master | 64f0ad8a
 2020-07-02 17:13 UTC 

[PATCH v2] linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
 2020-07-02 16:49 UTC  (2+ messages)

[PULL v2 00/12] Linux user for 5.1 patches
 2020-07-02 16:33 UTC  (17+ messages)
` [PULL v2 01/12] target/sparc: Translate flushw opcode
` [PULL v2 02/12] linux-user/sparc64: Fix the handling of window spill trap
` [PULL v2 03/12] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
` [PULL v2 04/12] linux-user: Extend strace support to enable argument printing after syscall execution
` [PULL v2 05/12] linux-user: Add strace support for a group of syscalls
` [PULL v2 06/12] linux-user: Add strace support for printing argument of syscalls used for extended attributes
` [PULL v2 07/12] linux-user: Add strace support for printing arguments of lseek()
` [PULL v2 08/12] linux-user: Add strace support for printing arguments of chown()/lchown()
` [PULL v2 09/12] linux-user: Add strace support for printing arguments of fallocate()
` [PULL v2 10/12] linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS
` [PULL v2 11/12] linux-user: Add strace support for printing arguments of ioctl()
` [PULL v2 12/12] MAINTAINERS: update linux-user maintainer

[PULL 00/28] Error reporting patches patches for 2020-07-02
 2020-07-02 16:00 UTC  (2+ messages)

QEMU | Pipeline #162529360 has failed for master | d0c8b957
 2020-07-02 16:13 UTC 

[PATCH] configure / util: Auto-detect the availability of openpty()
 2020-07-02 16:13 UTC  (4+ messages)

[PATCH v2 0/1] Add Script for Dissecting QEMU Execution
 2020-07-02 15:45 UTC  (4+ messages)
` [PATCH v2 1/1] scripts/performance: Add dissect.py script

[RFC v2 1/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-07-02 15:45 UTC  (11+ messages)

[PATCH 0/2] Add support for Control-Flow Integrity
 2020-07-02 15:43 UTC  (9+ messages)
` [PATCH 2/2] configure: add "

[PATCH v2 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-07-02 15:26 UTC  (10+ messages)
` [PATCH v2 1/9] hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
` [PATCH v2 2/9] hw/arm/smmu-common: Add IOTLB helpers
` [PATCH v2 3/9] hw/arm/smmu: Introduce smmu_get_iotlb_key()
` [PATCH v2 4/9] hw/arm/smmu: Simplify the IOTLB key format
` [PATCH v2 5/9] hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value
` [PATCH v2 6/9] hw/arm/smmu-common: Manage IOTLB block entries
` [PATCH v2 7/9] hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper
` [PATCH v2 8/9] hw/arm/smmuv3: Get prepared for range invalidation
` [PATCH v2 9/9] hw/arm/smmuv3: Advertise SMMUv3.2 "

[PATCH v2 0/3] block: improve error reporting for unsupported O_DIRECT
 2020-07-02 15:29 UTC  (3+ messages)
` [PATCH v2 1/3] util: validate whether O_DIRECT is supported after failure

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-07-02 15:13 UTC  (11+ messages)
` [PATCH v9 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v9 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v9 30/34] qcow2: Add prealloc field to QCowL2Meta
` [PATCH v9 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit

[PATCH] linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
 2020-07-02 15:10 UTC  (2+ messages)
` [PATCH] linux-user: Fix "print_fdset()" in "strace.c" to not print "," "

[PATCH v4] nvme: allow cmb and pmr emulation on same device
 2020-07-02 15:07 UTC  (5+ messages)
` [PATCH v4 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH] MAINTAINERS: update linux-user maintainer
 2020-07-02 14:57 UTC  (2+ messages)

[PATCH 00/46] Less clumsy error checking
 2020-07-02 14:56 UTC  (5+ messages)
` [PATCH 03/46] qdev: Smooth error checking of qdev_realize() & friends

[PULL 00/13] Vga 20200701 patches
 2020-07-02 14:53 UTC  (2+ messages)

[PATCH RESEND 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-07-02 14:39 UTC  (7+ messages)
` [PATCH RESEND 6/9] hw/arm/smmu-common: Manage IOTLB block entries

[PULL 0/3] Seabios 20200702 patches
 2020-07-02 14:22 UTC  (4+ messages)
` [PULL 1/3] seabios: update submodule to pre-1.14 master snapshot
` [PULL 2/3] seabios: update 128k config
` [PULL 3/3] seabios: update binaries

[PATCH 0/5] MIPS patches queue for 5.1 soft freeze
 2020-07-02 14:20 UTC  (5+ messages)
` [PATCH 3/5] MAINTAINERS: Adjust MIPS maintainership (remove Aurelien Jarno)
` [PATCH 4/5] MAINTAINERS: Adjust MIPS maintainership (remove Paul Burton)
` [PATCH 5/5] MAINTAINERS: Adjust MIPS maintainership (Add Huacai Chen & Jiaxun Yang)

[PATCH] tests/acceptance: Add a test for the sun4u sparc64 machine
 2020-07-02 14:10 UTC 

[PATCH v2 0/3] trace: Add a trace backend for the recorder library
 2020-07-02 13:47 UTC  (6+ messages)
` [PATCH v2 3/3] trace: Example of "centralized" recorder tracing

[Bug 1885718] [NEW] qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else'
 2020-07-02 13:36 UTC  (3+ messages)
` [PATCH 2/5] target/mips: Remove identical if/else branches
  ` [Bug 1885718] "

[PATCH v5 00/20] audio: deprecate -soundhw
 2020-07-02 13:44 UTC  (3+ messages)
` [PATCH v5 11/20] pc_basic_device_init: pass PCMachineState

[PATCH v7 00/21] Initial support for multi-process qemu
 2020-07-02 13:40 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).