qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-06 11:03:53 to 2021-10-06 19:21:46 UTC [more...]

[PATCH 00/16] Acceptance Tests: use Avocado 91.0 features and other improvements
 2021-10-06 19:19 UTC  (16+ messages)
` [PATCH 01/16] Acceptance Tests: bump Avocado requirement to 91.0
` [PATCH 03/16] Acceptance Tests: add mechanism for listing tests
` [PATCH 09/16] tests/acceptance/boot_xen.py: merge base classes
` [PATCH 10/16] tests/acceptance/boot_xen.py: unify tags
` [PATCH 11/16] tests/acceptance/boot_xen.py: fetch kernel during test setUp()
` [PATCH 13/16] tests/acceptance/boot_xen.py: use class attribute
` [PATCH 16/16] tests/acceptance/ppc_prep_40p.py: unify tags

[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-06 18:55 UTC  (4+ messages)
` [PATCH v3 13/22] target/i386/sev: Remove stubs by using code elision

[PULL 00/28] tcg patch queue
 2021-10-06 18:46 UTC  (30+ messages)
` [PULL 01/28] tests/docker: Remove fedora-i386-cross from DOCKER_PARTIAL_IMAGES
` [PULL 02/28] tests/docker: Fix fedora-i386-cross cross-compilation
` [PULL 03/28] tcg: add dup_const_tl wrapper
` [PULL 04/28] accel/tcg: Drop signness in tracing in cputlb.c
` [PULL 05/28] tcg: Expand MO_SIZE to 3 bits
` [PULL 06/28] tcg: Rename TCGMemOpIdx to MemOpIdx
` [PULL 07/28] tcg: Split out MemOpIdx to exec/memopidx.h
` [PULL 08/28] trace/mem: Pass MemOpIdx to trace_mem_get_info
` [PULL 09/28] accel/tcg: Pass MemOpIdx to atomic_trace_*_post
` [PULL 10/28] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
` [PULL 11/28] trace: Split guest_mem_before
` [PULL 12/28] hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
` [PULL 13/28] tcg: Expand usadd/ussub with umin/umax
` [PULL 14/28] tcg/s390x: Rename from tcg/s390
` [PULL 15/28] tcg/s390x: Change FACILITY representation
` [PULL 16/28] tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
` [PULL 17/28] tcg/s390x: Add host vector framework
` [PULL 18/28] tcg/s390x: Implement tcg_out_ld/st for vector types
` [PULL 19/28] tcg/s390x: Implement tcg_out_mov "
` [PULL 20/28] tcg/s390x: Implement tcg_out_dup*_vec
` [PULL 21/28] tcg/s390x: Implement minimal vector operations
` [PULL 22/28] tcg/s390x: Implement andc, orc, abs, neg, not "
` [PULL 23/28] tcg/s390x: Implement TCG_TARGET_HAS_mul_vec
` [PULL 24/28] tcg/s390x: Implement vector shift operations
` [PULL 25/28] tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec
` [PULL 26/28] tcg/s390x: Implement TCG_TARGET_HAS_sat_vec
` [PULL 27/28] tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec
` [PULL 28/28] tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec

[PATCH 00/13] virtiofsd: Support notification queue and
 2021-10-06 18:17 UTC  (10+ messages)
` [PATCH 06/13] vhost-user-fs: Use helpers to create/cleanup virtqueue
  ` [Virtio-fs] "
` [PATCH 11/13] virtiofsd: Shutdown notification queue in the end
  ` [Virtio-fs] "
` [PATCH 12/13] virtiofsd: Implement blocking posix locks
  ` [Virtio-fs] "

[PATCH] target/sh4: Split user/system helpers
 2021-10-06 18:12 UTC 

[PATCH v4 00/41] linux-user: Streamline handling of SIGSEGV
 2021-10-06 17:23 UTC  (42+ messages)
