qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-16 06:18:04 to 2023-08-16 21:38:09 UTC [more...]

[PATCH 0/4] tcg/aarch64: Enable BTI within the JIT
 2023-08-16 21:37 UTC  (6+ messages)
` [PATCH 1/4] tcg: Add tcg_out_tb_start backend hook
` [PATCH 2/4] util/cpuinfo-aarch64: Add CPUINFO_BTI
` [PATCH 3/4] tcg/aarch64: Emit BTI insns at jump landing pads
` [PATCH 4/4] tcg: Map code_gen_buffer with PROT_BTI

[PULL 00/19] UI & audio patches
 2023-08-16 21:25 UTC  (4+ messages)
` [PULL 05/19] virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties
  ` [8.1 regression] "

[PATCH] target/riscv: Allocate itrigger timers only once
 2023-08-16 21:21 UTC  (2+ messages)

[PATCH v4 0/8] Fix segfault on migration return path
 2023-08-16 21:20 UTC  (13+ messages)
` [PATCH v4 1/8] migration: Fix possible race when setting rp_state.error
` [PATCH v4 2/8] migration: Fix possible races when shutting down the return path
` [PATCH v4 3/8] migration: Fix possible race when shutting down to_dst_file
` [PATCH v4 4/8] migration: Remove redundant cleanup of postcopy_qemufile_src
` [PATCH v4 5/8] migration: Consolidate return path closing code
` [PATCH v4 6/8] migration: Replace the return path retry logic
` [PATCH v4 7/8] migration: Move return path cleanup to main migration thread
` [PATCH v4 8/8] migration: Add a wrapper to cleanup migration files

[PATCH 0/2] virtio-blk: use blk_io_plug_call() instead of notification BH
 2023-08-16 21:16 UTC  (6+ messages)
` [PATCH 1/2] virtio: use blk_io_plug_call() in virtio_irqfd_notify()

[PATCH] qga: Start qemu-ga service after NetworkManager start
 2023-08-16 20:04 UTC 

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-16 21:07 UTC  (8+ messages)
` [PATCH v2 2/4] qcow2: add configurations for zoned format extension
` [PATCH v2 3/4] qcow2: add zoned emulation capability

[PATCH] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected
 2023-08-16 21:07 UTC 

[PATCH 00/10] RISC-V: ACPI: Enable AIA and update RHC
 2023-08-16 18:51 UTC  (6+ messages)
` [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location

[PATCH v2 0/4] migration/ram: Merge zero page handling
 2023-08-16 18:42 UTC  (6+ messages)
` [PATCH v2 1/4] migration/ram: Remove RAMState from xbzrle_cache_zero_page
` [PATCH v2 2/4] migration/ram: Stop passing QEMUFile around in save_zero_page
` [PATCH v2 3/4] migration/ram: Move xbzrle zero page handling into save_zero_page
` [PATCH v2 4/4] migration/ram: Merge save_zero_page functions

How to synchronize CPUs on MMIO read?
 2023-08-16 18:16 UTC  (2+ messages)

[PATCH 0/6] linux-user: Rewrite open_self_maps
 2023-08-16 18:14 UTC  (7+ messages)
` [PATCH 1/6] util/selfmap: Use dev_t and ino_t in MapInfo
` [PATCH 2/6] linux-user: Use walk_memory_regions for open_self_maps
` [PATCH 3/6] linux-user: Adjust brk for load_bias
` [PATCH 4/6] linux-user: Show heap address in /proc/pid/maps
` [PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap
` [PATCH 6/6] linux-user: Show vdso address in /proc/pid/maps

[PATCH v3 00/15] linux-user: Implement VDSOs
 2023-08-16 18:06 UTC  (3+ messages)

[PATCH v4 00/18] linux-user: Implement VDSOs
 2023-08-16 18:03 UTC  (19+ messages)
` [PATCH v4 01/18] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH v4 02/18] linux-user: Tidy loader_exec
` [PATCH v4 03/18] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH v4 04/18] linux-user: Use ImageSource in load_elf_image
` [PATCH v4 05/18] linux-user: Use ImageSource in load_symbols
` [PATCH v4 06/18] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH v4 07/18] linux-user: Load vdso image if available
` [PATCH v4 08/18] linux-user: Add gen-vdso tool
` [PATCH v4 09/18] linux-user/i386: Add vdso
` [PATCH v4 10/18] linux-user/x86_64: "
` [PATCH v4 11/18] linux-user/aarch64: "
` [PATCH v4 12/18] linux-user/arm: "
` [PATCH v4 13/18] linux-user/hppa: "
` [PATCH v4 14/18] linux-user/riscv: "
` [PATCH v4 15/18] linux-user/loongarch64: "
` [PATCH v4 16/18] linux-user/ppc: "
` [PATCH v4 17/18] linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD
` [PATCH v4 18/18] linux-user/s390x: Add vdso

[PATCH V1 0/3] fix migration of suspended runstate
 2023-08-16 17:48 UTC  (12+ messages)
` [PATCH V1 2/3] migration: fix "

