qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-30 09:43:21 to 2021-11-01 06:57:45 UTC [more...]

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-11-01  6:55 UTC  (5+ messages)
` [PATCH v4 04/22] target/riscv: Improve delivery of guest external interrupts
` [PATCH v4 07/22] target/riscv: Add defines for AIA CSRs

[PATCH] target/riscv: machine: Sort the .subsections
 2021-11-01  6:52 UTC  (2+ messages)

[PATCH v9 00/76] support vector extension v1.0
 2021-11-01  6:45 UTC  (3+ messages)
` [PATCH v9 01/76] target/riscv: drop vector 0.7.1 and add 1.0 support

[PATCH] hvf: Enable RDTSCP support
 2021-11-01  5:48 UTC 

[PATCH v4 00/15] PPC64/TCG: Implement 'rfebb' instruction
 2021-11-01  4:38 UTC  (3+ messages)
` [PATCH v4 05/15] target/ppc: introduce PMU events

[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
 2021-11-01  3:46 UTC  (5+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector

[PATCH] vhost: Fix last queue index of devices with no cvq
 2021-11-01  3:33 UTC  (3+ messages)

[PATCH v2 00/34] PowerISA v3.1 instruction batch
 2021-11-01  0:22 UTC  (28+ messages)
` [PATCH v2 07/34] target/ppc: Implement cntlzdm
` [PATCH v2 08/34] target/ppc: Implement cnttzdm
` [PATCH v2 11/34] target/ppc: Move vcfuged to vmx-impl.c.inc
` [PATCH v2 12/34] target/ppc: Implement vclzdm/vctzdm instructions
` [PATCH v2 14/34] target/ppc: Implement vsldbi/vsrdbi instructions
` [PATCH v2 15/34] target/ppc: Implement Vector Insert from GPR using GPR index insns
` [PATCH v2 16/34] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
` [PATCH v2 19/34] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
` [PATCH v2 21/34] target/ppc: receive high/low as argument in get/set_cpu_vsr
` [PATCH v2 22/34] target/ppc: moved stxv and lxv from legacy to decodtree
` [PATCH v2 24/34] target/ppc: added the instructions LXVP and STXVP
` [PATCH v2 30/34] target/ppc: implemented XXSPLTI32DX

[PATCH v5 00/15] target/ppc: DFP instructions using decodetree
 2021-11-01  0:24 UTC  (2+ messages)

[PATCH 00/31] passage: Define a standard for firmware data flow
 2021-11-01  1:17 UTC  (2+ messages)
` [PATCH 14/31] arm: qemu: Add an SPL build

[PATCH v3 0/3] Dynamic sysbus device check error report
 2021-10-31 23:36 UTC  (3+ messages)
` [PATCH v3 1/3] machine: add device_type_is_dynamic_sysbus function

[PATCH 0/2] Replace custom test harness with "meson test"
 2021-10-31 21:04 UTC  (4+ messages)
` [PATCH 2/2] build: use "meson test" as the test harness

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-10-31 18:59 UTC  (3+ messages)
` [RFC PATCH v5 01/26] util: Make some iova_tree parameters const

[PULL 00/30] Hexagon HVX (target/hexagon) patch series
 2021-10-31 16:43 UTC  (31+ messages)
` [PULL 01/30] Hexagon HVX (target/hexagon) README
` [PULL 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PULL 03/30] Hexagon HVX (target/hexagon) register names
` [PULL 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PULL 05/30] Hexagon HVX (target/hexagon) macros
` [PULL 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PULL 07/30] Hexagon HVX (target/hexagon) semantics generator
` [PULL 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PULL 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PULL 10/30] Hexagon HVX (target/hexagon) instruction utility functions
` [PULL 11/30] Hexagon HVX (target/hexagon) helper functions
` [PULL 12/30] Hexagon HVX (target/hexagon) TCG generation
` [PULL 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
` [PULL 14/30] Hexagon HVX (target/hexagon) helper overrides for histogram instructions
` [PULL 15/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PULL 16/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PULL 17/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PULL 18/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PULL 19/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PULL 20/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PULL 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PULL 22/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PULL 23/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PULL 24/30] Hexagon HVX (target/hexagon) import semantics
` [PULL 25/30] Hexagon HVX (target/hexagon) instruction decoding
` [PULL 26/30] Hexagon HVX (target/hexagon) import instruction encodings
` [PULL 27/30] Hexagon HVX (tests/tcg/hexagon) vector_add_int test
` [PULL 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test
` [PULL 29/30] Hexagon HVX (tests/tcg/hexagon) scatter_gather test
` [PULL 30/30] Hexagon HVX (tests/tcg/hexagon) histogram test

[PATCH v6 00/66] user-only: Cleanup SIGSEGV and SIGBUS handling
 2021-10-31 13:04 UTC  (77+ messages)
` [PATCH v6 01/66] accel/tcg: Split out adjust_signal_pc
` [PATCH v6 02/66] accel/tcg: Move clear_helper_retaddr to cpu loop
` [PATCH v6 03/66] accel/tcg: Split out handle_sigsegv_accerr_write
` [PATCH v6 04/66] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [PATCH v6 05/66] configure: Merge riscv32 and riscv64 host architectures
` [PATCH v6 06/66] linux-user: Reorg handling for SIGSEGV
` [PATCH v6 07/66] linux-user/host/x86: Populate host_signal.h
` [PATCH v6 08/66] linux-user/host/ppc: "
` [PATCH v6 09/66] linux-user/host/alpha: "
` [PATCH v6 10/66] linux-user/host/sparc: "
` [PATCH v6 11/66] linux-user/host/arm: "
` [PATCH v6 12/66] linux-user/host/aarch64: "
` [PATCH v6 13/66] linux-user/host/s390: "
` [PATCH v6 14/66] linux-user/host/mips: "
` [PATCH v6 15/66] linux-user/host/riscv: "
` [PATCH v6 16/66] target/arm: Fixup comment re handle_cpu_signal
` [PATCH v6 17/66] linux-user/host/riscv: Improve host_signal_write
` [PATCH v6 18/66] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PATCH v6 19/66] hw/core: Add TCGCPUOps.record_sigsegv
` [PATCH v6 20/66] linux-user: Add cpu_loop_exit_sigsegv
` [PATCH v6 21/66] target/alpha: Implement alpha_cpu_record_sigsegv
` [PATCH v6 22/66] target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
` [PATCH v6 23/66] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v6 24/66] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PATCH v6 25/66] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v6 26/66] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v6 27/66] target/i386: Implement x86_cpu_record_sigsegv
` [PATCH v6 28/66] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v6 29/66] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v6 30/66] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v6 31/66] target/nios2: Implement nios2_cpu_record_sigsegv
` [PATCH v6 32/66] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE
` [PATCH v6 33/66] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v6 34/66] target/ppc: Implement ppc_cpu_record_sigsegv
` [PATCH v6 35/66] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v6 36/66] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v6 37/66] target/s390x: Implement s390_cpu_record_sigsegv
` [PATCH v6 38/66] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v6 39/66] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v6 40/66] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PATCH v6 41/66] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
` [PATCH v6 42/66] hw/core: Add TCGCPUOps.record_sigbus
` [PATCH v6 43/66] linux-user: Add cpu_loop_exit_sigbus
` [PATCH v6 44/66] target/alpha: Implement alpha_cpu_record_sigbus
` [PATCH v6 45/66] target/arm: Implement arm_cpu_record_sigbus
` [PATCH v6 46/66] linux-user/hppa: Remove EXCP_UNALIGN handling
` [PATCH v6 47/66] target/microblaze: Do not set MO_ALIGN for user-only
` [PATCH v6 48/66] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PATCH v6 49/66] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH v6 50/66] target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
` [PATCH v6 51/66] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling
` [PATCH v6 52/66] target/s390x: Implement s390x_cpu_record_sigbus
` [PATCH v6 53/66] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH v6 54/66] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH v6 55/66] target/sparc: Split out build_sfsr
` [PATCH v6 56/66] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH v6 57/66] accel/tcg: Report unaligned atomics for user-only
` [PATCH v6 58/66] accel/tcg: Report unaligned load/store "
` [PATCH v6 59/66] tcg: Add helper_unaligned_{ld, st} for user-only sigbus
` [PATCH v6 60/66] linux-user: Handle BUS_ADRALN in host_signal_handler
` [PATCH v6 61/66] linux-user: Split out do_prctl and subroutines
` [PATCH v6 62/66] linux-user: Disable more prctl subcodes
` [PATCH v6 63/66] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH v6 64/66] target/alpha: Implement prctl_unalign_sigbus
` [PATCH v6 65/66] target/hppa: "
` [PATCH v6 66/66] target/sh4: "

[PATCH v4 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-10-31 12:02 UTC  (3+ messages)
` [PATCH v4 2/2] tests/unit: Add an unit test for smp parsing

[PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu
 2021-10-31 11:56 UTC  (5+ messages)
` [PATCH 3/4] hw/core: Extract hotplug-related functions to qdev-hotplug.c
` [PATCH 4/4] hw/core: Restrict hotplug to system emulation

[PATCH v4 00/17] Adding partial support for 128-bit riscv target
 2021-10-31  4:03 UTC  (13+ messages)
` [PATCH v4 03/17] target/riscv: additional macros to check instruction support
` [PATCH v4 06/17] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v4 08/17] target/riscv: accessors to registers upper part and 128-bit load/store
` [PATCH v4 09/17] target/riscv: support for 128-bit bitwise instructions
` [PATCH v4 10/17] target/riscv: support for 128-bit U-type instructions
` [PATCH v4 11/17] target/riscv: support for 128-bit shift instructions

[PATCH v3 0/5] target/arm: Use tcg_constant_*
 2021-10-30 23:46 UTC  (5+ messages)
` [PATCH v3 2/5] target/arm: Introduce store_cpu_field_constant() helper
` [PATCH v3 5/5] target/arm: Use tcg_constant_i32() in gen_rev16()

[PULL 00/30] Renesas SH-4 patches for 2021-10-30
 2021-10-30 20:13 UTC  (32+ messages)
` [PULL 01/30] hw/sh4: Coding style: Remove tabs
` [PULL 02/30] hw/sh4: Coding style: Fix multi-line comments
` [PULL 03/30] hw/sh4: Coding style: White space fixes
` [PULL 04/30] hw/sh4: Coding style: Add missing braces
` [PULL 05/30] hw/sh4: Coding style: Remove unnecessary casts
` [PULL 06/30] hw/sh4: Fix typos in a comment
` [PULL 07/30] hw/sh4: Change debug printfs to traces
` [PULL 08/30] hw/sh4/r2d: Use error_report instead of fprintf to stderr
` [PULL 09/30] hw/char/sh_serial: Do not abort on invalid access
` [PULL 10/30] hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
` [PULL 11/30] hw/char/sh_serial: Embed QEMUTimer in state struct
` [PULL 12/30] hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()
` [PULL 13/30] hw/char/sh_serial: QOM-ify
` [PULL 14/30] hw/char/sh_serial: Add device id to trace output
` [PULL 15/30] hw/intc/sh_intc: Use existing macro instead of local one
` [PULL 16/30] hw/intc/sh_intc: Turn some defines into an enum
` [PULL 17/30] hw/intc/sh_intc: Rename iomem region
` [PULL 18/30] hw/intc/sh_intc: Drop another useless macro
` [PULL 19/30] hw/intc/sh_intc: Move sh_intc_register() closer to its only user
` [PULL 20/30] hw/intc/sh_intc: Remove excessive parenthesis
` [PULL 21/30] hw/intc/sh_intc: Use array index instead of pointer arithmetics
` [PULL 22/30] hw/intc/sh_intc: Inline and drop sh_intc_source() function
` [PULL 23/30] hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
` [PULL 24/30] hw/intc/sh_intc: Avoid using continue in loops
` [PULL 25/30] hw/intc/sh_intc: Simplify allocating sources array
` [PULL 26/30] hw/intc/sh_intc: Remove unneeded local variable initialisers
` [PULL 27/30] hw/timer/sh_timer: Rename sh_timer_state to SHTimerState
` [PULL 28/30] hw/timer/sh_timer: Do not wrap lines that are not too long
` [PULL 29/30] hw/timer/sh_timer: Fix timer memory region size
` [PULL 30/30] hw/timer/sh_timer: Remove use of hw_error

[PATCH v5 00/30] Hexagon HVX (target/hexagon) patch series
 2021-10-30 20:05 UTC  (5+ messages)
` [PATCH v5 01/30] Hexagon HVX (target/hexagon) README
` [PATCH v5 10/30] Hexagon HVX (target/hexagon) instruction utility functions

[PATCH v6 00/30] More SH4 clean ups (including code style series)
 2021-10-30 14:11 UTC  (11+ messages)
` [PATCH v6 16/30] hw/intc/sh_intc: Turn some defines into an enum
` [PATCH v6 22/30] hw/intc/sh_intc: Inline and drop sh_intc_source() function
` [PATCH v6 07/30] hw/sh4: Change debug printfs to traces

[PATCH v2 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
 2021-10-30 13:55 UTC  (8+ messages)
` [PATCH v2 1/7] target/riscv: Add initial support for native debug
` [PATCH v2 2/7] target/riscv: machine: Add debug state description
` [PATCH v2 3/7] target/riscv: debug: Implement debug related TCGCPUOps
` [PATCH v2 4/7] target/riscv: cpu: Add a config option for native debug
` [PATCH v2 5/7] target/riscv: csr: Hook debug CSR read/write
` [PATCH v2 6/7] target/riscv: cpu: Enable native debug feature on virt and sifive_u CPUs
` [PATCH v2 7/7] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()

[PATCH] target/i386: ensure EXCP0D_GPF is propagated back to the guest
 2021-10-30 13:29 UTC 

[PATCH] MAINTAINERS: add myself as partial audio reviewer
 2021-10-30 13:11 UTC  (3+ messages)

[PATCH v2] hmp: Add shortcut to stop command to match cont
 2021-10-30  9:49 UTC 

[PATCH v6 29/30] hw/timer/sh_timer: Fix timer memory region size
 2021-10-30  9:42 UTC  (3+ messages)
` [PATCH v7 "


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