qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-11 15:34:44 to 2021-09-23 10:30:05 UTC [more...]

[PATCH] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
 2021-09-23 10:29 UTC  (4+ messages)

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-09-22 17:50 UTC  (21+ messages)
` [RFC PATCH v2 01/16] rename MachineInitPhase enum constants for QAPI compatibility
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 03/16] qapi: Implement x-machine-init "
` [RFC PATCH v2 04/16] softmmu/qdev-monitor: add error handling in qdev_set_id
` [RFC PATCH v2 05/16] qdev-monitor: prevent conflicts between qmp/device_add and cli/-device
` [RFC PATCH v2 06/16] qapi: Allow device_add to execute in machine initialized phase
` [RFC PATCH v2 07/16] hw/core/machine: add machine_class_is_dynamic_sysbus_dev_allowed
` [RFC PATCH v2 08/16] qdev-monitor: Check sysbus device type before creating it
` [RFC PATCH v2 09/16] hw/core/machine: Remove the dynamic sysbus devices type check
` [RFC PATCH v2 10/16] qdev-monitor: allow adding any sysbus device before machine is ready
` [RFC PATCH v2 11/16] softmmu/memory: add memory_region_try_add_subregion function
` [RFC PATCH v2 12/16] add x-sysbus-mmio-map qmp command
` [RFC PATCH v2 13/16] hw/mem/system-memory: add a memory sysbus device
` [RFC PATCH v2 14/16] docs/system: add doc about the initialized machine phase and an example
` [RFC PATCH v2 15/16] hw/char/ibex_uart: set user_creatable
` [RFC PATCH v2 16/16] hw/intc/ibex_plic: "

