qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 10:22:25 to 2024-04-12 09:20:11 UTC [more...]

[PATCH 00/65]target/riscv: Support XTheadVector extension
 2024-04-12  7:37 UTC  (43+ messages)
` [PATCH 01/65] riscv: thead: Add th.sxstatus CSR emulation
` [PATCH 02/65] target/riscv: Reuse th_csr.c to add user-mode csrs
` [PATCH 03/65] target/riscv: Add properties for XTheadVector extension
` [PATCH 04/65] target/riscv: Override some csr ops for XTheadVector
` [PATCH 05/65] target/riscv: Add mlen in DisasContext
` [PATCH 06/65] target/riscv: Implement insns decode rules for XTheadVector
` [PATCH 07/65] target/riscv: implement th.vsetvl{i} "
` [PATCH 08/65] target/riscv: Add strided load instructions "
` [PATCH 09/65] target/riscv: Add strided store "
` [PATCH 10/65] target/riscv: Add unit-stride load "
` [PATCH 11/65] target/riscv: Add unit-stride store "
` [PATCH 12/65] target/riscv: Add indexed load "
` [PATCH 13/65] target/riscv: Add indexed store "
` [PATCH 14/65] target/riscv: Add unit-stride fault-only-first "
` [PATCH 15/65] target/riscv: Add vector amo operations "
` [PATCH 16/65] target/riscv: Add single-width integer add and subtract instructions "
` [PATCH 17/65] target/riscv: Add widening integer add/subtract "
` [PATCH 18/65] target/riscv: Add integer add-with-carry/sub-with-borrow "
` [PATCH 19/65] target/riscv: Add bitwise logical "
` [PATCH 20/65] target/riscv: Add single-width bit shift "
` [PATCH 21/65] target/riscv: Add narrowing integer right "
` [PATCH 22/65] target/riscv: Add integer compare "
` [PATCH 23/65] target/riscv: Add integer min/max "
` [PATCH 24/65] target/riscv: Add single-width integer multiply "
` [PATCH 25/65] target/riscv: Add integer divide "
` [PATCH 26/65] target/riscv: Add widening integer multiply "
` [PATCH 27/65] target/riscv: Add single-width integer multiply-add "
` [PATCH 28/65] target/riscv: Add widening "
` [PATCH 29/65] target/riscv: Add integer merge and move "
` [PATCH 30/65] target/riscv: Add single-width saturating add and sub "
` [PATCH 31/65] target/riscv: Add single-width average "
` [PATCH 32/65] target/riscv: Add single-width fractional mul with rounding and saturation "
` [PATCH 33/65] target/riscv: Add widening saturating scaled multiply-add instructions "
` [PATCH 34/65] target/riscv: Add single-width scaling shift "
` [PATCH 35/65] target/riscv: Add narrowing fixed-point clip "
` [PATCH 36/65] target/riscv: Add single-width floating-point add/sub "
` [PATCH 37/65] target/riscv: Add widening "
` [PATCH 38/65] target/riscv: Add single-width floating-point multiply/divide "
` [PATCH 39/65] target/riscv: Add widening floating-point multiply "
` [PATCH 40/65] target/riscv: Add single-width floating-point fused multiply-add "
` [PATCH 41/65] target/riscv: Add widening floating-point fused mul-add "
` [PATCH 42/65] target/riscv: Add floating-pointing square-root "

[PATCH 0/2] Improvements for switches in hw/cpu/Kconfig
 2024-04-12  9:15 UTC  (4+ messages)
` [PATCH 1/2] hw: Fix problem with the A*MPCORE switches in the Kconfig files
` [PATCH 2/2] hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER device

[PATCH-for-9.0?] docs: i386: pc: Update maximum CPU numbers for PC Q35
 2024-04-12  8:53 UTC 

[PATCH RFC] prevent overflow in xlnx_dpdma_desc_get_source_address()
 2024-04-12  8:13 UTC 

[PATCH v2] Makefile: fix use of -j without an argument
 2024-04-12  8:02 UTC 

[PATCH] Makefile: fix use of -j without an argument
 2024-04-12  8:02 UTC  (5+ messages)

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-04-12  7:56 UTC  (3+ messages)

[PATCH] linux-headers: change the annotation of VFIO_IOMMU_SPAPR_REGISTER_MEMORY in vfio.h
 2024-04-12  7:53 UTC  (2+ messages)

[PATCH 0/6 qemu] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-04-12  7:39 UTC  (2+ messages)

