messages from 2022-04-21 07:33:50 to 2022-04-26 17:07:17 UTC [more...]
[PATCH 00/47] target/arm: Use tcg_constant
2022-04-26 16:30 UTC (43+ messages)
` [PATCH 01/47] target/arm: Use tcg_constant in gen_probe_access
` [PATCH 02/47] target/arm: Use tcg_constant in gen_mte_check*
` [PATCH 03/47] target/arm: Use tcg_constant in gen_exception*
` [PATCH 04/47] target/arm: Use tcg_constant in gen_adc_CC
` [PATCH 05/47] target/arm: Use tcg_constant in handle_msr_i
` [PATCH 06/47] target/arm: Use tcg_constant in handle_sys
` [PATCH 07/47] target/arm: Use tcg_constant in disas_exc
` [PATCH 08/47] target/arm: Use tcg_constant in gen_compare_and_swap_pair
` [PATCH 09/47] target/arm: Use tcg_constant in disas_ld_lit
` [PATCH 10/47] target/arm: Use tcg_constant in disas_ldst_*
` [PATCH 11/47] target/arm: Use tcg_constant in disas_add_sum_imm*
` [PATCH 12/47] target/arm: Use tcg_constant in disas_movw_imm
` [PATCH 13/47] target/arm: Use tcg_constant in shift_reg_imm
` [PATCH 14/47] target/arm: Use tcg_constant in disas_cond_select
` [PATCH 15/47] target/arm: Use tcg_constant in handle_{rev16,crc32}
` [PATCH 16/47] target/arm: Use tcg_constant in disas_data_proc_2src
` [PATCH 17/47] target/arm: Use tcg_constant in disas_fp*
` [PATCH 18/47] target/arm: Use tcg_constant in simd shift expanders
` [PATCH 19/47] target/arm: Use tcg_constant in simd fp/int conversion
` [PATCH 20/47] target/arm: Use tcg_constant in 2misc expanders
` [PATCH 21/47] target/arm: Use tcg_constant in balance of translate-a64.c
` [PATCH 22/47] target/arm: Use tcg_constant for aa32 exceptions
` [PATCH 23/47] target/arm: Use tcg_constant for disas_iwmmxt_insn
` [PATCH 24/47] target/arm: Use tcg_constant for gen_{msr,mrs}
` [PATCH 25/47] target/arm: Use tcg_constant for vector shift expanders
` [PATCH 26/47] target/arm: Use tcg_constant for do_coproc_insn
` [PATCH 27/47] target/arm: Use tcg_constant for gen_srs
` [PATCH 28/47] target/arm: Use tcg_constant for op_s_{rri,rxi}_rot
` [PATCH 29/47] target/arm: Use tcg_constant for MOVW, UMAAL, CRC32
` [PATCH 30/47] target/arm: Use tcg_constant for v7m MRS, MSR
` [PATCH 31/47] target/arm: Use tcg_constant for TT, SAT, SMMLA
` [PATCH 32/47] target/arm: Use tcg_constant in LDM, STM
` [PATCH 33/47] target/arm: Use tcg_constant in CLRM, DLS, WLS, LE
` [PATCH 34/47] target/arm: Use tcg_constant in trans_CPS_v7m
` [PATCH 35/47] target/arm: Use tcg_constant in trans_CSEL
` [PATCH 36/47] target/arm: Use tcg_constant for trans_INDEX_*
` [PATCH 37/47] target/arm: Use tcg_constant in SINCDEC, INCDEC
` [PATCH 38/47] target/arm: Use tcg_constant in FCPY, CPY
` [PATCH 39/47] target/arm: Use tcg_constant in {incr, wrap}_last_active
` [PATCH 40/47] target/arm: Use tcg_constant in do_clast_scalar
` [PATCH 41/47] target/arm: Use tcg_constant in WHILE
` [PATCH 44/47] target/arm: Use tcg_constant in do_zzi_{sat, ool}, do_fp_imm
[PATCH 0/3] target/arm, hw/arm/smmuv3: Advertise TTL and BBM features
2022-04-26 16:04 UTC (4+ messages)
` [PATCH 1/3] target/arm: Advertise support for FEAT_TTL
` [PATCH 2/3] target/arm: Advertise support for FEAT_BBM level 2
` [PATCH 3/3] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
2022-04-26 15:31 UTC (85+ messages)
` [PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
` [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
` [PATCH v3 09/60] target/arm: Change CPUArchState.thumb "
` [PATCH v3 10/60] target/arm: Remove fpexc32_access
` [PATCH v3 11/60] target/arm: Split out set_btype_raw
` [PATCH v3 12/60] target/arm: Split out gen_rebuild_hflags
` [PATCH v3 13/60] target/arm: Use tcg_constant in translate-a64.c
` [PATCH v3 14/60] target/arm: Simplify GEN_SHIFT in translate.c
` [PATCH v3 15/60] target/arm: Simplify gen_sar
` [PATCH v3 16/60] target/arm: Simplify aa32 DISAS_WFI
` [PATCH v3 17/60] target/arm: Use tcg_constant in translate.c
` [PATCH v3 18/60] target/arm: Use tcg_constant in translate-m-nocp.c
` [PATCH v3 19/60] target/arm: Use tcg_constant in translate-neon.c
` [PATCH v3 20/60] target/arm: Use smin/smax for do_sat_addsub_32
` [PATCH v3 21/60] target/arm: Use tcg_constant in translate-sve.c
` [PATCH v3 22/60] target/arm: Use tcg_constant in translate-vfp.c
` [PATCH v3 23/60] target/arm: Use tcg_constant_i32 in translate.h
` [PATCH v3 24/60] target/arm: Split out cpregs.h
` [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg
` [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
` [PATCH v3 27/60] target/arm: Make some more cpreg data static const
` [PATCH v3 28/60] target/arm: Reorg ARMCPRegInfo type field bits
` [PATCH v3 29/60] target/arm: Change cpreg access permissions to enum
` [PATCH v3 30/60] target/arm: Name CPState type
` [PATCH v3 31/60] target/arm: Name CPSecureState type
` [PATCH v3 32/60] target/arm: Update sysreg fields when redirecting for E2H
` [PATCH v3 33/60] target/arm: Store cpregs key in the hash table directly
` [PATCH v3 34/60] target/arm: Cleanup add_cpreg_to_hashtable
` [PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
` [PATCH v3 40/60] target/arm: Move cortex impdef sysregs to cpu_tcg.c
` [PATCH v3 41/60] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH v3 43/60] target/arm: Split out aa32_max_features
` [PATCH v3 51/60] target/arm: Implement virtual SError exceptions
` [PATCH v3 59/60] target/arm: Define cortex-a76
` [PATCH v3 60/60] target/arm: Define neoverse-n1
[PATCH] target/arm: Disable cryptographic instructions when neon is disabled
2022-04-26 12:42 UTC
[PATCH v2 05/26] tests: move libqtest.h back under qtest/
2022-04-26 10:30 UTC (2+ messages)
[PATCH 00/18] RFC: Remove deprecated audio features
2022-04-26 8:54 UTC (37+ messages)
` [PATCH 01/18] hw/audio: Remove -soundhw support
` [PATCH 02/18] hw/input/tsc210x: Extract common init code into new function
` [PATCH 03/18] hw/audio: Simplify hda audio init
` [PATCH 04/18] hw/audio/lm4549: Add errp error reporting to init function
` [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
` [PATCH 06/18] ui/vnc: Require audiodev=
` [PATCH 07/18] Introduce machine's default-audiodev property
` [PATCH 08/18] audio: Add easy dummy audio initialiser
` [PATCH 09/18] hw/display/xlnx_dp.c: Add audiodev property
` [PATCH 10/18] hw/input/tsc210x.c: Support machine-default audiodev with fallback
` [PATCH 11/18] hw/arm: "
` [PATCH 12/18] hw/ppc: "
` [PATCH 13/18] audio: Make AUD_register_card fallible and require audiodev=
` [PATCH 14/18] audio: Require AudioState in AUD_add_capture
` [PATCH 15/18] audio: Be more strict during audio backend initialisation
` [PATCH 16/18] audio: Remove legacy audio environment variables and options
` [PATCH 17/18] audio: Remove unused can_be_default
` [PATCH 18/18] audio/spiceaudio: Fail initialisation when not using spice
[PATCH v6 0/3] aspeed/hace: Support AST2600 HACE
2022-04-26 2:11 UTC (4+ messages)
` [PATCH v6 1/3] aspeed/hace: Support HMAC Key Buffer register
` [PATCH v6 2/3] aspeed/hace: Support AST2600 HACE
` [PATCH v6 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode
[PATCH v5 0/3] aspeed/hace: Support AST2600 HACE
2022-04-26 1:42 UTC (6+ messages)
` [PATCH v5 1/3] aspeed/hace: Support HMAC Key Buffer register
` [PATCH v5 2/3] aspeed/hace: Support AST2600 HACE
` [PATCH v5 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode
[PATCH 04/10] tests: move libqtest.h back under qtest/
2022-04-25 19:32 UTC (2+ messages)
[PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
2022-04-25 14:29 UTC (7+ messages)
[PATCH v8 0/5] hw/arm/virt: Fix CPU's default NUMA node ID
2022-04-25 3:28 UTC (6+ messages)
` [PATCH v8 1/5] qapi/machine.json: Add cluster-id
` [PATCH v8 2/5] qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()
` [PATCH v8 3/5] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v8 4/5] hw/arm/virt: Fix CPU's default NUMA node ID
` [PATCH v8 5/5] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
[PATCH v7 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
2022-04-22 11:25 UTC (12+ messages)
` [PATCH v7 1/4] qapi/machine.json: Add cluster-id
` [PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
[PATCH 00/41] arm: Implement GICv4
2022-04-22 8:39 UTC (4+ messages)
` [PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
[PATCH v4 0/6] hw/riscv: Add TPM support to the virt board
2022-04-22 2:13 UTC (13+ messages)
` [PATCH v4 1/6] hw/riscv: virt: Add a machine done notifier
` [PATCH v4 2/6] hw/core: Move the ARM sysbus-fdt to core
` [PATCH v4 3/6] hw/riscv: virt: Create a platform bus
` [PATCH v4 4/6] hw/riscv: virt: Add support for generating platform FDT entries
` [PATCH v4 5/6] hw/riscv: virt: Add device plug support
` [PATCH v4 6/6] hw/riscv: Enable TPM backends
[RFC PATCH 0/3] Remove some of the old libopcode based disassemblers
2022-04-21 18:35 UTC (2+ messages)
[RFC PATCH 00/18] user-creatable cpu clusters
2022-04-21 18:11 UTC (3+ messages)
[PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
2022-04-21 16:59 UTC (23+ messages)
` [PATCH for-7.1 02/11] hw/ssi: Make flash size a property in NPCM7XX FIU
` [PATCH for-7.1 03/11] hw/misc: Support NPCM8XX GCR module
` [PATCH for-7.1 04/11] hw/misc: Support NPCM8XX CLK Module Registers
` [PATCH for-7.1 05/11] hw/misc: Store DRAM size in NPCM8XX GCR Module
` [PATCH for-7.1 06/11] hw/intc: Add a property to allow GIC to reset into non secure mode
` [PATCH for-7.1 07/11] hw/misc: Support 8-bytes memop in NPCM GCR module
` [PATCH for-7.1 08/11] hw/net: Add NPCM8XX PCS Module
` [PATCH for-7.1 09/11] pc-bios: Add NPCM8xx Bootrom
` [PATCH for-7.1 11/11] hw/arm: Add NPCM845 Evaluation board
[PULL 08/30] arm/digic: replace snprintf() with g_strdup_printf()
2022-04-21 13:49 UTC (4+ messages)
` [PULL 09/30] arm/allwinner-a10: "
` [PULL 10/30] intc/exynos4210_gic: "
` [PULL 13/30] compiler.h: replace QEMU_NORETURN with G_NORETURN
[PATCH v6 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
2022-04-21 11:28 UTC (10+ messages)
` [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
[PATCH v2 0/2] Define NPCM7XX PWRON bit fields
2022-04-21 10:30 UTC (2+ messages)
[PATCH] hw/arm/virt: impact of gic-version on max CPUs
2022-04-21 10:27 UTC (2+ messages)
[PATCH v4 0/3] aspeed/hace: Support AST2600 HACE
2022-04-21 7:01 UTC (5+ messages)
` [PATCH v4 2/3] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).