` [PATCH v4 01/41] accel/tcg: Split out adjust_signal_pc
` [PATCH v4 02/41] accel/tcg: Move clear_helper_retaddr to cpu loop
` [PATCH v4 03/41] accel/tcg: Split out handle_sigsegv_accerr_write
` [PATCH v4 04/41] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [PATCH v4 05/41] configure: Merge riscv32 and riscv64 host architectures
` [PATCH v4 06/41] linux-user: Reorg handling for SIGSEGV
` [PATCH v4 07/41] linux-user/host/x86: Populate host_signal.h
` [PATCH v4 08/41] linux-user/host/ppc: "
` [PATCH v4 09/41] linux-user/host/alpha: "
` [PATCH v4 10/41] linux-user/host/sparc: "
` [PATCH v4 11/41] linux-user/host/arm: "
` [PATCH v4 12/41] linux-user/host/aarch64: "
` [PATCH v4 13/41] linux-user/host/s390: "
` [PATCH v4 14/41] linux-user/host/mips: "
` [PATCH v4 15/41] linux-user/host/riscv: "
` [PATCH v4 16/41] target/arm: Fixup comment re handle_cpu_signal
` [PATCH v4 17/41] linux-user/host/riscv: Improve host_signal_write
` [PATCH v4 18/41] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PATCH v4 19/41] hw/core: Add TCGCPUOps.record_sigsegv
` [PATCH v4 20/41] linux-user: Add cpu_loop_exit_sigsegv
` [PATCH v4 21/41] target/alpha: Implement alpha_cpu_record_sigsegv
` [PATCH v4 22/41] target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
` [PATCH v4 23/41] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v4 24/41] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PATCH v4 25/41] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v4 26/41] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v4 27/41] target/i386: Implement x86_cpu_record_sigsegv
` [PATCH v4 28/41] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v4 29/41] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v4 30/41] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v4 31/41] target/nios2: Implement nios2_cpu_record_sigsegv
` [PATCH v4 32/41] linux-user/openrisc: Adjust signal for EXCP_RANGE, EXCP_FPE
` [PATCH v4 33/41] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v4 34/41] target/ppc: Implement ppc_cpu_record_sigsegv
` [PATCH v4 35/41] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v4 36/41] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v4 37/41] target/s390x: Implement s390_cpu_record_sigsegv
` [PATCH v4 38/41] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v4 39/41] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v4 40/41] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PATCH v4 41/41] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu

[PULL 00/12] Misc changes for 2021-10-05
 2021-10-06 17:56 UTC  (7+ messages)
` [PULL 12/12] meson: show library versions in the summary

[PATCH] s390x/ipl: check kernel command line size
 2021-10-06 17:34 UTC  (2+ messages)

[PATCH] hw/ppc/spapr_softmmu: Reduce include list
 2021-10-06 17:08 UTC 

[PATCH 0/5] block/nvme: Fix a memory leak in nvme_free_queue_pair()
 2021-10-06 16:58 UTC  (7+ messages)
` [PATCH 1/5] block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREE
` [PATCH 2/5] block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()
` [PATCH 3/5] block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()
` [PATCH 4/5] block/nvme: Pass BDRVNVMeState* handle to nvme_free_queue_pair()
` [PATCH 5/5] block/nvme: Fix memory leak from nvme_init_queue()

[RFC PATCH 0/4] aio: AIO_CONTEXT_ACQUIRE_GUARD() macro experiment
 2021-10-06 16:51 UTC  (3+ messages)
