qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-05 17:16:13 to 2024-05-06 08:15:22 UTC [more...]

[PATCH v2 00/25] target/i386: convert 1-byte opcodes to new decoder
 2024-05-06  8:09 UTC  (18+ messages)
` [PATCH v2 01/25] target/i386: use TSTEQ/TSTNE to test low bits
` [PATCH v2 02/25] target/i386: use TSTEQ/TSTNE to check flags
` [PATCH v2 03/25] target/i386: remove mask from CCPrepare
` [PATCH v2 04/25] target/i386: cc_op is not dynamic in gen_jcc1
` [PATCH v2 06/25] target/i386: pull cc_op update to callers of gen_jmp_rel{, _csize}
` [PATCH v2 07/25] target/i386: extend cc_* when using them to compute flags
` [PATCH v2 08/25] target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
` [PATCH v2 09/25] target/i386: clarify the "reg" argument of functions returning CCPrepare
` [PATCH v2 11/25] target/i386: reintroduce debugging mechanism
` [PATCH v2 13/25] target/i386: extract gen_far_call/jmp, reordering temporaries
` [PATCH v2 14/25] target/i386: allow instructions with more than one immediate
` [PATCH v2 15/25] target/i386: move 60-BF opcodes to new decoder
` [PATCH v2 16/25] target/i386: generalize gen_movl_seg_T0
` [PATCH v2 19/25] target/i386: move remaining conditional operations to new decoder
` [PATCH v2 23/25] target/i386: decode x87 instructions in a separate function
` [PATCH v2 24/25] target/i386: split legacy decoder into "
` [PATCH v2 25/25] target/i386: remove duplicate prefix decoding

[PATCH] hw/nvme: fix mo field in io mgnt send
 2024-05-06  8:06 UTC 

[PULL 00/46] Mostly build system and other cleanups patches for 2024-05-06
 2024-05-06  7:51 UTC  (47+ messages)
` [PULL 01/46] target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
` [PULL 02/46] Kconfig: kvm: allow building without any board
` [PULL 03/46] tests/qtest: skip m48t59-test if the machine is absent
` [PULL 04/46] gitlab-ci: adjust msys2-64bit to be able to run qtest
` [PULL 05/46] kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
` [PULL 06/46] configs: list "implied" device groups in the default configs
` [PULL 07/46] alpha: switch boards to "default y"
` [PULL 08/46] arm: "
` [PULL 09/46] avr: "
` [PULL 10/46] cris: "
` [PULL 11/46] hppa: "
` [PULL 12/46] i386: "
` [PULL 13/46] loongarch: "
` [PULL 14/46] m68k: "
` [PULL 15/46] microblaze: "
` [PULL 16/46] meson: make target endianneess available to Kconfig
` [PULL 17/46] mips: switch boards to "default y"
` [PULL 18/46] openrisc: "
` [PULL 19/46] ppc: "
` [PULL 20/46] riscv: "
` [PULL 21/46] rx: "
` [PULL 22/46] s390x: "
` [PULL 23/46] sh4: "
` [PULL 24/46] sparc: "
` [PULL 25/46] tricore: "
` [PULL 26/46] xtensa: "
` [PULL 27/46] docs: document new convention for Kconfig board symbols
` [PULL 28/46] target/i386: Introduce SapphireRapids-v3 to add missing features
` [PULL 29/46] bitmap: Use g_try_new0/g_new0/g_renew
` [PULL 30/46] build: do not build virtio-vga-gl if virgl/opengl not available
` [PULL 31/46] fw_cfg: remove useless declarations from typedefs.h
` [PULL 32/46] qdev-core: remove DeviceListener "
` [PULL 33/46] numa: remove types "
` [PULL 34/46] net: remove AnnounceTimer "
` [PULL 35/46] qemu-option: remove QemuOpt "
` [PULL 36/46] intc: remove PICCommonState "
` [PULL 37/46] lockable: remove QemuLockable "
` [PULL 38/46] migration: remove PostcopyDiscardState "
` [PULL 39/46] monitor: remove MonitorDef "
` [PULL 40/46] qapi/machine: remove types "
` [PULL 41/46] display: remove GraphicHwOps "
` [PULL 42/46] tcg: remove CPU* types "
` [PULL 43/46] pci: remove some "
` [PULL 44/46] kvm: move target-dependent interrupt routing out of kvm-all.c
` [PULL 45/46] migration: do not include coroutine_int.h
` [PULL 46/46] qga/commands-posix: fix typo in qmp_guest_set_user_password

[sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
 2024-05-06  7:49 UTC  (4+ messages)

[PATCH 0/7] Remove some unused structures
 2024-05-06  7:43 UTC  (15+ 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] hw/arm/npcm7xx: remove setting of mp-affinity
 2024-05-06  7:36 UTC  (3+ messages)

[PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RWX
 2024-05-06  7:26 UTC  (3+ messages)

[PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-05-06  7:32 UTC  (4+ messages)
` [PATCH v11 19/21] i386: Add cache topology info in CPUCacheInfo

