qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-18 17:14:27 to 2023-08-20 20:45:02 UTC [more...]

[PATCH 0/4] linux-user: shmat/shmdt improvements
 2023-08-20 20:44 UTC  (5+ messages)
` [PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap.c
` [PATCH 2/4] linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat, shmdt}
` [PATCH 3/4] linux-user: Fix shmdt
` [PATCH 4/4] linux-user: Track shm regions with an interval tree

[PATCH 00/22] Implement the mmap system call for FreeBSD
 2023-08-20 20:42 UTC  (71+ messages)
` [PATCH 01/22] Implement struct target_ipc_perm
` [PATCH 02/22] Implement struct target_shmid_ds
` [PATCH 03/22] Declarations for ipc_perm and shmid_ds conversion functions
` [PATCH 04/22] Introduce freebsd/os-misc.h to the source tree
` [PATCH 05/22] Implement shm_open2(2) system call
` [PATCH 06/22] Implement shm_rename(2) "
` [PATCH 07/22] Add bsd-mem.c to meson.build
` [PATCH 08/22] Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PATCH 09/22] Implement ipc_perm conversion between host and target
` [PATCH 10/22] Implement shmid_ds "
` [PATCH 11/22] Introduce bsd-mem.h to the source tree
` [PATCH 12/22] Implement mmap(2) and munmap(2)
` [PATCH 13/22] Implement mprotect(2)
` [PATCH 14/22] Implement msync(2)
` [PATCH 15/22] Implement mlock(2), munlock(2), mlockall(2), munlockall(2), madvise(2), minherit(2)
` [PATCH 16/22] Implement mincore(2)
` [PATCH 17/22] Implement do_obreak function
` [PATCH 18/22] Implement shm_open(2)
` [PATCH 19/22] Implement shm_unlink(2) and shmget(2)
` [PATCH 20/22] Implement shmctl(2)
` [PATCH 21/22] Implement shmat(2) and shmdt(2)
` [PATCH 22/22] Add stubs for vadvise(), sbrk() and sstk()

[PATCH] bsd-user: Add missing break after do_bsd_preadv
 2023-08-20 13:53 UTC  (2+ messages)

[PATCH v6 00/12] Add VIRTIO sound card
 2023-08-20 11:46 UTC  (6+ messages)
` [PATCH v6 01/12] Add virtio-sound device stub
` [PATCH v6 02/12] Add virtio-sound-pci device

[PATCH] hw/loongarch: Fix ACPI processor id off-by-one error
 2023-08-20 10:56 UTC 

[PATCH 0/3] bsd-user: image_info cleanups
 2023-08-20  4:53 UTC  (11+ messages)
` [PATCH 1/3] bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
` [PATCH 2/3] bsd-user: Remove image_info.mmap
` [PATCH 3/3] bsd-user: Remove image_info.start_brk

[PATCH v3 00/32] Implement the stat system calls for FreeBSD
 2023-08-20  4:03 UTC  (2+ messages)

[PATCH v3 0/8] vdpa: Send all CVQ state load commands in parallel
 2023-08-20  3:34 UTC  (16+ messages)
` [PATCH v3 1/8] vhost: Add argument to vhost_svq_poll()
` [PATCH v3 2/8] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PATCH v3 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PATCH v3 6/8] vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
` [PATCH v3 8/8] vdpa: Send cvq state load commands in parallel

[PATCH] target/arm: Fix SME ST1Q
 2023-08-19 10:42 UTC  (2+ messages)

[PATCH v2 0/8] target/loongarch: Cleanups in preparation of loongarch32 support
 2023-08-19  7:34 UTC  (13+ messages)
` [PATCH v2 1/8] target/loongarch: Log I/O write accesses to CSR registers
` [PATCH v2 2/8] target/loongarch: Remove duplicated disas_set_info assignment
` [PATCH v2 3/8] target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW
` [PATCH v2 4/8] target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU
` [PATCH v2 5/8] target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init
` [PATCH v2 6/8] target/loongarch: Add function to check current arch
` [PATCH v2 7/8] target/loongarch: Add new object class for loongarch32 cpus
` [PATCH v2 8/8] target/loongarch: Add GDB support for loongarch32 mode

[PATCH] target/loongarch: Split fcc register to fcc0-7 in gdbstub
 2023-08-19  6:44 UTC  (7+ messages)

[PATCH v9 1/9] virtio: Add shared memory capability
 2023-08-19  6:24 UTC  (10+ messages)
` [PATCH v9 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v9 3/9] virtio-gpu: hostmem
` [PATCH v9 4/9] virtio-gpu: blob prep
` [PATCH v9 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v9 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v9 7/9] gfxstream + rutabaga: meson support
` [PATCH v9 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v9 9/9] docs/system: add basic virtio-gpu documentation

[PATCH v7 0/9] gfxstream + rutabaga_gfx
 2023-08-19  6:13 UTC  (10+ messages)
` [PATCH v7 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v7 9/9] docs/system: add basic virtio-gpu documentation

[PATCH v2 00/18] crypto: Provide clmul.h and host accel
 2023-08-19  1:02 UTC  (19+ messages)