` [RFC PATCH 2/4] hw/scsi/scsi-disk: Use automatic AIO context lock

[PATCH 0/2] pylint: fix new errors and warnings
 2021-10-06 16:51 UTC  (5+ messages)
` [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297
` [PATCH 2/2] qemu-iotests: fix image-fleecing pylint errors

[PATCH 00/12] block: 64bit blk io
 2021-10-06 16:29 UTC  (21+ messages)
` [PATCH 01/12] block-backend: blk_check_byte_request(): int64_t bytes
` [PATCH 02/12] block-backend: make blk_co_preadv() 64bit
` [PATCH 03/12] block-backend: convert blk_co_pwritev_part to int64_t bytes
` [PATCH 04/12] block-backend: convert blk_co_pdiscard "
` [PATCH 05/12] block-backend: rename _do_ helper functions to _co_do_
` [PATCH 06/12] block-coroutine-wrapper.py: support BlockBackend first argument
` [PATCH 07/12] block-backend: drop blk_prw, use block-coroutine-wrapper
` [PATCH 08/12] block-backend: convert blk_foo wrappers to use int64_t bytes parameter
` [PATCH 09/12] block-backend: convert blk_co_copy_range to int64_t bytes
` [PATCH 10/12] block-backend: convert blk_aio_ functions to int64_t bytes paramter
` [PATCH 11/12] block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
` [PATCH 12/12] block-backend: drop INT_MAX restriction from blk_check_byte_request()

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-06 16:36 UTC  (13+ messages)

[PULL 0/3] Hexagon (target/hexagon) update
 2021-10-06 15:47 UTC  (4+ messages)
` [PULL 1/3] Hexagon (target/hexagon) probe the stores in a packet at start of commit
` [PULL 2/3] target/hexagon: Remove unused TCG temporary from predicated loads
` [PULL 3/3] target/hexagon: Use tcg_constant_*

[PATCH] generic-loader: remove the ram_size limit when a loading binary file
 2021-10-06 15:40 UTC  (4+ messages)

[PATCH v2 00/12] macfb: fixes for booting MacOS
 2021-10-06 16:09 UTC  (10+ messages)
` [PATCH v2 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM

[PATCH v5 00/13] mirror: Handle errors after READY cancel
 2021-10-06 15:28 UTC  (15+ messages)
` [PATCH v5 01/13] job: Context changes in job_completed_txn_abort()
` [PATCH v5 02/13] mirror: Keep s->synced on error
` [PATCH v5 03/13] mirror: Drop s->synced
` [PATCH v5 04/13] job: Force-cancel jobs in a failed transaction
` [PATCH v5 05/13] job: @force parameter for job_cancel_sync()
` [PATCH v5 06/13] jobs: Give Job.force_cancel more meaning
` [PATCH v5 07/13] job: Do not soft-cancel after a job is done
` [PATCH v5 08/13] job: Add job_cancel_requested()
` [PATCH v5 09/13] mirror: Use job_is_cancelled()
` [PATCH v5 10/13] mirror: Check job_is_cancelled() earlier
` [PATCH v5 11/13] mirror: Stop active mirroring after force-cancel
` [PATCH v5 12/13] mirror: Do not clear .cancelled
` [PATCH v5 13/13] iotests: Add mirror-ready-cancel-error test

[PULL 00/13] Block layer patches
 2021-10-06 15:49 UTC  (15+ messages)
` [PULL 01/13] include/block.h: remove outdated comment
` [PULL 02/13] qemu-storage-daemon: Only display FUSE help when FUSE is built-in
` [PULL 03/13] block: implement bdrv_new_open_driver_opts()
` [PULL 04/13] block: bdrv_insert_node(): fix and improve error handling
` [PULL 05/13] block: bdrv_insert_node(): doc and style
` [PULL 06/13] block: bdrv_insert_node(): don't use bdrv_open()
` [PULL 07/13] iotests/image-fleecing: declare requirement of copy-before-write
` [PULL 08/13] block: introduce max_hw_iov for use in scsi-generic
` [PULL 09/13] iotests: add 'qemu' package location to PYTHONPATH in testenv
` [PULL 10/13] iotests/linters: check mypy files all at once
` [PULL 11/13] iotests/mirror-top-perms: Adjust imports
` [PULL 12/13] iotests/migrate-bitmaps-test: delint
` [PULL 13/13] iotests: Update for pylint 2.11.1

[PATCH] qemu-iotests: flush after every test
 2021-10-06 15:42 UTC  (3+ messages)

[PATCH v2 00/17] Switch iotests to using Async QMP
 2021-10-06 15:12 UTC  (8+ messages)
` [PATCH v2 15/17] python/aqmp: Create sync QMP wrapper for iotests

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-06 14:42 UTC  (7+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable

[PATCH v0 0/2] virtio-blk and vhost-user-blk cross-device migration
 2021-10-06 14:37 UTC  (15+ messages)

[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-06 14:36 UTC  (7+ messages)
` [PATCH v6 05/10] ACPI ERST: support for ACPI ERST feature

[PATCH 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-06 14:25 UTC 

[PATCH v2 00/15] tests: acpi: add x2apic and various iommu tests
 2021-10-06 14:05 UTC  (2+ messages)

[PATCH v3 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-10-06 13:59 UTC  (6+ messages)
` [PATCH v3 2/3] "

[PATCH 0/3] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2021-10-06 13:10 UTC  (5+ messages)
` [PATCH 2/3] virtio-iommu: Default to bypass during boot
` [PATCH 3/3] virtio-iommu: Support bypass domain

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-06 12:15 UTC  (8+ messages)

[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-06 11:56 UTC  (5+ messages)
` [PATCH 1/2] numa: Set default distance map if needed

[PATCH 0/2] build: fix "make check" without earlier "make"
 2021-10-06 11:14 UTC  (3+ messages)
` [PATCH 1/2] tests: add missing dependency for check-block

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-10-06 11:09 UTC  (11+ messages)
` [PATCH 09/11] qdev: Avoid QemuOpts in "

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-06 11:03 UTC  (4+ 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).