[PATCH v4 00/25] plugins: Allow to read registers
 2023-08-16 16:31 UTC  (36+ messages)
` [PATCH v4 01/25] contrib/plugins: Use GRWLock in execlog
` [PATCH v4 02/25] gdbstub: Introduce GDBFeature structure
` [PATCH v4 03/25] gdbstub: Add num_regs member to GDBFeature
` [PATCH v4 04/25] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v4 05/25] target/arm: Move the reference to arm-core.xml
` [PATCH v4 06/25] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [PATCH v4 07/25] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v4 08/25] target/arm: Use GDBFeature for dynamic XML
` [PATCH v4 09/25] target/ppc: "
` [PATCH v4 10/25] target/riscv: "
` [PATCH v4 11/25] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v4 12/25] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v4 13/25] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v4 14/25] gdbstub: Dynamically allocate target.xml buffer
` [PATCH v4 15/25] gdbstub: Simplify XML lookup
` [PATCH v4 16/25] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v4 17/25] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v4 18/25] hw/core/cpu: Add a parameter to gdb_read_register/gdb_write_register
` [PATCH v4 19/25] gdbstub: Hide gdb_has_xml
` [PATCH v4 20/25] gdbstub: Expose functions to read registers
` [PATCH v4 21/25] cpu: Call plugin hooks only when ready
` [PATCH v4 22/25] plugins: Allow to read registers
` [PATCH v4 23/25] contrib/plugins: Allow to log registers
` [PATCH v4 24/25] plugins: Support C++
` [PATCH v4 25/25] contrib/plugins: Add cc plugin

[PATCH] subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings
 2023-08-16 16:11 UTC  (4+ messages)

[PATCH v3 00/10] Fix segfault on migration return path
 2023-08-16 15:26 UTC  (7+ messages)
` [PATCH v3 10/10] migration: Add a wrapper to cleanup migration files

[PATCH v6 0/9] gfxstream + rutabaga_gfx
 2023-08-16 15:25 UTC  (3+ messages)
` [PATCH v6 6/9] gfxstream + rutabaga: add initial support for gfxstream

[PATCH v5 0/9] gfxstream + rutabaga_gfx
 2023-08-16 15:15 UTC  (5+ messages)
` [PATCH v5 6/9] gfxstream + rutabaga: add initial support for gfxstream

[PATCH] migrate/ram: let ram_save_target_page_legacy() return if qemu file got error
 2023-08-16 15:15 UTC  (7+ messages)

[RFC PATCH 00/24] plugins: Allow to read registers
 2023-08-16 15:11 UTC  (23+ messages)
` [RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [RFC PATCH 12/24] gdbstub: Simplify XML lookup
` [RFC PATCH 15/24] target/arm: Fill new members of GDBFeature
` [RFC PATCH 21/24] plugins: Allow to read registers
` [RFC PATCH 22/24] contrib/plugins: Allow to log registers
` [RFC PATCH 24/24] contrib/plugins: Add cc plugin

[PATCH 0/3] tcg/i386: Improvements to deposit
 2023-08-16 14:55 UTC  (4+ messages)
` [PATCH 1/3] tcg/i386: Drop BYTEH deposits for 64-bit
` [PATCH 2/3] tcg: Fold deposit with zero to and
` [PATCH 3/3] tcg/i386: Allow immediate as input to deposit_*

[PATCH v2] target/riscv: Update CSR bits name for svadu extension
 2023-08-16 14:30 UTC  (2+ messages)

qemu-system-x86 dependencies
 2023-08-16 13:02 UTC  (3+ messages)

[PATCH v2 0/3] block: align CoR requests to subclusters
 2023-08-16 13:52 UTC  (5+ messages)

[PATCH 0/9] gdbstub and testing fixes for 8.2
 2023-08-16 13:52 UTC  (12+ messages)
` [PATCH 2/9] tests/docker: cleanup non-verbose output
` [PATCH 4/9] tests: remove test-gdbstub.py
` [PATCH 5/9] tests/tcg: clean-up gdb confirm/pagination settings
` [PATCH 7/9] gdbstub: remove unused user_ctx field

