messages from 2023-09-16 03:39:06 to 2023-09-18 01:47:29 UTC [more...]
[RFC v1 0/8] RISC-V Pointer Masking update to Zjpm v0.6.1
2023-09-18 1:46 UTC (7+ messages)
` [RFC v1 1/8] target/riscv: Remove obsolete pointer masking extension code
` [RFC v1 2/8] target/riscv: Add new S{sn, mn, m}jpm extensions as part of Zjpm v0.6.1
` [RFC v1 6/8] target/riscv: Add functions to calculate current N masked bits for pointer masking
[PATCH] target/riscv: pmp: Ignore writes when RW=01
2023-09-18 1:32 UTC (2+ messages)
qemu-riscv32 usermode still broken?
2023-09-18 1:16 UTC (5+ messages)
[PATCH] hw/ufs: Fix code coverity issues
2023-09-18 1:02 UTC
[PATCH v10 00/20] riscv: 'max' CPU, detect user choice in TCG
2023-09-18 1:00 UTC (2+ messages)
[PATCH v3 00/28] bsd-user: Implement freebsd process related system calls
2023-09-17 22:22 UTC (29+ messages)
` [PATCH v3 01/28] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PATCH v3 02/28] bsd-user: Define procctl(2) related structs
` [PATCH v3 03/28] bsd-user: Implement host_to_target_siginfo
` [PATCH v3 04/28] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH v3 05/28] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PATCH v3 06/28] bsd-user: Implement target_to_host_resource conversion function
` [PATCH v3 07/28] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH v3 08/28] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH v3 09/28] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH v3 10/28] bsd-user: Get number of cpus
` [PATCH v3 11/28] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH v3 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v3 13/28] bsd-user: Implement getrusage(2)
` [PATCH v3 14/28] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH v3 15/28] bsd-user: Implement several get/set system calls:
` [PATCH v3 16/28] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH v3 17/28] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH v3 18/28] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH v3 19/28] bsd-user: Implement get_filename_from_fd
` [PATCH v3 20/28] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH v3 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v3 22/28] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH v3 23/28] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH v3 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v3 25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH v3 26/28] bsd-user: Implement fork(2) and vfork(2) system calls
` [PATCH v3 27/28] bsd-user: Implement rfork(2) system call
` [PATCH v3 28/28] bsd-user: Implement pdfork(2) "
[PATCH v2 00/28] bsd-user: Implement freebsd process related system calls
2023-09-17 21:38 UTC (29+ messages)
` [PATCH v2 01/28] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PATCH v2 02/28] bsd-user: Define procctl(2) related structs
` [PATCH v2 03/28] bsd-user: Implement host_to_target_siginfo
` [PATCH v2 04/28] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH v2 05/28] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PATCH v2 06/28] bsd-user: Implement target_to_host_resource conversion function
` [PATCH v2 07/28] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH v2 08/28] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH v2 09/28] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH v2 10/28] bsd-user: Get number of cpus
` [PATCH v2 11/28] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH v2 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v2 13/28] bsd-user: Implement getrusage(2)
` [PATCH v2 14/28] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH v2 15/28] bsd-user: Implement several get/set system calls:
` [PATCH v2 16/28] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH v2 17/28] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH v2 18/28] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH v2 19/28] bsd-user: Implement get_filename_from_fd
` [PATCH v2 20/28] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH v2 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v2 22/28] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH v2 23/28] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH v2 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v2 25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH v2 26/28] bsd-user: Implement fork(2) and vfork(2) system calls
` [PATCH v2 27/28] bsd-user: Implement rfork(2) system call
` [PATCH v2 28/28] bsd-user: Implement pdfork(2) "
[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
2023-09-17 13:42 UTC (5+ messages)
` [PATCH v2 08/20] asc: generate silence if FIFO empty but engine still running
[PATCH 00/21] implement discard operation for Parallels images
2023-09-17 13:06 UTC (9+ messages)
` [PATCH 03/21] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
` [PATCH 06/21] parallels: refactor path when we need to re-check image in parallels_open
` [PATCH 18/21] parallels: naive implementation of parallels_co_pdiscard
[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
2023-09-17 11:47 UTC (23+ 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 12/16] memory-device, vhost: Support automatic decision on the number of memslots
` [PATCH v3 13/16] memory: Clarify mapping requirements for RamDiscardManager
` [PATCH v3 14/16] virtio-mem: Expose device memory via multiple memslots if enabled
[PATCH v5 00/23] bsd-user: Implement mmap related system calls for FreeBSD
2023-09-17 11:07 UTC (17+ 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 v5 16/23] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PATCH v5 17/23] bsd-user: Implement mincore(2)
` [PATCH v5 18/23] bsd-user: Implement do_obreak function
` [PATCH v5 19/23] bsd-user: Implement shm_open(2)
` [PATCH v5 21/23] bsd-user: Implement shmctl(2)
[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
[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 v2 0/8] qemu-img: rebase: add compression support
2023-09-16 17:45 UTC (4+ messages)
` [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 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 (3+ messages)
` [PULL 06/39] tcg/loongarch64: Import LSX instructions
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).