` [PATCH v2 01/18] crypto: Add generic 8-bit carry-less multiply routines
` [PATCH v2 02/18] target/arm: Use clmul_8* routines
` [PATCH v2 03/18] target/s390x: "
` [PATCH v2 04/18] target/ppc: "
` [PATCH v2 05/18] crypto: Add generic 16-bit carry-less multiply routines
` [PATCH v2 06/18] target/arm: Use clmul_16* routines
` [PATCH v2 07/18] target/s390x: "
` [PATCH v2 08/18] target/ppc: "
` [PATCH v2 09/18] crypto: Add generic 32-bit carry-less multiply routines
` [PATCH v2 10/18] target/arm: Use clmul_32* routines
` [PATCH v2 11/18] target/s390x: "
` [PATCH v2 12/18] target/ppc: "
` [PATCH v2 13/18] crypto: Add generic 64-bit carry-less multiply routine
` [PATCH v2 14/18] target/arm: Use clmul_64
` [PATCH v2 15/18] target/s390x: "
` [PATCH v2 16/18] target/ppc: "
` [PATCH v2 17/18] host/include/i386: Implement clmul.h
` [PATCH v2 18/18] host/include/aarch64: "

[PATCH v2 00/23] tcg: Introduce negsetcond opcodes
 2023-08-18 22:13 UTC  (24+ messages)
` [PATCH v2 01/23] "
` [PATCH v2 02/23] tcg: Use tcg_gen_negsetcond_*
` [PATCH v2 03/23] target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzero
` [PATCH v2 04/23] target/arm: Use tcg_gen_negsetcond_*
` [PATCH v2 05/23] target/m68k: "
` [PATCH v2 06/23] target/openrisc: "
` [PATCH v2 07/23] target/ppc: "
` [PATCH v2 08/23] target/sparc: Use tcg_gen_movcond_i64 in gen_edge
` [PATCH v2 09/23] target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tl
` [PATCH v2 10/23] tcg/ppc: Implement negsetcond_*
` [PATCH v2 11/23] tcg/ppc: Use the Set Boolean Extension
` [PATCH v2 12/23] tcg/aarch64: Implement negsetcond_*
` [PATCH v2 13/23] tcg/arm: Implement negsetcond_i32
` [PATCH v2 14/23] tcg/riscv: Implement negsetcond_*
` [PATCH v2 15/23] tcg/s390x: "
` [PATCH v2 16/23] tcg/sparc64: "
` [PATCH v2 17/23] tcg/i386: Merge tcg_out_brcond{32,64}
` [PATCH v2 18/23] tcg/i386: Merge tcg_out_setcond{32,64}
` [PATCH v2 19/23] tcg/i386: Merge tcg_out_movcond{32,64}
` [PATCH v2 20/23] tcg/i386: Use CMP+SBB in tcg_out_setcond
` [PATCH v2 21/23] tcg/i386: Clear dest first in tcg_out_setcond if possible
` [PATCH v2 22/23] tcg/i386: Use shift in tcg_out_setcond
` [PATCH v2 23/23] tcg/i386: Implement negsetcond_*

[PATCH v4 0/3] qmp, vhost-user: Remove virtio_list & update virtio introspection
 2023-08-18 17:19 UTC  (4+ messages)
` [PATCH v4 1/3] qmp: remove virtio_list, search QOM tree instead
` [PATCH v4 2/3] qmp: update virtio feature maps, vhost-user-gpio introspection
` [PATCH v4 3/3] vhost-user: move VhostUserProtocolFeature definition to header file

[PATCH 00/33] linux-user: Improve host and guest page size handling
 2023-08-18 17:12 UTC  (24+ messages)
` [PATCH 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH 02/33] linux-user: Adjust SVr4 NULL page mapping
` [PATCH 04/33] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH 05/33] linux-user/hppa: Simplify init_guest_commpage
` [PATCH 06/33] linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
` [PATCH 08/33] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH 09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN "
` [PATCH 10/33] linux-user: Remove HOST_PAGE_ALIGN "
` [PATCH 13/33] softmmu/physmem: Remove qemu_host_page_size
` [PATCH 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH 17/33] linux-user: Move some mmap checks outside the lock
` [PATCH 18/33] linux-user: Fix sub-host-page mmap
` [PATCH 19/33] linux-user: Split out mmap_end
` [PATCH 20/33] linux-user: Do early mmap placement only for reserved_va
` [PATCH 21/33] linux-user: Split out mmap_h_eq_g
` [PATCH 22/33] linux-user: Split out mmap_h_lt_g
` [PATCH 24/33] tests/tcg: Remove run-test-mmap-*
` [PATCH 25/33] tests/tcg: Extend file in linux-madvise.c
` [PATCH 26/33] linux-user: Deprecate and disable -p pagesize
` [PATCH 28/33] accel/tcg: Disconnect TargetPageDataNode from page size
` [PATCH 29/33] linux-user: Allow TARGET_PAGE_BITS_VARY
` [PATCH 31/33] linux-user: Bound mmap_min_addr by host page size
` [PATCH 33/33] target/alpha: Enable TARGET_PAGE_BITS_VARY for user-only


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