[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
 2021-09-22 16:30 UTC  (108+ messages)
` [PATCH v2 01/53] docs/devel: rename file for writing monitor commands
` [PATCH v2 02/53] docs/devel: tweak headings in monitor command docs
` [PATCH v2 03/53] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v2 04/53] docs/devel: add example of command returning unstructured text
` [PATCH v2 05/53] docs/devel: document expectations for HMP commands in the future
` [PATCH v2 06/53] hw/core: introduce 'format_state' callback to replace 'dump_state'
` [PATCH v2 07/53] target/alpha: convert to use format_state instead of dump_state
` [PATCH v2 08/53] target/arm: "
` [PATCH v2 09/53] target/avr: "
` [PATCH v2 10/53] target/cris: "
` [PATCH v2 11/53] target/hexagon: delete unused hexagon_debug() method
` [PATCH v2 12/53] target/hexagon: convert to use format_state instead of dump_state
` [PATCH v2 13/53] target/hppa: "
` [PATCH v2 14/53] target/i386: "
` [PATCH v2 15/53] target/m68k: "
` [PATCH v2 16/53] target/microblaze: "
` [PATCH v2 17/53] target/mips: "
` [PATCH v2 18/53] target/nios2: "
` [PATCH v2 19/53] target/openrisc: "
` [PATCH v2 20/53] target/ppc: "
` [PATCH v2 21/53] target/riscv: "
` [PATCH v2 22/53] target/rx: "
` [PATCH v2 23/53] target/s390x: "
` [PATCH v2 24/53] target/sh: "
` [PATCH v2 25/53] target/sparc: "
` [PATCH v2 26/53] target/tricore: "
` [PATCH v2 27/53] target/xtensa: "
` [PATCH v2 28/53] monitor: remove 'info ioapic' HMP command
` [PATCH v2 29/53] qapi: introduce x-query-registers QMP command
` [PATCH v2 30/53] qapi: introduce x-query-roms "
` [PATCH v2 31/53] qapi: introduce x-query-profile "
` [PATCH v2 32/53] qapi: introduce x-query-numa "
` [PATCH v2 33/53] qapi: introduce x-query-usb "
` [PATCH v2 34/53] qapi: introduce x-query-rdma "
` [PATCH v2 35/53] qapi: introduce x-query-ramblock "
` [PATCH v2 36/53] qapi: introduce x-query-skeys "
` [PATCH v2 37/53] qapi: introduce x-query-cmma "
` [PATCH v2 38/53] qapi: introduce x-query-lapic "
` [PATCH v2 39/53] qapi: introduce x-query-irq "
` [PATCH v2 40/53] hw/core: drop "dump_state" callback from CPU targets
` [PATCH v2 41/53] hw/core: drop support for NULL pointer for FILE * in cpu_dump_state
` [PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
` [PATCH v2 43/53] target/i386: convert to use format_tlb callback
` [PATCH v2 44/53] target/m68k: "
` [PATCH v2 45/53] target/nios2: "
` [PATCH v2 46/53] target/ppc: "
` [PATCH v2 47/53] target/sh4: "
` [PATCH v2 48/53] target/sparc: "
` [PATCH v2 49/53] target/xtensa: "
` [PATCH v2 50/53] monitor: merge duplicate "info tlb" handlers
` [PATCH v2 51/53] qapi: introduce x-query-tlb QMP command
` [PATCH v2 52/53] qapi: introduce x-query-jit "
` [PATCH v2 53/53] qapi: introduce x-query-opcount "

[PATCH v3] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-21  2:02 UTC 

[PATCH RESEND v2] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-19 16:32 UTC  (4+ messages)

[RFC 00/10] add the rest of riscv bitmapip-0.93 instructions
 2021-09-18  6:28 UTC  (11+ messages)
` [RFC 01/10] target/riscv: rvb: fixed an error about srow/sroiw instructions
` [RFC 02/10] target/riscv: rvb: add carry-less multiply instructions
` [RFC 03/10] target/riscv: rvb: add cmix/cmov instructions
` [RFC 04/10] target/riscv: rvb: add generalized shuffle instructions
` [RFC 05/10] target/riscv: rvb: add crossbar permutation instructions
` [RFC 06/10] target/riscv: rvb: add bfp/bfpw instructions
` [RFC 07/10] target/riscv: rvb: add CRC instructions
` [RFC 08/10] target/riscv: rvb: add bit-matrix instructions
` [RFC 09/10] target/riscv: rvb: fixed an issue about clzw instruction
` [RFC 10/10] target/riscv: rvb: add funnel shfit instructions

[PATCH v11 0/7] RISC-V Pointer Masking implementation
 2021-09-18  5:08 UTC  (4+ messages)
` [PATCH v11 5/7] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions

[PATCH v2] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-17  6:38 UTC  (2+ messages)

[PATCH v1 1/1] hw/riscv: opentitan: Correct the USB Dev address
 2021-09-16 21:42 UTC  (3+ messages)

[PATCH] target/riscv: csr: Rename HCOUNTEREN_CY and friends
 2021-09-16 21:41 UTC  (3+ messages)

[ RFC v2 0/9] Improve PMU support
 2021-09-16 18:52 UTC  (13+ messages)
` [ RFC v2 1/9] target/riscv: Fix PMU CSR predicate function
` [ RFC v2 2/9] target/riscv: pmu: Rename the counters extension to pmu
` [ RFC v2 3/9] target/riscv: pmu: Make number of counters configurable
` [ RFC v2 4/9] target/riscv: Implement mcountinhibit CSR

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-09-16 13:42 UTC  (14+ messages)
` [PATCH v2 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PATCH v2 03/22] target/riscv: Implement hgeie and hgeip CSRs
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts
` [PATCH v2 16/22] hw/riscv: virt: Use AIA INTC compatible string when available
` [PATCH v2 17/22] target/riscv: Allow users to force enable AIA CSRs in HART

[PATCH] target/riscv: Backup/restore mstatus.SD bit when virtual register swapped
 2021-09-15  0:25 UTC  (3+ messages)

[PATCH] docs/system/riscv: sifive_u: Update U-Boot instructions
 2021-09-15  0:24 UTC  (3+ messages)

[PATCH RESEND v2 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-14  2:24 UTC  (6+ messages)
` [PATCH RESEND v2 1/4] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
` [PATCH RESEND v2 2/4] hw/dma: sifive_pdma: claim bit must be set before DMA transactions
` [PATCH RESEND v2 3/4] hw/dma: sifive_pdma: allow non-multiple transaction size transactions
` [PATCH RESEND v2 4/4] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer

[PATCH] target/riscv: Force to set mstatus_hs.[SD|FS] bits in mark_fs_dirty()
 2021-09-14  2:13 UTC  (3+ messages)

Question about riscv-qemu trace
 2021-09-12 16:05 UTC  (3+ messages)

[PATCH v2 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-12 13:05 UTC  (2+ messages)

[PATCH v2 1/4] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
 2021-09-12 12:44 UTC  (4+ messages)
` [PATCH v2 2/4] hw/dma: sifive_pdma: claim bit must be set before DMA transactions
` [PATCH v2 3/4] hw/dma: sifive_pdma: allow non-multiple transaction size transactions
` [PATCH v2 4/4] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer

[PATCH 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-12 12:42 UTC  (5+ messages)
` [PATCH 1/4] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-12 12:31 UTC  (7+ messages)
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()


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