qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-02 11:53:40 to 2020-07-02 16:35:22 UTC [more...]

[PULL v2 00/64] riscv-to-apply queue
 2020-07-02 16:23 UTC  (4+ 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 22/64] target/riscv: vector integer divide instructions

[PULL v2 00/12] Linux user for 5.1 patches
 2020-07-02 16:32 UTC  (16+ 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

[PATCH v2 00/44] Less clumsy error checking
 2020-07-02 16:26 UTC  (49+ 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 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] linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
 2020-07-02 16:09 UTC 

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

[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  (11+ messages)
` [PATCH 2/2] configure: add "

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

[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  (5+ messages)
` [PATCH v2 1/3] util: validate whether O_DIRECT is supported after failure
` [PATCH v2 2/3] util: support detailed error reporting for qemu_open
` [PATCH v2 3/3] block: switch to use qemu_open_err for improved errors

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-07-02 15:13 UTC  (19+ messages)
` [PATCH v9 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v9 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v9 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v9 24/34] qcow2: Add subcluster support to check_refcounts_l2()
` [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  (3+ messages)

[PATCH 00/46] Less clumsy error checking
 2020-07-02 14:56 UTC  (13+ messages)
` [PATCH 03/46] qdev: Smooth error checking of qdev_realize() & friends
` [PATCH 07/46] error: Avoid more error_propagate() when error is not used here
` [PATCH 33/46] qom: Crash more nicely on object_property_get_link() failure

[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  (8+ messages)
` [PATCH 1/5] Revert "hw/intc: Add Loongson LIOINTC support"
` [PATCH 2/5] target/mips: Remove identical if/else branches
  ` [Bug 1885718] "
` [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

[PATCH v5 00/20] audio: deprecate -soundhw
 2020-07-02 13:44 UTC  (22+ messages)
` [PATCH v5 01/20] stubs: add isa_create_simple
` [PATCH v5 02/20] stubs: add pci_create_simple
` [PATCH v5 03/20] audio: add deprecated_register_soundhw
` [PATCH v5 04/20] audio: deprecate -soundhw ac97
` [PATCH v5 05/20] audio: deprecate -soundhw es1370
` [PATCH v5 06/20] audio: deprecate -soundhw adlib
` [PATCH v5 07/20] audio: deprecate -soundhw cs4231a
` [PATCH v5 08/20] audio: deprecate -soundhw gus
` [PATCH v5 09/20] audio: deprecate -soundhw sb16
` [PATCH v5 10/20] audio: deprecate -soundhw hda
` [PATCH v5 11/20] pc_basic_device_init: pass PCMachineState
` [PATCH v5 12/20] pc_basic_device_init: drop has_pit arg
` [PATCH v5 13/20] pc_basic_device_init: drop no_vmport arg
` [PATCH v5 14/20] softmmu: initialize spice and audio earlier
` [PATCH v5 15/20] audio: rework pcspk_init()
` [PATCH v5 16/20] audio: create pcspk device early
` [PATCH v5 17/20] audio: deprecate -soundhw pcspk
` [PATCH v5 18/20] audio: add soundhw deprecation notice
` [PATCH v5 19/20] pcspk: update docs/system/target-i386-desc.rst.inc
` [PATCH v5 20/20] audio: set default value for pcspk.iobase property

[PATCH v7 00/21] Initial support for multi-process qemu
 2020-07-02 13:40 UTC  (14+ messages)
` [PATCH v7 16/21] multi-process: create IOHUB object to handle irq
` [PATCH v7 17/21] multi-process: Retrieve PCI info from remote process
` [PATCH v7 18/21] multi-process: heartbeat messages to remote
` [PATCH v7 19/21] multi-process: perform device reset in the remote process
` [PATCH v7 20/21] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v7 21/21] multi-process: add configure and usage information

Questions regarding the usage of the QIO API
 2020-07-02  9:58 UTC 

[PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation
 2020-07-02 13:24 UTC  (4+ messages)

[PATCH RFC] virtio-fs: force virtio 1.x usage
 2020-07-02 13:22 UTC  (10+ messages)

[PATCH v7 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-07-02 13:12 UTC  (4+ messages)

[PATCH] Makefile: Compute libraries for libqemuutil.a and libvhost-user.a
 2020-07-02 13:06 UTC  (4+ messages)

[PATCH 0/4] migration: Add block-bitmap-mapping parameter
 2020-07-02 13:04 UTC  (7+ messages)
` [PATCH 2/4] "

Properly quitting qemu immediately after failing migration
 2020-07-02 12:57 UTC  (7+ messages)

[PATCH v3] i386: hvf: Implement CPU kick
 2020-07-02 12:42 UTC  (2+ messages)

[PATCH v3 0/2] target mips: Misc fixes and improvements
 2020-07-02 12:39 UTC  (2+ messages)

[PULL SUBSYSTEM s390x 00/11] s390-ccw bios update
 2020-07-02 12:32 UTC  (10+ messages)
` [PULL SUBSYSTEM s390x 04/11] pc-bios: s390x: Get rid of magic offsets into the lowcore
` [PULL SUBSYSTEM s390x 05/11] pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64
` [PULL SUBSYSTEM s390x 06/11] pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR
` [PULL SUBSYSTEM s390x 09/11] pc-bios: s390x: Make u32 ptr check explicit
` [PULL SUBSYSTEM s390x 10/11] pc-bios/s390-ccw: Generate and include dependency files in the Makefile
` [PULL SUBSYSTEM s390x 11/11] pc-bios/s390: Update s390-ccw bios binaries with the latest changes

[PULL 00/10] Modules 20200702 patches
 2020-07-02 12:20 UTC  (11+ messages)
` [PULL 01/10] module: qom module support
` [PULL 02/10] object: "
` [PULL 03/10] qdev: device "
` [PULL 04/10] build: fix device module builds
` [PULL 05/10] ccid: build smartcard as module
` [PULL 06/10] usb: build usb-redir "
` [PULL 07/10] vga: build qxl "
` [PULL 08/10] vga: build virtio-gpu only once
` [PULL 09/10] vga: build virtio-gpu as module
` [PULL 10/10] chardev: enable modules, use for braille

Seeing a problem in multi cpu runs where memory mapped pcie device register reads are returning incorrect values
 2020-07-02 11:59 UTC  (2+ messages)

[Bug 1885718] [NEW] qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else'
 2020-06-30 12:35 UTC 


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