qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-18 14:57:26 to 2023-08-20 04:19:30 UTC [more...]

[PATCH 00/22] Implement the mmap system call for FreeBSD
 2023-08-20  4:18 UTC  (34+ 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 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  (20+ 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 3/8] vhost: Expose vhost_svq_available_slots()
` [PATCH v3 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PATCH v3 5/8] vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
` [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 0/3] bsd-user: image_info cleanups
 2023-08-19 10:44 UTC  (10+ 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] 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  (34+ 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 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [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 07/33] linux-user/arm: "
` [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 11/33] migration: Remove qemu_host_page_size
` [PATCH 12/33] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
` [PATCH 13/33] softmmu/physmem: Remove qemu_host_page_size
` [PATCH 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH 15/33] linux-user: Remove qemu_host_page_size from main
` [PATCH 16/33] linux-user: Split out target_mmap__locked
` [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 23/33] linux-user: Split out mmap_h_gt_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 27/33] cpu: Remove page_size_init
` [PATCH 28/33] accel/tcg: Disconnect TargetPageDataNode from page size
` [PATCH 29/33] linux-user: Allow TARGET_PAGE_BITS_VARY
` [PATCH 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH 31/33] linux-user: Bound mmap_min_addr by host page size
` [PATCH 32/33] target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only
` [PATCH 33/33] target/alpha: "

[PATCH v3 00/18] Add some checks before translating instructions
 2023-08-18 17:05 UTC  (13+ messages)
` [PATCH v3 01/18] target/loongarch: Add function to check current arch
` [PATCH v3 08/18] target/loongarch: Truncate high 32 bits of address in VA32 mode
` [PATCH v3 11/18] target/loongarch: Add a check parameter to the TRANS macro
` [PATCH v3 12/18] target/loongarch: Add avail_64 to check la64-only instructions
` [PATCH v3 16/18] target/loongarch: Add avail_LAM to check atomic instructions

[PATCH 00/21] Graph locking part 4 (node management)
 2023-08-18 16:26 UTC  (10+ messages)
` [PATCH 02/21] preallocate: Factor out preallocate_truncate_to_real_size()
` [PATCH 03/21] preallocate: Don't poll during permission updates
` [PATCH 04/21] block: Take AioContext lock for bdrv_append() more consistently
` [PATCH 05/21] block: Introduce bdrv_schedule_unref()

[PATCH 0/3] ui: avoid dynamic stack allocations
 2023-08-18 16:16 UTC  (6+ messages)
` [PATCH 1/3] ui/spice-display: Avoid dynamic stack allocation
` [PATCH 2/3] ui/vnc-enc-hextile: Use static rather than dynamic length stack array
` [PATCH 3/3] ui/vnc-enc-tight: Avoid dynamic stack allocation

[PATCH] block/iscsi: Document why we use raw malloc()
 2023-08-18 16:00 UTC  (4+ messages)

[PATCH] block: Be more verbose in create fallback
 2023-08-18 16:00 UTC  (2+ messages)

[PATCH 0/4] target/loongarch: Cleanups in preparation of loongarch32 support
 2023-08-18 15:59 UTC  (5+ messages)
` [PATCH 2/4] target/loongarch: Remove duplicated disas_set_info assignment
` [PATCH 3/4] target/loongarch: Rename 64-bit specific functions

[PATCH 0/2] audio/jackaudio: avoid dynamic stack allocations
 2023-08-18 15:58 UTC  (3+ messages)
` [PATCH 1/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
` [PATCH 2/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_process()

[PATCH] target/arm: Remove unused allocation_tag_mem() argument
 2023-08-18 15:44 UTC 

[PATCH trivial] qemu-img: omit errno value in error message
 2023-08-18 15:39 UTC  (2+ messages)

[PATCH v4 00/18] linux-user: Implement VDSOs
 2023-08-18 15:38 UTC  (4+ messages)
` [PATCH v4 07/18] linux-user: Load vdso image if available

[PATCH 0/2] block: change reqs_lock to QemuMutex
 2023-08-18 15:36 UTC  (2+ messages)

[PATCH 0/2] block-backend: process I/O in the current AioContext
 2023-08-18 15:24 UTC  (2+ messages)

[PATCH v2 0/4] virtio-blk: use blk_io_plug_call() instead of notification BH
 2023-08-18 15:19 UTC  (5+ messages)
` [PATCH v2 3/4] virtio: use defer_call() in virtio_irqfd_notify()
` [PATCH v2 4/4] virtio-blk: remove batch notification BH

[PATCH] iotests: adapt test output for new qemu_cleanup() behavior
 2023-08-18 14:56 UTC  (2+ messages)


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