[PATCH v3 00/27] misc: Replace sprintf
 2024-04-12  7:33 UTC  (28+ messages)
` [PATCH v3 01/27] util/hexdump: Remove b parameter from qemu_hexdump_line
` [PATCH v3 02/27] util/hexdump: Remove ascii "
` [PATCH v3 03/27] util/hexdump: Use a GString for qemu_hexdump_line
` [PATCH v3 04/27] util/hexdump: Add unit_len and block_len to qemu_hexdump_line
` [PATCH v3 05/27] util/hexdump: Inline g_string_append_printf "%02x"
` [PATCH v3 06/27] hw/mips/malta: Add re-usable rng_seed_hex_new() method
` [PATCH v3 07/27] system/qtest: Replace sprintf by qemu_hexdump_line
` [PATCH v3 08/27] hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintf
` [PATCH v3 09/27] hw/ide/atapi: "
` [PATCH v3 10/27] hw/dma/pl330: "
` [PATCH v3 11/27] backends/tpm: "
` [PATCH v3 12/27] disas/m68k: Replace sprintf() by snprintf()
` [PATCH v3 13/27] disas/microblaze: "
` [PATCH v3 14/27] disas/microblaze: Split out print_immval_addr
` [PATCH v3 15/27] target/microblaze: Re-indent print_insn_microblaze
` [PATCH v3 16/27] disas/microblaze: Merge op->name output into each fprintf
` [PATCH v3 17/27] disas/microblaze: Print registers directly with PRIreg
` [PATCH v3 18/27] disas/microblaze: Print immediates directly with PRIimm
` [PATCH v3 19/27] disas/microblaze: Print registers directly with PRIrfsl
` [PATCH v3 20/27] disas/microblaze: Split get_field_special
` [PATCH v3 21/27] disas/riscv: Use GString in format_inst
` [PATCH v3 22/27] linux-user/flatload: Replace sprintf() by snprintf()
` [PATCH v3 23/27] hw/misc/imx: "
` [PATCH v3 24/27] hw/net/rocker: "
` [PATCH v3 25/27] hw/riscv/virt: Replace sprintf by g_strdup_printf
` [PATCH v3 26/27] target/arm: Replace sprintf() by snprintf()
` [PATCH v3 27/27] target/i386/kvm: Improve KVM_EXIT_NOTIFY warnings

[RFC QEMU PATCH v8 0/1] S3 support
 2024-04-12  6:49 UTC  (18+ messages)
` [RFC QEMU PATCH v8 2/2] virtio-pci: implement No_Soft_Reset bit

[PATCH v6] virtio-pci: Fix the crash that the vector was used after released
 2024-04-12  6:35 UTC  (2+ messages)

[PATCH] target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT
 2024-04-12  4:18 UTC  (2+ messages)

[PATCH v7 00/10] Support blob memory and venus on qemu
 2024-04-12  3:58 UTC  (11+ messages)
` [PATCH v7 01/10] linux-headers: Update to Linux v6.9-rc3
` [PATCH v7 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v7 04/10] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v7 05/10] virtio-gpu: Add virgl resource management
` [PATCH v7 06/10] virtio-gpu: Support blob scanout using dmabuf fd
` [PATCH v7 09/10] virtio-gpu: Support Venus capset
` [PATCH v7 10/10] virtio-gpu: Initialize Venus

[PATCH v5 1/3] ui/console: Introduce dpy_gl_qemu_dmabuf_get_..() helpers
 2024-04-12  3:53 UTC  (3+ messages)
` [PATCH v5 2/3] ui/console: Introduce dpy_gl_qemu_dmabuf_set_..() helpers
` [PATCH v5 3/3] ui/console: Introduce dpy_gl_qemu_dmabuf_new() and free() helpers

[PATCH v5] virtio-pci: Fix the crash that the vector was used after released
 2024-04-12  3:31 UTC  (2+ messages)

[PATCH] target/sparc: resolve ASI_USERTXT correctly
 2024-04-12  2:16 UTC  (4+ messages)

wiki.qemu.org account access request
 2024-04-12  0:23 UTC  (2+ messages)

[PATCH 00/60] linux-user and tcg patch queue
 2024-04-11 22:09 UTC  (3+ messages)
` [PATCH 56/60] linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2, 4}

[PATCH 0/2] m68k: Remove sprintf() calls due to macOS deprecation
 2024-04-11 21:58 UTC  (5+ messages)
