qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-15 18:42:38 to 2023-09-17 10:36:35 UTC [more...]

[PATCH v5 00/23] bsd-user: Implement mmap related system calls for FreeBSD
 2023-09-17 10:35 UTC  (7+ messages)
` [PATCH v5 05/23] bsd-user: Implement shm_open2(2) system call
` [PATCH v5 09/23] bsd-user: Implement ipc_perm conversion between host and target
` [PATCH v5 10/23] bsd-user: Implement shmid_ds "

[PATCH 0/8] hw/audio/es1370: bug fix
 2023-09-17  6:58 UTC  (9+ messages)
` [PATCH 1/8] hw/audio/es1370: reset current sample counter
` [PATCH 2/8] hw/audio/es1370: replace bit-rotted code with tracepoints
` [PATCH 3/8] hw/audio/es1370: remove unused dolog macro
` [PATCH 4/8] hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot
` [PATCH 5/8] hw/audio/es1370: remove #ifdef ES1370_VERBOSE "
` [PATCH 6/8] hw/audio/es1370: block structure coding style fixes
` [PATCH 7/8] hw/audio/es1370: change variable type and name
` [PATCH 8/8] hw/audio/es1370: trace lost interrupts

[QEMU PATCH v5 00/13] Support blob memory and venus on qemu
 2023-09-17  5:49 UTC  (9+ messages)
` [QEMU PATCH v5 06/13] virtio-gpu: Support context init feature with virglrenderer

qemu-riscv32 usermode still broken?
 2023-09-16 22:37 UTC  (4+ messages)

[PATCH 0/7] tcg/loongarch64: Improvements for 128-bit load/store
 2023-09-16 22:01 UTC  (8+ messages)