[PATCH] hw/nvme: fix number of PIDs for FDP RUH update
 2024-05-06  7:12 UTC  (2+ messages)

[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-06  6:45 UTC  (15+ messages)
` [PATCH v3 06/19] range: Introduce range_get_last_bit()
` [PATCH v3 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::check_cap() handler

[PATCH] docs/devel: Add introduction to LUKS volume with detached header
 2024-05-06  6:26 UTC  (2+ messages)

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

[PATCH] MAINTAINERS: Update Aleksandar Rikalo email
 2024-05-06  6:13 UTC  (2+ messages)

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-06  6:12 UTC  (5+ messages)
` [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support
` [PATCH v2 12/15] hw/riscv/riscv-iommu: Add another irq for mrif notifications

[PATCH v3 0/5] Add migration test for loongarch64
 2024-05-06  6:09 UTC  (8+ messages)
` [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
` [PATCH v3 2/5] hw/loongarch: Rename LoongArchMachineState with VirtMachineState
` [PATCH v3 3/5] hw/loongarch: Add compat machine for 9.0
` [PATCH v3 4/5] hw/loongarch: Set minimium memory size as 256M
` [PATCH v3 5/5] tests: Add migration test for loongarch64

[PATCH v1 0/2] Upgrade ACPI SPCR table to support SPCR table version 4 format
 2024-05-06  5:46 UTC  (3+ messages)

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

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

[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-06  4:16 UTC  (3+ messages)
` [PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections

[PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
 2024-05-06  3:48 UTC  (4+ messages)

[PULL 00/15] Hexagon: simplify gen for packets w/o read-after-write
 2024-05-06  2:42 UTC  (16+ messages)
` [PULL 01/15] Hexagon (target/hexagon) Analyze reads before writes
` [PULL 02/15] Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
` [PULL 03/15] Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
` [PULL 04/15] Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it
` [PULL 05/15] Hexagon (target/hexagon) Pass SP "
` [PULL 06/15] Hexagon (target/hexagon) Only pass env to generated helper when needed
` [PULL 07/15] Hexagon (target/hexagon) Add is_old/is_new to Register class
` [PULL 08/15] Hexagon (target/hexagon) Mark new_read_idx in trans functions
` [PULL 09/15] Hexagon (target/hexagon) Mark dest_idx "
` [PULL 10/15] Hexagon (target/hexagon) Mark has_pred_dest "
` [PULL 11/15] Hexagon (tests/tcg/hexagon) Test HVX .new read from high half of pair
` [PULL 12/15] Hexagon (target/hexagon) Remove uses of op_regs_generated.h.inc
` [PULL 13/15] Hexagon (target/hexagon) Remove gen_op_regs.py
` [PULL 14/15] Hexagon (target/hexagon) Remove gen_shortcode.py
` [PULL 15/15] Hexagon (target/hexagon) Remove hex_common.read_attribs_file

[PATCH 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-05-06  2:57 UTC  (7+ messages)
` [PATCH 1/6] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH 6/6] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()

[PATCH v5] target/riscv: Implement dynamic establishment of custom decoder
 2024-05-06  2:36 UTC 

[PATCH intel_iommu 0/7] FLTS for VT-d
 2024-05-06  1:38 UTC  (5+ messages)

[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  (4+ messages)

PCIE Memory Information
 2024-05-05 17:19 UTC  (3+ 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).