messages from 2023-08-11 12:50:59 to 2023-08-13 14:20:21 UTC [more...]
[PATCH v2 00/32] Implement the stat system calls for FreeBSD
2023-08-13 3:10 UTC (33+ messages)
` [PATCH v2 01/32] Move _WANT_FREEBSD macros to include/qemu/osdep.h
` [PATCH v2 02/32] Disable clang warnings
` [PATCH v2 03/32] Update the definitions of __put_user and __get_user macros
` [PATCH v2 04/32] Declarations of h2t and t2h conversion functions
` [PATCH v2 05/32] Add struct target_freebsd11_stat to bsd-user/syscall_defs
` [PATCH v2 06/32] Add struct target_stat to bsd-user/syscall_defs.h
` [PATCH v2 07/32] Add structs target_freebsd11_nstat and target_freebsd11_statfs "
` [PATCH v2 08/32] Add struct target_statfs "
` [PATCH v2 09/32] Add struct target_freebsd_fhandle and fcntl flags "
` [PATCH v2 10/32] Define safe_fcntl macro in bsd-user/syscall_defs.h
` [PATCH v2 11/32] Rename target_freebsd_time_t to target_time_t
` [PATCH v2 12/32] Implement h2t_freebsd11_stat h2t_freebsd_nstat
` [PATCH v2 13/32] Implement h2t_freebsd_fhandle t2h_freebsd_fhandle functions
` [PATCH v2 14/32] Implement h2t_freebds11_statfs
` [PATCH v2 15/32] Implement target_to_host_fcntl_cmd
` [PATCH v2 16/32] Implement h2t_freebsd_stat and h2t_freebsd_statfs functions
` [PATCH v2 17/32] Implement stat related syscalls
` [PATCH v2 18/32] "
` [PATCH v2 19/32] "
` [PATCH v2 20/32] "
` [PATCH v2 21/32] "
` [PATCH v2 22/32] Implement freebsd11 "
` [PATCH v2 23/32] "
` [PATCH v2 24/32] "
` [PATCH v2 25/32] "
` [PATCH v2 26/32] "
` [PATCH v2 27/32] Implement do_freebsd_realpathat syscall
` [PATCH v2 28/32] Add os-stat.c to the build
` [PATCH v2 29/32] Add glue to call the following syscalls to the freebsd_syscall function:
` [PATCH v2 30/32] "
` [PATCH v2 31/32] "
` [PATCH v2 32/32] "
[RFC PATCH v2 0/3] Vhost-vdpa Shadow Virtqueue RSS Support
2023-08-13 12:01 UTC (4+ messages)
` [RFC PATCH v2 1/3] vdpa: Add SetSteeringEBPF method for NetClientState
` [RFC PATCH v2 2/3] vdpa: Restore receive-side scaling state
` [RFC PATCH v2 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ
[RFC PATCH 0/3] Vhost-vdpa Shadow Virtqueue RSS Support
2023-08-13 11:15 UTC (5+ messages)
` [RFC PATCH 1/3] vdpa: Add SetSteeringEBPF method for NetClientState
` [RFC PATCH 2/3] vdpa: Restore receive-side scaling state
` [RFC PATCH 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ
[PATCH v2] target/i386: Avoid cpu number overflow in legacy topology
2023-08-13 10:49 UTC (5+ messages)
qemu-system-m68k: ../hw/scsi/scsi-disk.c:557: scsi_write_data: Assertion `r->req.aiocb == NULL' failed
2023-08-13 7:46 UTC
[PATCH v2 00/12] tests: enable meson test timeouts to improve debuggability
2023-08-13 7:02 UTC (3+ messages)
[PATCH for-8.2 v3 0/6] vfio/migration: Add P2P support for VFIO migration
2023-08-13 5:35 UTC (6+ messages)
` [PATCH for-8.2 v3 1/6] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
[PATCH] Fix signal handler to detect crashes in qemu-linux-user
2023-08-13 2:30 UTC (4+ messages)
[PULL 0/2] pci: last minute bugfixes
2023-08-12 18:06 UTC (8+ messages)
` [PULL 1/2] hw/pci-host: Allow extended config space access for Designware PCIe host
` [PULL 2/2] pci: Fix the update of interrupt disable bit in PCI_COMMAND register
[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
2023-08-12 17:21 UTC (6+ messages)
` [PATCH 20/24] tcg/i386: Add cf parameter to tcg_out_cmp
[PATCH for-8.1] tcg/i386: Output %gs prefix in tcg_out_vex_opc
2023-08-12 15:50 UTC
[PATCH] meson: Fix MESONINTROSPECT parsing
2023-08-12 13:31 UTC (7+ messages)
[PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c
2023-08-12 12:48 UTC (8+ messages)
` [PATCH RFC 1/7] include/sysemu/os-posix.h: move *daemonize* declaration together
` [PATCH RFC 2/7] os-posix: create and export os_set_runas()
` [PATCH RFC 3/7] os-posix.c: create and export os_set_chroot()
` [PATCH RFC 4/7] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
` [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
` [PATCH RFC 6/7] os-posix.c: move code around
` [PATCH RFC 7/7] util/async-teardown.c: move to softmmu/, only build it when system build is requested
[PATCH] meson: Use subprocess.check_output()
2023-08-12 9:51 UTC (2+ messages)
util/async-teardown.c: is it really needed for --disable-system build?
2023-08-12 9:48 UTC (2+ messages)
[PATCH] hw/block/fdc: do not set SEEK status bit in multi track commands
2023-08-12 8:59 UTC
[PATCH v3 0/3] hw/i2c/aspeed: Fix Tx and Rx error
2023-08-12 6:52 UTC (4+ 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 v1 0/3] softmmu/physmem: file_ram_open() readonly improvements
2023-08-12 6:21 UTC (23+ messages)
` [PATCH v1 1/3] softmmu/physmem: fallback to opening guest RAM file as readonly in a MAP_PRIVATE mapping
` "
` "
` "
` "
` "
[PATCH] hw/pci-host: Allow extended config space access for Designware PCIe host
2023-08-12 5:37 UTC (5+ messages)
[PULL 0/2] riscv-to-apply queue
2023-08-12 1:16 UTC (4+ messages)
` [PULL 1/2] target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()
` [PULL 2/2] hw/riscv/virt.c: change 'aclint' TCG check
[PATCH v2 00/11] target/arm: Implement cortex-a710
2023-08-11 21:40 UTC (12+ messages)
` [PATCH v2 01/11] target/arm: Reduce dcz_blocksize to uint8_t
` [PATCH v2 02/11] target/arm: Allow cpu to configure GM blocksize
` [PATCH v2 03/11] target/arm: Support more GM blocksizes
` [PATCH v2 04/11] target/arm: When tag memory is not present, set MTE=1
` [PATCH v2 05/11] target/arm: Introduce make_ccsidr64
` [PATCH v2 06/11] target/arm: Apply access checks to neoverse-n1 special registers
` [PATCH v2 07/11] target/arm: Apply access checks to neoverse-v1 "
` [PATCH v2 08/11] target/arm: Implement RMR_EL3 for neoverse-v1
` [PATCH v2 09/11] target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
` [PATCH v2 10/11] target/arm: Implement FEAT_HPDS2 as a no-op
` [PATCH v2 11/11] target/arm: Implement cortex-a710
RFC: guest INTEL GDS mitigation status on patched host
2023-08-11 17:49 UTC (3+ messages)
` [PATCH] target/i386: Export GDS_NO bit to guests
Question about MTRR settings for IVSHMEM device
2023-08-11 18:58 UTC
[ANNOUNCE] QEMU 7.2.5 Stable released
2023-08-11 18:19 UTC
[ANNOUNCE] QEMU 8.0.4 Stable released
2023-08-11 18:23 UTC
[PATCH for-8.1 0/1] hw/riscv/virt.c: fix 'aclint' prop regression
2023-08-11 18:12 UTC (5+ messages)
` [PATCH for-8.1 1/1] hw/riscv/virt.c: change 'aclint' TCG check
[PATCH] block/vpc: Avoid dynamic stack allocation
2023-08-11 17:52 UTC
[PATCH 0/2] nvme: avoid dynamic stack allocations
2023-08-11 17:47 UTC (3+ messages)
` [PATCH 1/2] hw/nvme: Use #define to avoid variable length array
` [PATCH 2/2] hw/nvme: Avoid dynamic stack allocation
scripts/symlink-install-tree.py error
2023-08-11 17:38 UTC
[PATCH v3 00/15] linux-user: Implement VDSOs
2023-08-11 16:50 UTC (16+ messages)
` [PATCH v3 01/15] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH v3 02/15] linux-user: Tidy loader_exec
` [PATCH v3 03/15] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH v3 04/15] linux-user: Use ImageSource in load_elf_image
` [PATCH v3 05/15] linux-user: Use ImageSource in load_symbols
` [PATCH v3 06/15] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH v3 07/15] linux-user: Load vdso image if available
` [PATCH v3 08/15] linux-user: Add gen-vdso tool
` [PATCH v3 09/15] linux-user/aarch64: Add vdso and use it for rt_sigreturn
` [PATCH v3 10/15] target/arm: Add isar_feature_aa32_a32
` [PATCH v3 11/15] linux-user/arm: Add vdso and use it for rt_sigreturn
` [PATCH v3 12/15] linux-user/hppa: "
` [PATCH v3 13/15] linux-user/i386: Add vdso and use it for sigreturn
` [PATCH v3 14/15] linux-user/x86_64: Add vdso
` [PATCH v3 15/15] linux-user/riscv: Add vdso and use it for sigreturn
CXL volatile memory is not listed
2023-08-11 16:48 UTC (7+ messages)
[RFC PATCH 0/2] linux-user: extend -dfilter to accept paths
2023-08-11 16:28 UTC (3+ messages)
` [RFC PATCH 1/2] linux-user: implement some basic FD<->path tracking
` [RFC PATCH 2/2] linux-user: implement name lookup for dfilter
[PATCH v2 0/8] Add some checks before translating instructions
2023-08-11 16:17 UTC (15+ messages)
` [PATCH v2 2/8] target/loongarch: Add a check parameter to the TRANS macro
` [PATCH v2 3/8] target/loongarch: Add avail_64 to check la64-only instructions
` [PATCH v2 4/8] target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructions
` [PATCH v2 5/8] target/loongarch: Add avail_LSPW to check LSPW instructions
` [PATCH v2 6/8] target/loongarch: Add avail_LAM to check atomic instructions
` [PATCH v2 7/8] target/loongarch: Add avail_LSX to check LSX instructions
` [PATCH v2 8/8] target/loongarch: Add avail_IOCSR to check iocsr instructions
pci: Fix the update of interrupt disable bit in PCI_COMMAND register
2023-08-11 16:12 UTC (2+ messages)
[RFC v1 0/3] Initial support for SPDM
2023-08-11 16:09 UTC (5+ messages)
[PATCH v5 00/11] Add la32 & va32 support for loongarch64-softmmu
2023-08-11 15:18 UTC (4+ messages)
` [PATCH v5 08/11] target/loongarch: Reject la64-only instructions in la32 mode
[PATCH v3 00/10] Fix segfault on migration return path
2023-08-11 15:08 UTC (11+ messages)
` [PATCH v3 01/10] migration: Fix possible race when setting rp_state.error
` [PATCH v3 02/10] migration: Fix possible race when shutting return path
` [PATCH v3 03/10] migration: Fix possible race when checking to_dst_file for errors
` [PATCH v3 04/10] migration: Fix possible race when shutting down to_dst_file
` [PATCH v3 05/10] migration: Remove redundant cleanup of postcopy_qemufile_src
` [PATCH v3 06/10] migration: Consolidate return path closing code
` [PATCH v3 07/10] migration: Replace the return path retry logic
` [PATCH v3 08/10] migration: Move return path cleanup to main migration thread
` [PATCH v3 09/10] migration: Be consistent about shutdown of source shared files
` [PATCH v3 10/10] migration: Add a wrapper to cleanup migration files
[PATCH 0/8] riscv: detecting user choice in TCG extensions
2023-08-11 15:05 UTC (13+ messages)
` [PATCH 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH 8/8] target/riscv/cpu.c: consider user option with RVG
[RFC PATCH 0/2] Vhost-vdpa Shadow Virtqueue Hash calculation Support
2023-08-11 14:58 UTC (3+ messages)
` [RFC PATCH 1/2] vdpa: Restore hash calculation state
` [RFC PATCH 2/2] vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ
[PATCH] hw/riscv: virt: Fix riscv,pmu DT node path
2023-08-11 14:54 UTC (3+ messages)
[PATCH v7 0/5] Add RISC-V KVM AIA Support
2023-08-11 14:41 UTC (2+ messages)
[PATCH v2] linux-user/riscv: Use abi type for target_ucontext
2023-08-11 14:35 UTC (3+ messages)
[PATCH v2] virtio: don't zero out memory region cache for indirect descriptors
2023-08-11 14:34 UTC
[PATCH] virtio: don't zero out memory region cache for indirect descriptors
2023-08-11 14:29 UTC (5+ messages)
[PATCH 0/3] Fix the build on CentOS 7
2023-08-11 14:11 UTC (3+ messages)
` [PATCH 1/3] linux-user: Fix the build on systems without SOL_ALG
[PATCH 0/4] Generate x86 cpu features
2023-08-11 13:50 UTC (5+ messages)
` [PATCH 1/4] target/i386: Split out feature_word_info
` [PATCH 2/4] target/i386: Translate feature_word_info to xml
` [PATCH 3/4] target/i386: Format feature_word_info.c.inc
` [PATCH 4/4] target/i386: Autogenerate feature_word_info.c.inc
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).