` [PATCH 1/2] disas/m68k: Replace sprintf() by snprintf()
` [PATCH 2/2] target/m68k: Remove sprintf() calls

[PATCH 0/9] misc: Replace sprintf() by snprintf() due to macOS deprecation
 2024-04-11 21:46 UTC  (25+ messages)
` [PATCH 1/9] disas/m68k: Replace sprintf() by snprintf()
` [PATCH 2/9] disas/microblaze: "
` [PATCH 3/9] disas/riscv: "
` [PATCH 4/9] linux-user/flatload: "
` [PATCH 5/9] hw/misc/imx: "
` [PATCH 6/9] hw/net/rocker: "
` [PATCH 7/9] hw/riscv/virt: "
` [PATCH 8/9] target/arm: "
` [PATCH 9/9] target/i386: "

[PATCH v2 00/13] misc: Remove sprintf() due to macOS deprecation
 2024-04-11 20:53 UTC  (22+ messages)
` [PATCH v2 01/13] ui/console-vc: Replace sprintf() by snprintf()
` [PATCH v2 02/13] hw/vfio/pci: "
` [PATCH v2 03/13] hw/ppc/spapr: "
` [PATCH v2 04/13] hw/mips/malta: Add re-usable rng_seed_hex_new() method
` [PATCH v2 06/13] system/qtest: Replace sprintf() by g_string_append_printf()
` [PATCH v2 07/13] util/hexdump: Rename @offset argument in qemu_hexdump_line()
` [PATCH v2 08/13] util/hexdump: Have qemu_hexdump_line() return heap allocated buffer
` [PATCH v2 09/13] util/hexdump: Replace sprintf() by g_string_append_printf()
` [PATCH v2 10/13] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf()

QEMU Community Call Agenda Items (April 16th, 2024)
 2024-04-11 20:52 UTC 

[PATCH for-9.0] meson.build: Disable -fzero-call-used-regs on OpenBSD
 2024-04-11 20:28 UTC  (4+ messages)

[PATCH 0/4] tests/qtest/migration: Add postcopy qtests for introducing 'channels' argument with new QAPI syntax
 2024-04-11 19:41 UTC  (16+ messages)
` [PATCH 1/4] Revert "migration: modify test_multifd_tcp_none() to use new QAPI syntax"
` [PATCH 3/4] tests/qtest/migration: Add channels parameter in migrate_incoming_qmp
` [PATCH 4/4] tests/qtest/migration: Add postcopy migration qtests to use 'channels' argument instead of uri

[PATCH v2] ppc440_pcix: Do not expose a bridge device on PCI bus
 2024-04-11 19:24 UTC 

[ANNOUNCE] QEMU 9.0.0-rc3 is now available
 2024-04-11 18:57 UTC 

[PATCH for-9.1 v1 0/3] Add SEV/SEV-ES machine compat options for KVM_SEV_INIT2
 2024-04-11 17:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/10] Multi-phase reset mechanism
 2024-04-11 17:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 02/10] hw/core: create Resettable QOM interface
  `  "

[PATCH] target/riscv: fix instructions count handling in icount mode
 2024-04-11 17:22 UTC  (2+ messages)

[PATCH for-9.1 00/19] target/i386: convert 1-byte opcodes to new decoder
 2024-04-11 16:43 UTC  (9+ messages)
` [PATCH for-9.1 09/19] target/i386: move 60-BF "
` [PATCH for-9.1 10/19] target/i386: generalize gen_movl_seg_T0

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-04-11 16:36 UTC  (16+ messages)

[PATCH] linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code
 2024-04-11 14:54 UTC  (2+ messages)

COLO state?
 2024-04-11 14:39 UTC 

[PATCH v6 0/7] Resolve issues with booting distros on x86
 2024-04-11 14:19 UTC  (2+ messages)

[PATCH v5 0/3] Add support for the RAPL MSRs series
 2024-04-11 12:14 UTC  (4+ messages)
` [PATCH v5 1/3] qio: add support for SO_PEERCRED for socket channel
` [PATCH v5 2/3] tools: build qemu-vmsr-helper
` [PATCH v5 3/3] Add support for RAPL MSRs in KVM/Qemu

[PATCH v9 00/20] virtio-net RSS/hash report fixes and improvements
 2024-04-11 11:28 UTC  (5+ messages)
` [PATCH v9 13/20] virtio-net: Return an error when vhost cannot enable RSS

[PATCH] hw/misc: Avoid sprintf() in the imx devices
 2024-04-11 10:46 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).