QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-03 15:38:06 to 2024-05-06 01:20:10 UTC [more...]

[PATCH v4] target/loongarch: Add TCG macro in structure CPUArchState
 2024-05-06  1:19 UTC 

[PATCH 00/57] target/arm: Convert a64 advsimd to decodetree (part 1)
 2024-05-06  1:04 UTC  (58+ messages)
` [PATCH 01/57] target/arm: Split out gengvec.c
` [PATCH 02/57] target/arm: Split out gengvec64.c
` [PATCH 03/57] target/arm: Convert Cryptographic AES to decodetree
` [PATCH 04/57] target/arm: Convert Cryptographic 3-register SHA "
` [PATCH 05/57] target/arm: Convert Cryptographic 2-register "
` [PATCH 06/57] target/arm: Convert Cryptographic 3-register SHA512 "
` [PATCH 07/57] target/arm: Convert Cryptographic 2-register "
` [PATCH 08/57] target/arm: Convert Cryptographic 4-register "
` [PATCH 09/57] target/arm: Convert Cryptographic 3-register, imm2 "
` [PATCH 10/57] target/arm: Convert XAR "
` [PATCH 11/57] target/arm: Convert Advanced SIMD copy "
` [PATCH 12/57] target/arm: Convert FMULX "
` [PATCH 13/57] target/arm: Convert FADD, FSUB, FDIV, FMUL "
` [PATCH 14/57] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM "
` [PATCH 15/57] target/arm: Expand vfp neg and abs inline
` [PATCH 16/57] target/arm: Convert FNMUL to decodetree
` [PATCH 17/57] target/arm: Convert FMLA, FMLS "
` [PATCH 18/57] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT "
` [PATCH 19/57] target/arm: Convert FABD "
` [PATCH 20/57] target/arm: Convert FRECPS, FRSQRTS "
` [PATCH 21/57] target/arm: Convert FADDP "
` [PATCH 22/57] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP "
` [PATCH 23/57] target/arm: Use gvec for neon faddp, fmaxp, fminp
` [PATCH 24/57] target/arm: Convert ADDP to decodetree
` [PATCH 25/57] target/arm: Use gvec for neon padd
` [PATCH 26/57] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
` [PATCH 27/57] target/arm: Use gvec for neon pmax, pmin
` [PATCH 28/57] target/arm: Convert FMLAL, FMLSL to decodetree
` [PATCH 29/57] target/arm: Convert disas_simd_3same_logic "
` [PATCH 30/57] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
` [PATCH 31/57] target/arm: Convert SUQADD and USQADD to gvec
` [PATCH 32/57] target/arm: Inline scalar SUQADD and USQADD
` [PATCH 33/57] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
` [PATCH 34/57] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
` [PATCH 35/57] target/arm: Convert SUQADD, USQADD "
` [PATCH 36/57] target/arm: Convert SSHL, USHL "
` [PATCH 37/57] target/arm: Convert SRSHL and URSHL (register) to gvec
` [PATCH 38/57] target/arm: Convert SRSHL, URSHL to decodetree
` [PATCH 39/57] target/arm: Convert SQSHL and UQSHL (register) to gvec
` [PATCH 40/57] target/arm: Convert SQSHL, UQSHL to decodetree
` [PATCH 41/57] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
` [PATCH 42/57] target/arm: Convert SQRSHL, UQRSHL to decodetree
` [PATCH 43/57] target/arm: Convert ADD, SUB (vector) "
` [PATCH 44/57] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ "
` [PATCH 45/57] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32,i64}
` [PATCH 46/57] target/arm: Convert SHADD, UHADD to gvec
` [PATCH 47/57] target/arm: Convert SHADD, UHADD to decodetree
` [PATCH 48/57] target/arm: Convert SHSUB, UHSUB to gvec
` [PATCH 49/57] target/arm: Convert SHSUB, UHSUB to decodetree
` [PATCH 50/57] target/arm: Convert SRHADD, URHADD to gvec
` [PATCH 51/57] target/arm: Convert SRHADD, URHADD to decodetree
` [PATCH 52/57] target/arm: Convert SMAX, SMIN, UMAX, UMIN "
` [PATCH 53/57] target/arm: Convert SABA, SABD, UABA, UABD "
` [PATCH 54/57] target/arm: Convert MUL, PMUL "
` [PATCH 55/57] target/arm: Convert MLA, MLS "
` [PATCH 56/57] target/arm: Tidy SQDMULH, SQRDMULH (vector)
` [PATCH 57/57] target/arm: Convert SQDMULH, SQRDMULH to decodetree

[PATCH v3 0/3] Fix MSI-X handling for Xen HVM
 2024-05-06  0:43 UTC  (5+ messages)
` [PATCH v3 1/3] hw/xen/xen_pt: Save back data only for declared registers
` [PATCH v3 2/3] Update Xen's features.h header
` [PATCH v3 3/3] Do not access /dev/mem in MSI-X PCI passthrough on Xen