` [PATCH 1/7] tcg: Add C_N2_I1
` [PATCH 2/7] tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128
` [PATCH 3/7] util: Add cpuinfo for loongarch64
` [PATCH 4/7] tcg/loongarch64: Use cpuinfo.h
` [PATCH 5/7] host/include/loongarch64: Add atomic16 load and store
` [PATCH 6/7] accel/tcg: Remove redundant case in store_atom_16
` [PATCH 7/7] accel/tcg: Fix condition for store_atom_insert_al16

[PATCH v3 00/39] target agnostic cleanups
 2023-09-16 21:41 UTC  (40+ messages)
` [PATCH v3 01/39] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PATCH v3 02/39] accel/tcg: Move CPUTLB definitions from cpu-defs.h
` [PATCH v3 03/39] qom: Propagate alignment through type system
` [PATCH v3 04/39] target/arm: Remove size and alignment for cpu subclasses
` [PATCH v3 05/39] target/*: Add instance_align to all cpu base classes
` [PATCH v3 06/39] accel/tcg: Validate placement of CPUNegativeOffsetState
` [PATCH v3 07/39] accel/tcg: Move CPUNegativeOffsetState into CPUState
` [PATCH v3 08/39] accel/tcg: Remove CPUState.icount_decr_ptr
` [PATCH v3 09/39] accel/tcg: Move can_do_io to CPUNegativeOffsetState
` [PATCH v3 10/39] accel/tcg: Remove cpu_neg()
` [PATCH v3 11/39] tcg: Rename cpu_env to tcg_env
` [PATCH v3 12/39] accel/tcg: Replace CPUState.env_ptr with cpu_env()
` [PATCH v3 13/39] accel/tcg: Remove cpu_set_cpustate_pointers
` [PATCH v3 14/39] accel/tcg: Remove env_neg()
` [PATCH v3 15/39] tcg: Remove TCGContext.tlb_fast_offset
` [PATCH v3 16/39] accel/tcg: Modify tlb_*() to use CPUState
` [PATCH v3 17/39] accel/tcg: Modify probe_access_internal() "
` [PATCH v3 18/39] accel/tcg: Modify memory access functions "
` [PATCH v3 19/39] accel/tcg: Modify atomic_mmu_lookup() "
` [PATCH v3 20/39] accel/tcg: Use CPUState in atomicity helpers
` [PATCH v3 21/39] accel/tcg: Remove env_tlb()
` [PATCH v3 22/39] accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
` [PATCH v3 23/39] accel/tcg: move ld/st helpers to ldst_common.c.inc
` [PATCH v3 24/39] exec: Make EXCP_FOO definitions target agnostic
` [PATCH v3 25/39] exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
` [PATCH v3 26/39] accel/tcg: Restrict dump_exec_info() declaration
` [PATCH v3 27/39] accel: Make accel-blocker.o target agnostic
` [PATCH v3 28/39] accel: Rename accel-common.c -> accel-target.c
` [PATCH v3 29/39] exec: Rename cpu.c -> cpu-target.c
` [PATCH v3 30/39] exec: Rename target specific page-vary.c -> page-vary-target.c
` [PATCH v3 31/39] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
` [PATCH v3 32/39] accel/tcg: Make monitor.c a target-agnostic unit
` [PATCH v3 33/39] accel/tcg: Make icount.o a target agnostic unit
` [PATCH v3 34/39] accel/tcg: Make cpu-exec-common.c "
` [PATCH v3 35/39] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PATCH v3 36/39] accel: Introduce accel_cpu_unrealize() stub
` [PATCH v3 37/39] accel: Declare AccelClass::[un]realize_cpu() handlers
` [PATCH v3 38/39] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PATCH v3 39/39] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

[PULL 0/8] Hppa btlb patches
 2023-09-16 19:32 UTC  (9+ messages)
` [PULL 1/8] target/hppa: Update to SeaBIOS-hppa version 9
` [PULL 2/8] target/hppa: Allow up to 16 BTLB entries
` [PULL 3/8] target/hppa: Report and clear BTLBs via fw_cfg at startup
` [PULL 4/8] target/hppa: Add BTLB support to hppa TLB functions
` [PULL 5/8] target/hppa: Extract diagnose immediate value
` [PULL 6/8] target/hppa: Wire up diag instruction to support BTLB
` [PULL 7/8] linux-user/hppa: clear the PSW 'N' bit when delivering signals
` [PULL 8/8] linux-user/hppa: lock both words of function descriptor

[PATCH] target/hppa: lock both words of function descriptor
 2023-09-16 18:06 UTC  (5+ messages)
  ` [PATCH v2] qemu-hppa: "

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-16 17:52 UTC  (19+ messages)
` [PATCH v3 04/16] kvm: Return number of free memslots
` [PATCH v3 05/16] vhost: "
` [PATCH v3 06/16] memory-device: Support memory devices with multiple memslots
` [PATCH v3 07/16] stubs: Rename qmp_memory_device.c to memory_device.c
` [PATCH v3 08/16] memory-device: Track required and actually used memslots in DeviceMemoryState
` [PATCH v3 09/16] memory-device, vhost: Support memory devices that dynamically consume memslots
` [PATCH v3 10/16] kvm: Add stub for kvm_get_max_memslots()
` [PATCH v3 11/16] vhost: Add vhost_get_max_memslots()
` [PATCH v3 13/16] memory: Clarify mapping requirements for RamDiscardManager

[PATCH v2 0/8] qemu-img: rebase: add compression support
 2023-09-16 17:45 UTC  (9+ messages)
` [PATCH v2 3/8] qemu-img: rebase: use backing files' BlockBackend for buffer alignment
` [PATCH v2 4/8] qemu-img: add chunk size parameter to compare_buffers()
` [PATCH v2 5/8] qemu-img: rebase: avoid unnecessary COW operations

[PULL v2 00/39] tcg patch queue
 2023-09-16 17:12 UTC  (2+ messages)
