messages from 2023-09-25 17:59:15 to 2023-10-10 09:31:02 UTC [more...]
[PATCH 00/18] target: Make 'cpu-qom.h' really target agnostic
2023-10-10 9:28 UTC (4+ messages)
` [PATCH 01/18] target: Mention 'cpu-qom.h' is "
` [PATCH 02/18] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
` [PATCH 07/18] target/nios2: Declare QOM definitions in 'cpu-qom.h'
[PATCH 0/6] target: Use env_archcpu() instead of ARCH_CPU(env_cpu(env))
2023-10-09 22:41 UTC (13+ messages)
` [PATCH 1/6] target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
` [PATCH 2/6] target/riscv: Use env_archcpu() in [check_]nanbox()
` [PATCH 3/6] target/s390x: Use env_archcpu() in handle_diag_308()
` [PATCH 4/6] target/xtensa: Use env_archcpu() in update_c[compare|count]()
` [PATCH 5/6] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
` [PATCH 6/6] target/i386: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
[PATCH 0/3] Support discontinuous PMU counters
2023-10-09 18:00 UTC (9+ messages)
` [PATCH 1/3] target/riscv: Propagate error from PMU setup
` [PATCH 2/3] target/riscv: Support discontinuous PMU counters
` [PATCH 3/3] target/riscv: Don't assume PMU counters are continuous
[PATCH 00/25] October maintainer omnibus pre-PR (tests, gdbstub, plugins)
2023-10-09 16:41 UTC (26+ messages)
` [PATCH 01/25] tests/avocado: update firmware to enable OpenBSD test on sbsa-ref
` [PATCH 02/25] tests/avocado: remove flaky test marking for test_sbsaref_edk2_firmware
` [PATCH 03/25] tests/lcitool: add swtpm to the package list
` [PATCH 04/25] gitlab: shuffle some targets and reduce avocado noise
` [PATCH 05/25] tests/docker: make docker engine choice entirely configure driven
` [PATCH 06/25] configure: allow user to override docker engine
` [PATCH 07/25] configure: remove gcc version suffixes
` [PATCH 08/25] gdbstub: Fix target_xml initialization
` [PATCH 09/25] gdbstub: Fix target.xml response
` [PATCH 10/25] plugins: Check if vCPU is realized
` [PATCH 11/25] contrib/plugins: Use GRWLock in execlog
` [PATCH 12/25] gdbstub: Introduce GDBFeature structure
` [PATCH 13/25] target/arm: Move the reference to arm-core.xml
` [PATCH 14/25] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH 15/25] gdbstub: Use g_markup_printf_escaped()
` [PATCH 16/25] target/arm: Remove references to gdb_has_xml
` [PATCH 17/25] target/ppc: "
` [PATCH 18/25] gdbstub: Remove gdb_has_xml variable
` [PATCH 19/25] gdbstub: Replace gdb_regs with an array
` [PATCH 20/25] accel/tcg: Add plugin_enabled to DisasContextBase
` [PATCH 21/25] target/sh4: Disable decode_gusa when plugins enabled
` [PATCH 22/25] plugins: Set final instruction count in plugin_gen_tb_end
` [PATCH 23/25] contrib/plugins: fix coverity warning in cache
` [PATCH 24/25] contrib/plugins: fix coverity warning in lockstep
` [PATCH 25/25] contrib/plugins: fix coverity warning in hotblocks
[PATCH v3] target/riscv: Use env_archcpu for better performance
2023-10-09 13:47 UTC (3+ messages)
[PATCH v2] target/riscv: Use a direct cast for better performance
2023-10-09 12:58 UTC (6+ messages)
[PATCH] target/riscv: deprecate capital 'Z' CPU properties
2023-10-09 11:30 UTC (6+ messages)
[PATCH v2 0/1] riscv: deprecate capital 'Z' CPU properties
2023-10-09 11:28 UTC (2+ messages)
` [PATCH v2 1/1] target/riscv: "
[PATCH 0/2] riscv: add extension properties for all cpus
2023-10-09 2:37 UTC (8+ messages)
` [PATCH 1/2] target/riscv: add riscv_cpu_get_name()
` [PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus
[PATCH 0/6] riscv: RVA22U64 profile support
2023-10-09 2:32 UTC (16+ messages)
` [PATCH 1/6] target/riscv/cpu.c: add zicntr extension flag
` [PATCH 2/6] target/riscv/cpu.c: add zihpm "
` [PATCH 3/6] target/riscv: add rva22u64 profile definition
` [PATCH 4/6] target/riscv/tcg: implement rva22u64 profile
` [PATCH 5/6] target/riscv/tcg-cpu.c: enable profile support for vendor CPUs
` [PATCH 6/6] target/riscv/kvm: add 'rva22u64' flag as unavailable
[PATCH v2] target/riscv: pmp: Ignore writes when RW=01
2023-10-09 1:25 UTC (3+ messages)
[PATCH v3 0/5] Risc-V/gdb: replace exit calls with proper shutdown
2023-10-09 1:21 UTC (5+ messages)
` [PATCH v3 4/5] hw/char: riscv_htif: "
[PATCH] target/riscv/tcg: remove RVG warning
2023-10-09 1:19 UTC (4+ messages)
[PATCH 0/2] riscv, kvm: support KVM_GET_REG_LIST
2023-10-09 1:14 UTC (5+ messages)
` [PATCH 1/2] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PATCH 2/2] target/riscv/kvm: support KVM_GET_REG_LIST
[PATCH v2 0/2] riscv, kvm: support KVM_GET_REG_LIST
2023-10-09 1:13 UTC (8+ messages)
` [PATCH v2 1/2] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PATCH v2 2/2] target/riscv/kvm: support KVM_GET_REG_LIST
[PATCH] target/riscv: Use a direct cast for better performance
2023-10-07 12:08 UTC (3+ messages)
[PATCH v2 00/10] riscv: RVA22U64 profile support
2023-10-06 13:21 UTC (11+ messages)
` [PATCH v2 01/10] target/riscv/cpu.c: add zicntr extension flag
` [PATCH v2 02/10] target/riscv/cpu.c: add zihpm "
` [PATCH v2 03/10] target/riscv: add rva22u64 profile definition
` [PATCH v2 04/10] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v2 05/10] target/riscv/tcg: add user flag for profile support
` [PATCH v2 06/10] target/riscv/tcg: commit profiles during realize()
` [PATCH v2 07/10] target/riscv/tcg: add MISA user options hash
` [PATCH v2 08/10] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v2 09/10] target/riscv/tcg: handle MISA bits on profile commit
` [PATCH v2 10/10] target/riscv/tcg: add hash table insert helpers
[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
2023-10-06 11:38 UTC (2+ messages)
[PATCH 00/13] misc: Rename 'softmmu' -> 'system'
2023-10-06 7:49 UTC (28+ messages)
` [PATCH 01/13] softmmu/trace-events: Fix a typo
` [PATCH 02/13] travis-ci: Correct invalid mentions of 'softmmu' by 'system'
` [PATCH 03/13] cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
` [PATCH 04/13] fuzz: Correct invalid mentions of 'softmmu' by 'system'
` [PATCH 05/13] tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
` [PATCH 06/13] accel: Rename accel_softmmu* -> accel_system*
` [PATCH 07/13] gdbstub: Rename 'softmmu' -> 'system'
` [PATCH 08/13] semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
` [PATCH 09/13] target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
` [PATCH 10/13] hw/virtio/meson: Rename softmmu_virtio_ss -> system_virtio_ss
` [PATCH 11/13] meson: Rename softmmu_mods -> system_mods
` [PATCH 12/13] meson: Rename target_softmmu_arch -> target_system_arch
` [PATCH 13/13] system: Rename softmmu/ directory as system/
[PATCH v4] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
2023-10-06 1:12 UTC
[PATCH] target/riscv: Fix vfwmaccbf16.vf
2023-10-05 10:46 UTC (2+ messages)
[PATCH v4 0/5] Risc-V/gdb: replace exit calls with proper shutdown
2023-10-05 1:45 UTC (7+ messages)
` [PATCH v4 1/5] softmmu: add means to pass an exit code when requesting a shutdown
` [PATCH v4 2/5] softmmu: pass the main loop status to gdb "Wxx" packet
` [PATCH v4 3/5] hw/misc/sifive_test.c: replace exit calls with proper shutdown
` [PATCH v4 4/5] hw/char: riscv_htif: "
` [PATCH v4 5/5] gdbstub: replace exit calls with proper shutdown for softmmu
[PATCH] MAINTAINERS: Add section for overall sensors
2023-10-02 18:26 UTC (2+ messages)
[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
2023-10-02 11:03 UTC (3+ messages)
` [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function
[PATCH] MAINTAINERS: Add unowned RISC-V related files to the right sections
2023-10-02 12:01 UTC (6+ messages)
[PATCH 0/4] RISC-V: Work towards enabling -Wshadow=local
2023-09-29 6:56 UTC (3+ messages)
[PATCH v2 0/6] riscv: query-cpu-model-expansion API
2023-09-29 5:10 UTC (8+ messages)
` [PATCH v2 1/6] target/riscv/kvm/kvm-cpu.c: add missing property getters()
` [PATCH v2 2/6] qapi,risc-v: add query-cpu-model-expansion
` [PATCH v2 3/6] target/riscv/tcg: add tcg_cpu_finalize_features()
` [PATCH v2 4/6] target/riscv: handle custom props in qmp_query_cpu_model_expansion
` [PATCH v2 5/6] target/riscv: add riscv_cpu_accelerator_compatible()
` [PATCH v2 6/6] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
[PATCH 0/8] riscv: query-cpu-model-expansion API
2023-09-26 17:48 UTC (2+ messages)
[PATCH v4 00/19] riscv: split TCG/KVM accelerators from cpu.c
2023-09-26 1:39 UTC (17+ messages)
` [PATCH v4 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
` [PATCH v4 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PATCH v4 04/19] target/riscv: move riscv_tcg_ops "
` [PATCH v4 05/19] target/riscv/cpu.c: add .instance_post_init()
` [PATCH v4 06/19] target/riscv: move 'host' CPU declaration to kvm.c
` [PATCH v4 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PATCH v4 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PATCH v4 09/19] target/riscv: make riscv_add_satp_mode_properties() public
` [PATCH v4 12/19] target/riscv: move KVM only files to kvm subdir
` [PATCH v4 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PATCH v4 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PATCH v4 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PATCH v4 18/19] target/riscv/cpu.c: export isa_edata_arr[]
` [PATCH v4 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
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 read-only IMAP folder(s) and NNTP newsgroup(s).