[PATCH v2 0/7] target/sparc: vis fixes
 2024-05-05 20:13 UTC  (15+ messages)
` [PATCH v2 2/7] target/sparc: Fix FEXPAND
` [PATCH v2 3/7] target/sparc: Fix FMUL8x16
` [PATCH v2 4/7] target/sparc: Fix FMUL8x16A{U,L}
` [PATCH v2 6/7] target/sparc: Fix FPMERGE
` [PATCH v2 7/7] target/sparc: Split out do_ms16b

[sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
 2024-05-05 19:57 UTC  (3+ messages)

[PATCH 0/7] Remove some unused structures
 2024-05-05 18:52 UTC  (12+ messages)
` [PATCH 1/7] linux-user: cris: Remove unused struct 'rt_signal_frame'
` [PATCH 2/7] linux-user: i386/signal: Remove unused fp structs
` [PATCH 3/7] linux-user: sparc: Remove unused struct 'target_mc_fq'
` [PATCH 4/7] hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'
` [PATCH 5/7] hw/arm/bcm2836: Remove unusued struct 'BCM283XClass'
` [PATCH 6/7] target/ppc: Remove unused struct 'mmu_ctx_hash32'
` [PATCH 7/7] net/can: Remove unused struct 'CanBusState'

[PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RWX
 2024-05-05 17:28 UTC  (2+ messages)

PCIE Memory Information
 2024-05-05 17:19 UTC  (3+ messages)

[PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
 2024-05-05 14:31 UTC  (4+ messages)

[PATCH] hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
 2024-05-05 14:16 UTC 

[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-05 14:05 UTC  (5+ messages)
` [PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
` [PATCH 2/4] hw/gpio: Handle clock migration in STM32L4x5 gpios
` [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
` [PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections

[PATCH] qemu-keymap: Free xkb allocations
 2024-05-05 10:29 UTC  (3+ messages)

[PATCH 0/3] qapi/vfio: Add VFIO device migration state change QAPI event
 2024-05-05  7:48 UTC  (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] vfio/migration: Emit "

[PATCH v2] MAINTAINERS: Update my email address
 2024-05-05  7:23 UTC 

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-05-05  6:47 UTC  (13+ messages)
` [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
` [PATCH v8 08/11] virtio-gpu: Handle resource blob commands

[PATCH] Fixes: Indentation using TABs and improve formatting
 2024-05-05  6:05 UTC  (2+ messages)

[PULL 0/9] target/alpha: Implement CF_PCREL
 2024-05-05  0:39 UTC  (11+ messages)
` [PULL 1/9] target/alpha: Use cpu_env in preference to ALPHA_CPU
` [PULL 2/9] target/alpha: Hoist branch shift to initial decode
` [PULL 3/9] target/alpha: Use DISAS_NEXT definition instead of magic '0' value
` [PULL 4/9] target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
` [PULL 5/9] target/alpha: Return DISAS_NORETURN once
` [PULL 6/9] target/alpha: Simplify gen_bcond_internal()
` [PULL 7/9] target/alpha: Split out gen_goto_tb
` [PULL 8/9] target/alpha: Split out gen_pc_disp
` [PULL 9/9] target/alpha: Implement CF_PCREL

[PATCH v10 00/10] Support blob memory and venus on qemu
 2024-05-04 20:28 UTC  (11+ messages)
` [PATCH v10 01/10] virtio-gpu: Unrealize GL device
` [PATCH v10 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v10 03/10] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v10 04/10] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v10 05/10] virtio-gpu: Add virgl resource management
` [PATCH v10 06/10] virtio-gpu: Support blob scanout using dmabuf fd
` [PATCH v10 07/10] virtio-gpu: Support suspension of commands processing
` [PATCH v10 08/10] virtio-gpu: Handle resource blob commands
` [PATCH v10 09/10] virtio-gpu: Register capsets dynamically
` [PATCH v10 10/10] virtio-gpu: Support Venus context

[PATCH v2 0/9] target/alpha: Implement CF_PCREL
 2024-05-04 14:40 UTC  (3+ messages)
` [PATCH v2 6/9] target/alpha: Simplify gen_bcond_internal()

[PATCH] hw/arm/npcm7xx: remove setting of mp-affinity
 2024-05-04 14:32 UTC  (2+ messages)

[PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
 2024-05-04 14:20 UTC  (6+ messages)

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-04 13:40 UTC  (23+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
  ` 答复: "
` [PATCH V8 7/8] gdbstub: Add helper function to unregister GDB register space

[PATCH v2] target/i386: Fix CPUID encoding of Fn8000001E_ECX
 2024-05-04 11:58 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 0/5] vvfat: Fix write bugs for large files and add iotests
 2024-05-04  8:51 UTC  (7+ messages)
` [PATCH v2 1/5] vvfat: Fix bug in writing to middle of file
` [PATCH v2 2/5] vvfat: Fix usage of `info.file.offset`
` [PATCH v2 3/5] vvfat: Fix reading files with non-continuous clusters
` [PATCH v2 4/5] iotests: Add `vvfat` tests
` [PATCH v2 5/5] iotests: Filter out `vvfat` fmt from failing tests

[PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
 2024-05-04  8:25 UTC  (2+ messages)

[PULL 00/14] Accel / SH4 / UI patches for 2024-05-03
 2024-05-04  2:01 UTC  (6+ messages)
` [PULL 08/14] plugins: Update stale comment
` [PULL 12/14] target/sh4: Rename TCGv variables as manual for ADDV opcode
` [PULL 13/14] target/sh4: Rename TCGv variables as manual for SUBV opcode
` [PULL 14/14] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs

[PATCH 0/3] testing/next: s390x gitlab updates
 2024-05-04  1:17 UTC  (2+ messages)

[PATCH 0/9] migration/mapped-ram: Add direct-io support
 2024-05-03 22:16 UTC  (29+ messages)
` [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
` [PATCH 2/9] migration: Fix file migration with fdset
` [PATCH 3/9] tests/qtest/migration: Fix file migration offset check
` [PATCH 4/9] migration: Add direct-io parameter
` [PATCH 5/9] migration/multifd: Add direct-io support
` [PATCH 6/9] tests/qtest/migration: Add tests for file migration with direct-io
` [PATCH 7/9] monitor: fdset: Match against O_DIRECT

[PULL 00/10] bufferiszero improvements
 2024-05-03 21:42 UTC  (2+ messages)

[PATCH v3 00/11] hw: Strengthen SysBus & QBus API
 2024-05-03 21:34 UTC  (3+ messages)
` [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

[PATCH] hw/nvme: fix number of PIDs for FDP RUH update
 2024-05-03 17:50 UTC 

More doc updates needed for new migrate argument @channels
 2024-05-03 20:03 UTC  (2+ messages)

[PATCH] tests/avocado: update sunxi kernel from armbian to 6.6.16
 2024-05-03 19:57 UTC  (6+ messages)

[PATCH] qga/commands-posix: fix typo in qmp_guest_set_user_password
 2024-05-03 18:00 UTC  (3+ messages)

[PATCH v2 0/5] virtio-blk: iothread-vq-mapping cleanups
 2024-05-03 17:33 UTC  (3+ messages)
` [PATCH v2 5/5] monitor: use aio_co_reschedule_self()

[PATCH v6] Hexagon: add PC alignment check and exception
 2024-05-03 16:53 UTC 

[PATCH v4] fix endianness bug
 2024-05-03 16:43 UTC  (3+ messages)
` [PATCH v5] xlnx_dpdma: fix descriptor "


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 read-only IMAP folder(s) and NNTP newsgroup(s).