` [PULL v2 21/39] tcg/loongarch64: Implement 128-bit load & store

[PATCH] target/hppa: clear the PSW 'N' bit when delivering signals
 2023-09-16 16:57 UTC  (3+ messages)

[PATCH v6 00/57] Add LoongArch LASX instructions
 2023-09-16 14:05 UTC  (4+ messages)
` [PATCH v6 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i

[RFC Patch 0/5] Allwinner A10 input/output peripherals
 2023-09-16  9:26 UTC  (4+ messages)
` [RFC Patch 5/5] hw/input: Add Allwinner-A10 PS2 emulation

[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
 2023-09-16  8:19 UTC  (4+ messages)
` [PATCH v2 08/20] asc: generate silence if FIFO empty but engine still running

[PATCH v8 00/19] plugins: Allow to read registers
 2023-09-16  8:01 UTC  (20+ messages)
` [PATCH v8 01/19] gdbstub: Add num_regs member to GDBFeature
` [PATCH v8 02/19] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v8 03/19] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v8 04/19] target/arm: Use GDBFeature for dynamic XML
` [PATCH v8 05/19] target/ppc: "
` [PATCH v8 06/19] target/riscv: "
` [PATCH v8 07/19] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v8 08/19] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v8 09/19] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v8 10/19] gdbstub: Simplify XML lookup
` [PATCH v8 11/19] gdbstub: Infer number of core registers from XML
` [PATCH v8 12/19] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v8 13/19] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v8 14/19] gdbstub: Expose functions to read registers
` [PATCH v8 15/19] cpu: Call plugin hooks only when ready
` [PATCH v8 16/19] plugins: Allow to read registers
` [PATCH v8 17/19] contrib/plugins: Allow to log registers
` [PATCH v8 18/19] plugins: Support C++
` [PATCH v8 19/19] contrib/plugins: Add cc plugin

[PATCH] mem/x86: add processor address space check for VM memory
 2023-09-16  5:17 UTC  (11+ messages)

[PULL 00/39] tcg patch queue
 2023-09-16  4:07 UTC  (41+ messages)
` [PULL 01/39] accel/tcg: mttcg remove false-negative halted assertion
` [PULL 02/39] accel/tcg: Fix the comment for CPUTLBEntryFull
` [PULL 03/39] util: Delete checks for old host definitions
` [PULL 04/39] softmmu: "
` [PULL 05/39] thunk: "
` [PULL 06/39] tcg/loongarch64: Import LSX instructions
` [PULL 07/39] tcg/loongarch64: Lower basic tcg vec ops to LSX
` [PULL 08/39] tcg: pass vece to tcg_target_const_match()
` [PULL 09/39] tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt
` [PULL 10/39] tcg/loongarch64: Lower add/sub_vec to vadd/vsub
` [PULL 11/39] tcg/loongarch64: Lower vector bitwise operations
` [PULL 12/39] tcg/loongarch64: Lower neg_vec to vneg
` [PULL 13/39] tcg/loongarch64: Lower mul_vec to vmul
` [PULL 14/39] tcg/loongarch64: Lower vector min max ops
` [PULL 15/39] tcg/loongarch64: Lower vector saturated ops
` [PULL 16/39] tcg/loongarch64: Lower vector shift vector ops
` [PULL 17/39] tcg/loongarch64: Lower bitsel_vec to vbitsel
` [PULL 18/39] tcg/loongarch64: Lower vector shift integer ops
` [PULL 19/39] tcg/loongarch64: Lower rotv_vec ops to LSX
` [PULL 20/39] tcg/loongarch64: Lower rotli_vec to vrotri
` [PULL 21/39] tcg/loongarch64: Implement 128-bit load & store
` [PULL 22/39] tcg: Add gvec compare with immediate and scalar operand
` [PULL 23/39] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0
` [PULL 24/39] accel/tcg: Simplify tlb_plugin_lookup
` [PULL 25/39] accel/tcg: Split out io_prepare and io_failed
` [PULL 26/39] accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed
` [PULL 27/39] plugin: Simplify struct qemu_plugin_hwaddr
` [PULL 28/39] accel/tcg: Merge cpu_transaction_failed into io_failed
` [PULL 29/39] accel/tcg: Replace direct use of io_readx/io_writex in do_{ld, st}_1
` [PULL 30/39] accel/tcg: Merge io_readx into do_ld_mmio_beN
` [PULL 31/39] accel/tcg: Merge io_writex into do_st_mmio_leN
` [PULL 32/39] accel/tcg: Introduce do_ld16_mmio_beN
` [PULL 33/39] accel/tcg: Introduce do_st16_mmio_leN
` [PULL 34/39] fpu: Add conversions between bfloat16 and [u]int8
` [PULL 35/39] fpu: Handle m68k extended precision denormals properly
` [PULL 36/39] tcg: Add tcg_out_tb_start backend hook
` [PULL 37/39] util/cpuinfo-aarch64: Add CPUINFO_BTI
` [PULL 38/39] tcg/aarch64: Emit BTI insns at jump landing pads
` [PULL 39/39] tcg: Map code_gen_buffer with PROT_BTI

[PATCH] MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
 2023-09-16  1:56 UTC  (2+ messages)

[PATCH 0/2] target/arm: Implement Neoverse-N2
 2023-09-15 20:43 UTC  (4+ messages)
` [PATCH 1/2] target/arm: Correct minor errors in Cortex-A710 definition
` [PATCH 2/2] target/arm: Implement Neoverse N2 CPU model

[PATCH v3 0/5] Support message-based DMA in vfio-user server
 2023-09-15 20:40 UTC  (5+ messages)
` [PATCH v3 2/5] softmmu: Support concurrent bounce buffers