[PATCH v3 00/25] plugins: Allow to read registers
 2023-08-16 13:39 UTC  (26+ messages)
` [PATCH v3 01/25] contrib/plugins: Use GRWLock in execlog
` [PATCH v3 02/25] gdbstub: Introduce GDBFeature structure
` [PATCH v3 03/25] gdbstub: Add num_regs member to GDBFeature
` [PATCH v3 04/25] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v3 05/25] target/arm: Move the reference to arm-core.xml
` [PATCH v3 06/25] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [PATCH v3 07/25] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v3 08/25] target/arm: Use GDBFeature for dynamic XML
` [PATCH v3 09/25] target/ppc: "
` [PATCH v3 10/25] target/riscv: "
` [PATCH v3 11/25] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v3 12/25] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v3 13/25] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v3 14/25] gdbstub: Dynamically allocate target.xml buffer
` [PATCH v3 15/25] gdbstub: Simplify XML lookup
` [PATCH v3 16/25] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v3 17/25] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v3 18/25] hw/core/cpu: Add a parameter to gdb_read_register/gdb_write_register
` [PATCH v3 19/25] gdbstub: Hide gdb_has_xml
` [PATCH v3 20/25] gdbstub: Expose functions to read registers
` [PATCH v3 21/25] cpu: Call plugin hooks only when ready
` [PATCH v3 22/25] plugins: Allow to read registers
` [PATCH v3 23/25] contrib/plugins: Allow to log registers
` [PATCH v3 24/25] plugins: Support C++
` [PATCH v3 25/25] contrib/plugins: Add cc plugin

qemu-system-m68k: ../hw/scsi/scsi-disk.c:557: scsi_write_data: Assertion `r->req.aiocb == NULL' failed
 2023-08-16 13:35 UTC  (4+ messages)

[PATCH v3 0/3] hw/i2c/aspeed: Fix Tx and Rx error
 2023-08-16  9:44 UTC  (8+ messages)
` [PATCH v3 1/3] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
    `  "
` [PATCH v3 2/3] hw/i2c/aspeed: Fix TXBUF transmission start position error
` [PATCH v3 3/3] hw/i2c/aspeed: Add support for buffer organization

[PATCH] qemu_cleanup: begin drained section after vm_shutdown()
 2023-08-16 12:02 UTC  (4+ messages)

[PATCH 0/2] nvme: avoid dynamic stack allocations
 2023-08-16  9:47 UTC  (2+ messages)

[PATCH for-8.2] target/m68k: Use tcg_gen_deposit_i32 in gen_partset_reg
 2023-08-16  9:45 UTC  (2+ messages)

[PATCH v2 0/3] qemu-img: map: implement support for compressed clusters
 2023-08-16  9:22 UTC  (4+ messages)

[PATCH 0/6] qemu-img: rebase: add compression support
 2023-08-16  9:22 UTC  (5+ messages)

[PATCH] target/riscv: Update CSR bits name for svadu extension
 2023-08-16  9:15 UTC  (2+ messages)

[PATCH] target/i386: Fix reporting of CPU dies when nr_cores=nr_threads=1
 2023-08-16  8:37 UTC  (2+ messages)

[PATCH v3 0/2] Fix overflow of the max number of IDs for logic processor and core
 2023-08-16  8:06 UTC  (3+ messages)
` [PATCH v3 1/2] target/i386: Avoid cpu number overflow in legacy topology
` [PATCH v3 2/2] target/i386: Avoid overflow of the cache parameter enumerated by leaf 4

[PATCH] include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hosts
 2023-08-16  7:42 UTC  (2+ messages)

[RFC 4/5] hw/nvme: refactor zone append writes using block layer APIs
 2023-08-16  7:08 UTC  (2+ messages)
` [RFC 5/5] hw/nvme: make ZDED persistent

hda codec issue
 2023-08-16  7:04 UTC 

[RFC 0/5] Add persistence to NVMe ZNS emulation
 2023-08-16  6:46 UTC  (4+ messages)
` [RFC 1/5] hw/nvme: use blk_get_*() to access zone info in the block layer
` [RFC 2/5] qcow2: add zone device metadata with zd_extension
` [RFC 3/5] hw/nvme: make the metadata of ZNS emulation persistent

[PULL 00/14] linux-user image mapping fixes
 2023-08-16  6:17 UTC  (5+ messages)

[PATCH] target/riscv: Align the AIA model to v1.0 ratified spec
 2023-08-16  6:16 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).