[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
 2023-09-15 19:48 UTC  (7+ messages)
` [PATCH 1/5] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PATCH 2/5] accel: Introduce accel_cpu_unrealize() stub
` [PATCH 3/5] accel: Declare AccelClass::[un]realize_cpu() handlers
` [PATCH 4/5] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PATCH 5/5] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

[PATCH v2 0/3] accel/tcg: Alternate fix for #1866
 2023-09-15 18:54 UTC  (2+ messages)

[PATCH 00/21] implement discard operation for Parallels images
 2023-09-15 18:41 UTC  (22+ messages)
` [PATCH 01/21] parallels: fix formatting in bdrv_parallels initialization
` [PATCH 02/21] parallels: mark driver as supporting CBT
` [PATCH 04/21] parallels: return earler in fail_format branch in parallels_open()
` [PATCH 05/21] parallels: return earlier from parallels_open() function on error
` [PATCH 06/21] parallels: refactor path when we need to re-check image in parallels_open
` [PATCH 07/21] parallels: create mark_used() helper which sets bit in used bitmap
` [PATCH 08/21] tests: ensure that image validation will not cure the corruption
` [PATCH 09/21] parallels: fix broken parallels_check_data_off()
` [PATCH 10/21] parallels: add test which will validate data_off fixes through repair
` [PATCH 11/21] parallels: collect bitmap of used clusters at open
` [PATCH 12/21] tests: fix broken deduplication check in parallels format test
` [PATCH 13/21] tests: test self-cure of parallels image with duplicated clusters
` [PATCH 14/21] parallels: accept multiple clusters in mark_used()
` [PATCH 15/21] parallels: update used bitmap in allocate_cluster
` [PATCH 16/21] parallels: naive implementation of allocate_clusters with used bitmap
` [PATCH 17/21] parallels: improve readability of allocate_clusters
` [PATCH 18/21] parallels: naive implementation of parallels_co_pdiscard
` [PATCH 19/21] tests: extend test 131 to cover availability of the discard operation
` [PATCH 20/21] parallels: naive implementation of parallels_co_pwrite_zeroes
` [PATCH 21/21] tests: extend test 131 to cover availability of the write-zeroes


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