Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-riscv (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Jan 31 2020 20:11:07 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH v2 00/35] Add RISC-V Hypervisor Extension v0.5
,
Alistair Francis
,
2020/01/31
[PATCH v2 01/35] target/riscv: Convert MIP CSR to target_ulong
,
Alistair Francis
,
2020/01/31
[PATCH v2 02/35] target/riscv: Add the Hypervisor extension
,
Alistair Francis
,
2020/01/31
[PATCH v2 03/35] target/riscv: Add the Hypervisor CSRs to CPUState
,
Alistair Francis
,
2020/01/31
[PATCH v2 04/35] target/riscv: Add support for the new execption numbers
,
Alistair Francis
,
2020/01/31
[PATCH v2 05/35] target/riscv: Rename the H irqs to VS irqs
,
Alistair Francis
,
2020/01/31
[PATCH v2 06/35] target/riscv: Add the virtulisation mode
,
Alistair Francis
,
2020/01/31
[PATCH v2 07/35] target/riscv: Add the force HS exception mode
,
Alistair Francis
,
2020/01/31
[PATCH v2 08/35] target/riscv: Fix CSR perm checking for HS mode
,
Alistair Francis
,
2020/01/31
[PATCH v2 09/35] target/riscv: Print priv and virt in disas log
,
Alistair Francis
,
2020/01/31
[PATCH v2 10/35] target/riscv: Dump Hypervisor registers if enabled
,
Alistair Francis
,
2020/01/31
[PATCH v2 11/35] target/riscv: Add Hypervisor CSR access functions
,
Alistair Francis
,
2020/01/31
[PATCH v2 12/35] target/riscv: Add Hypervisor virtual CSRs accesses
,
Alistair Francis
,
2020/01/31
[PATCH v2 13/35] target/riscv: Add Hypervisor machine CSRs accesses
,
Alistair Francis
,
2020/01/31
[PATCH v2 14/35] target/riscv: Add virtual register swapping function
,
Alistair Francis
,
2020/01/31
[PATCH v2 17/35] target/riscv: Extend the SIP CSR to support virtulisation
,
Alistair Francis
,
2020/01/31
[PATCH v2 15/35] target/riscv: Set VS bits in mideleg for Hyp extension
,
Alistair Francis
,
2020/01/31
[PATCH v2 16/35] target/riscv: Extend the MIE CSR to support virtulisation
,
Alistair Francis
,
2020/01/31
[PATCH v2 18/35] target/riscv: Add support for virtual interrupt setting
,
Alistair Francis
,
2020/01/31
[PATCH v2 21/35] target/riscv: Add hypvervisor trap support
,
Alistair Francis
,
2020/01/31
[PATCH v2 19/35] target/ricsv: Flush the TLB on virtulisation mode changes
,
Alistair Francis
,
2020/01/31
[PATCH v2 20/35] target/riscv: Generate illegal instruction on WFI when V=1
,
Alistair Francis
,
2020/01/31
[PATCH v2 25/35] target/riscv: Only set TB flags with FP status if enabled
,
Alistair Francis
,
2020/01/31
[PATCH v2 22/35] target/riscv: Add Hypervisor trap return support
,
Alistair Francis
,
2020/01/31
[PATCH v2 24/35] target/riscv: Remove the hret instruction
,
Alistair Francis
,
2020/01/31
[PATCH v2 23/35] target/riscv: Add hfence instructions
,
Alistair Francis
,
2020/01/31
[PATCH v2 26/35] target/riscv: Disable guest FP support based on virtual status
,
Alistair Francis
,
2020/01/31
[PATCH v2 28/35] target/riscv: Respect MPRV and SPRV for floating point ops
,
Alistair Francis
,
2020/01/31
[PATCH v2 27/35] target/riscv: Mark both sstatus and msstatus_hs as dirty
,
Alistair Francis
,
2020/01/31
[PATCH v2 32/35] target/riscv: Set htval and mtval2 on execptions
,
Alistair Francis
,
2020/01/31
[PATCH v2 29/35] target/riscv: Allow specifying MMU stage
,
Alistair Francis
,
2020/01/31
[PATCH v2 30/35] target/riscv: Implement second stage MMU
,
Alistair Francis
,
2020/01/31
[PATCH v2 31/35] target/riscv: Raise the new execptions when 2nd stage translation fails
,
Alistair Francis
,
2020/01/31
[PATCH v2 33/35] target/riscv: Add support for the 32-bit MSTATUSH CSR
,
Alistair Francis
,
2020/01/31
[PATCH v2 34/35] target/riscv: Add the MSTATUS_MPV_ISSET helper macro
,
Alistair Francis
,
2020/01/31
[PATCH v2 35/35] target/riscv: Allow enabling the Hypervisor extension
,
Alistair Francis
,
2020/01/31
[PATCH] riscv: Add semihosting support [v4]
,
Keith Packard
,
2020/01/28
Re: [PATCH] riscv: Add semihosting support [v4]
,
Peter Maydell
,
2020/01/29
Re: [PATCH] riscv: Add semihosting support [v4]
,
Keith Packard
,
2020/01/29
Re: [PATCH] riscv: Add semihosting support [v4]
,
Jonathan Behrens
,
2020/01/29
Re: [PATCH] riscv: Add semihosting support [v4]
,
Peter Maydell
,
2020/01/30
Re: [PATCH] riscv: Add semihosting support [v4]
,
Palmer Dabbelt
,
2020/01/30
Re: [PATCH] riscv: Add semihosting support [v4]
,
Peter Maydell
,
2020/01/30
[PATCH] riscv: Separate FPU register size from core register size in gdbstub
,
Keith Packard
,
2020/01/28
Re: [PATCH] riscv: Separate FPU register size from core register size in gdbstub
,
no-reply
,
2020/01/28
Re: [PATCH] riscv: Separate FPU register size from core register size in gdbstub
,
Alistair Francis
,
2020/01/28
Re: [PATCH] riscv: Separate FPU register size from core register size in gdbstub
,
Keith Packard
,
2020/01/28
Re: [PATCH] riscv: Separate FPU register size from core register size in gdbstub
,
no-reply
,
2020/01/28
[PATCH] riscv: Separate FPU register size from core register size in gdbstub [v2]
,
Keith Packard
,
2020/01/28
Re: [PATCH] riscv: Separate FPU register size from core register size in gdbstub [v2]
,
Alistair Francis
,
2020/01/28
Re: [PATCH] riscv: Separate FPU register size from core register size in gdbstub [v2]
,
Palmer Dabbelt
,
2020/01/30
Re: [PATCH] riscv: Separate FPU register size from core register size in gdbstub [v2]
,
Keith Packard
,
2020/01/30
[PATCH] riscv: Add semihosting support [v3]
,
Keith Packard
,
2020/01/28
Re: [PATCH] riscv: Add semihosting support [v3]
,
no-reply
,
2020/01/28
Re: [PATCH] riscv: Add semihosting support [v3]
,
Keith Packard
,
2020/01/28
[PATCH] riscv/target: fix vs interrupt delegation
,
Jose Martins
,
2020/01/28
[PATCH rc2 00/25] target/avr merger
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 03/25] target/avr: Add instruction translation - Registers definition
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 02/25] target/avr: Add instruction helpers
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 05/25] target/avr: Add instruction translation - Branch Instructions
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2020/01/25
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Thomas Huth
,
2020/01/25
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Joaquin de Andres
,
2020/01/26
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Aleksandar Markovic
,
2020/01/26
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2020/01/27
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Joaquin de Andres
,
2020/01/27
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2020/01/27
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Joaquin de Andres
,
2020/01/27
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Joaquin de Andres
,
2020/01/27
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Michael Rolnik
,
2020/01/27
Re: [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
,
Philippe Mathieu-Daudé
,
2020/01/30
[PATCH rc2 07/25] target/avr: Add instruction translation - Bit and Bit-test Instructions
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 04/25] target/avr: Add instruction translation - Arithmetic and Logic Instructions
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 08/25] target/avr: Add instruction translation - MCU Control Instructions
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 09/25] target/avr: Add instruction translation - CPU main translation function
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 10/25] target/avr: Add instruction disassembly function
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 06/25] target/avr: Add instruction translation - Data Transfer Instructions
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 11/25] hw/char: Add limited support for Atmel USART peripheral
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 13/25] hw/misc: Add Atmel power device
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 14/25] target/avr: Add section about AVR into QEMU documentation
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 14/25] target/avr: Add section about AVR into QEMU documentation
,
Thomas Huth
,
2020/01/24
Re: [PATCH rc2 14/25] target/avr: Add section about AVR into QEMU documentation
,
Michael Rolnik
,
2020/01/24
[PATCH rc2 15/25] target/avr: Register AVR support with the rest of QEMU
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Thomas Huth
,
2020/01/24
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Philippe Mathieu-Daudé
,
2020/01/24
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Aleksandar Markovic
,
2020/01/30
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Alex Bennée
,
2020/01/24
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Philippe Mathieu-Daudé
,
2020/01/24
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Sarah Harris
,
2020/01/24
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Aleksandar Markovic
,
2020/01/30
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Philippe Mathieu-Daudé
,
2020/01/31
Re: [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
,
Philippe Mathieu-Daudé
,
2020/01/24
[PATCH rc2 16/25] target/avr: Add machine none test
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 17/25] target/avr: Update MAINTAINERS file
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 18/25] hw/core/loader: Let load_elf populate the processor-specific flags
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 19/25] hw/avr: Add helper to load raw/ELF firmware binaries
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 21/25] hw/avr: Add some Arduino boards
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 21/25] hw/avr: Add some Arduino boards
,
Joaquin de Andres
,
2020/01/25
[PATCH rc2 22/25] target/avr: Update build system
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 22/25] target/avr: Update build system
,
Alex Bennée
,
2020/01/24
[PATCH rc2 23/25] tests/boot-serial-test: Test some Arduino boards (AVR based)
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 20/25] hw/avr: Add some ATmega microcontrollers
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 20/25] hw/avr: Add some ATmega microcontrollers
,
Aleksandar Markovic
,
2020/01/26
Re: [PATCH rc2 20/25] hw/avr: Add some ATmega microcontrollers
,
Philippe Mathieu-Daudé
,
2020/01/27
Re: [PATCH rc2 20/25] hw/avr: Add some ATmega microcontrollers
,
Aleksandar Markovic
,
2020/01/27
[PATCH rc2 24/25] tests/acceptance: Test the Arduino MEGA2560 board
,
Philippe Mathieu-Daudé
,
2020/01/23
[PATCH rc2 25/25] .travis.yml: Run the AVR acceptance tests
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 00/25] target/avr merger
,
Philippe Mathieu-Daudé
,
2020/01/23
Re: [PATCH rc2 00/25] target/avr merger
,
Thomas Huth
,
2020/01/24
Re: [PATCH rc2 00/25] target/avr merger
,
Michael Rolnik
,
2020/01/24
Re: [PATCH rc2 00/25] target/avr merger
,
Philippe Mathieu-Daudé
,
2020/01/24
Re: [PATCH rc2 00/25] target/avr merger
,
Michael Rolnik
,
2020/01/24
[PATCH] target/riscv: Disallow WFI instruction from U-mode
,
Jonathan Behrens
,
2020/01/23
Re: [PATCH] target/riscv: Disallow WFI instruction from U-mode
,
Richard Henderson
,
2020/01/23
Re: [PATCH] target/riscv: Disallow WFI instruction from U-mode
,
Jonathan Behrens
,
2020/01/23
[PATCH v2] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Anup Patel
,
2020/01/22
Re: [PATCH v2] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Alistair Francis
,
2020/01/27
Re: [PATCH v2] riscv/virt: Add syscon reboot and poweroff DT nodes
,
Palmer Dabbelt
,
2020/01/30
Re: [PATCH v8 0/3] RTC support for QEMU RISC-V virt machine
,
Anup Patel
,
2020/01/22
[PATCH v2 0/2] RISC-V TIME CSR for privileged mode
,
Anup Patel
,
2020/01/22
[PATCH v2 1/2] target/riscv: Emulate TIME CSRs for privileged mode
,
Anup Patel
,
2020/01/22
[PATCH v2 2/2] hw/riscv: Provide rdtime callback for TCG in CLINT emulation
,
Anup Patel
,
2020/01/22
Re: [PATCH v2 1/2] target/riscv: Emulate TIME CSRs for privileged mode
,
Palmer Dabbelt
,
2020/01/30
Re: [PATCH v2 1/2] target/riscv: Emulate TIME CSRs for privileged mode
,
Anup Patel
,
2020/01/30
Re: [PATCH v2 2/2] hw/riscv: Provide rdtime callback for TCG in CLINT emulation
,
Palmer Dabbelt
,
2020/01/30
Re: [PATCH v2 2/2] hw/riscv: Provide rdtime callback for TCG in CLINT emulation
,
Anup Patel
,
2020/01/30
[PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
,
Palmer Dabbelt
,
2020/01/21
[PULL 1/5] riscv/sifive_u: fix a memory leak in soc_realize()
,
Palmer Dabbelt
,
2020/01/21
[PULL 3/5] target/riscv: Fix tb->flags FS status
,
Palmer Dabbelt
,
2020/01/21
[PULL 2/5] riscv: Set xPIE to 1 after xRET
,
Palmer Dabbelt
,
2020/01/21
[PULL 4/5] target/riscv: fsd/fsw doesn't dirty FP state
,
Palmer Dabbelt
,
2020/01/21
[PULL 5/5] target/riscv: update mstatus.SD when FS is set dirty
,
Palmer Dabbelt
,
2020/01/21
Re: [PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
,
Peter Maydell
,
2020/01/23
Re: [PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
,
Palmer Dabbelt
,
2020/01/23
Re: [PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
,
Peter Maydell
,
2020/01/24
Re: [PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
,
Palmer Dabbelt
,
2020/01/27
Re: [PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
,
Peter Maydell
,
2020/01/24
Re: [Qemu-devel] [PATCH] target/riscv: Disallow WFI instruction from U-mode
,
Jonathan Behrens
,
2020/01/21
Re: [Qemu-devel] [PATCH] target/riscv: Disallow WFI instruction from U-mode
,
Alistair Francis
,
2020/01/21
Re: [Qemu-devel] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
,
Jonathan Behrens
,
2020/01/21
Re: [Qemu-devel] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
,
Alistair Francis
,
2020/01/21
[PATCH 0/2] RISC-V TIME CSR for privileged mode
,
Anup Patel
,
2020/01/21
[PATCH 1/2] target/riscv: Emulate TIME CSRs for privileged mode
,
Anup Patel
,
2020/01/21
Re: [PATCH 1/2] target/riscv: Emulate TIME CSRs for privileged mode
,
Alistair Francis
,
2020/01/21
[PATCH 2/2] hw/riscv: Provide rdtime callback for TCG in CLINT emulation
,
Anup Patel
,
2020/01/21
Re: [PATCH 2/2] hw/riscv: Provide rdtime callback for TCG in CLINT emulation
,
Alistair Francis
,
2020/01/21
Re: [PATCH 0/2] RISC-V TIME CSR for privileged mode
,
Jonathan Behrens
,
2020/01/21
[PATCH v1 1/1] target/riscv: Correctly implement TSR trap
,
Alistair Francis
,
2020/01/21
Re: [PATCH v1 1/1] target/riscv: Correctly implement TSR trap
,
Jonathan Behrens
,
2020/01/21
RE: [PATCH v1 23/36] target/riscv: Add hypvervisor trap support
,
Jiangyifei
,
2020/01/20
Re: [PATCH v1 23/36] target/riscv: Add hypvervisor trap support
,
Alistair Francis
,
2020/01/31
[PATCH v3 1/3] target/riscv: Fix tb->flags FS status
,
shihpo . hung
,
2020/01/15
[PATCH v3 2/3] target/riscv: fsd/fsw doesn't dirty FP state
,
shihpo . hung
,
2020/01/15
Re: [PATCH v3 2/3] target/riscv: fsd/fsw doesn't dirty FP state
,
Alistair Francis
,
2020/01/15
[PATCH v3 3/3] target/riscv: update mstatus.SD when FS is set dirty
,
shihpo . hung
,
2020/01/15
Re: [PATCH v3 3/3] target/riscv: update mstatus.SD when FS is set dirty
,
Alistair Francis
,
2020/01/15
Re: [PATCH v3 1/3] target/riscv: Fix tb->flags FS status
,
Alistair Francis
,
2020/01/15
Re: [PATCH v3 1/3] target/riscv: Fix tb->flags FS status
,
ShihPo Hung
,
2020/01/15
Re: [PATCH v3 1/3] target/riscv: Fix tb->flags FS status
,
Richard Henderson
,
2020/01/15
Re: [PATCH v3 1/3] target/riscv: Fix tb->flags FS status
,
Alistair Francis
,
2020/01/15
[PATCH v5 08/22] gdbstub: extend GByteArray to read register helpers
,
Alex Bennée
,
2020/01/14
Re: [PATCH v5 08/22] gdbstub: extend GByteArray to read register helpers
,
David Gibson
,
2020/01/15
Re: [PATCH v5 08/22] gdbstub: extend GByteArray to read register helpers
,
Damien Hedde
,
2020/01/16
[PATCH v2 1/3] target/riscv: Fix tb->flags FS status
,
shihpo . hung
,
2020/01/14
[PATCH v2 2/3] target/riscv: fsd/fsw doesn't dirty FP state
,
shihpo . hung
,
2020/01/14
Re: [PATCH v2 2/3] target/riscv: fsd/fsw doesn't dirty FP state
,
Richard Henderson
,
2020/01/14
[PATCH v2 3/3] target/riscv: update mstatus.SD when FS is set dirty
,
shihpo . hung
,
2020/01/14
Re: [PATCH v2 3/3] target/riscv: update mstatus.SD when FS is set dirty
,
Richard Henderson
,
2020/01/14
Re: [PATCH v2 1/3] target/riscv: Fix tb->flags FS status
,
Richard Henderson
,
2020/01/14
Re: [PATCH v2 1/3] target/riscv: Fix tb->flags FS status
,
ShihPo Hung
,
2020/01/15
[PATCH] target/riscv: Set mstatus.DS & FS correctly
,
shihpo . hung
,
2020/01/10
Re: [PATCH] target/riscv: Set mstatus.DS & FS correctly
,
Richard Henderson
,
2020/01/13
Re: [PATCH] target/riscv: Set mstatus.DS & FS correctly
,
ShihPo Hung
,
2020/01/14
[PATCH 1/3] select gdb fpu xml by single or double float extension
,
LIU Zhiwei
,
2020/01/10
[PATCH 2/3] RISC-V: use FIELD macro to define tb flags
,
LIU Zhiwei
,
2020/01/10
Re: [PATCH 2/3] RISC-V: use FIELD macro to define tb flags
,
Richard Henderson
,
2020/01/13
[PATCH 3/3] remove redundant check for fpu csr read and write interface
,
LIU Zhiwei
,
2020/01/10
Re: [PATCH 3/3] remove redundant check for fpu csr read and write interface
,
Richard Henderson
,
2020/01/13
Re: [PATCH] riscv: sifive_u: Add a "serial" property for board serial number
,
Bin Meng
,
2020/01/10
Message not available
Message not available
Re: [PATCH] riscv: sifive_u: Add a "serial" property for board serial number
,
Palmer Dabbelt
,
2020/01/29
Re: [PATCH] riscv/sifive_u: fix a memory leak in soc_realize()
,
Palmer Dabbelt
,
2020/01/09
Re: [PATCH v1 35/36] target/riscv: Add the MSTATUS_MPV_ISSET helper macro
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 34/36] target/riscv: Add support for the 32-bit MSTATUSH CSR
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 33/36] target/riscv: Set htval and mtval2 on execptions
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 32/36] target/riscv: Raise the new execptions when 2nd stage translation fails
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 31/36] target/riscv: Implement second stage MMU
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 30/36] target/riscv: Allow specifying MMU stage
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 29/36] target/riscv: Respect MPRV and SPRV for floating point ops
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 20/36] target/riscv: Add support for virtual interrupt setting
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 20/36] target/riscv: Add support for virtual interrupt setting
,
Richard Henderson
,
2020/01/08
Re: [PATCH v1 20/36] target/riscv: Add support for virtual interrupt setting
,
Palmer Dabbelt
,
2020/01/10
Re: [PATCH v1 19/36] target/riscv: Extend the SIP CSR to support virtulisation
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 26/36] target/riscv: Remove the hret instruction
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 18/36] target/riscv: Extend the MIE CSR to support virtulisation
,
Palmer Dabbelt
,
2020/01/08
Re: [PATCH v1 16/36] target/riscv: Add virtual register swapping function
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 17/36] target/riscv: Set VS bits in mideleg for Hyp extension
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 17/36] target/riscv: Set VS bits in mideleg for Hyp extension
,
Alistair Francis
,
2020/01/21
Re: [PATCH v1 17/36] target/riscv: Set VS bits in mideleg for Hyp extension
,
Anup Patel
,
2020/01/21
Re: [Qemu-devel] [PATCH v2 05/17] RISC-V: add vector extension load and store instructions
,
LIU Zhiwei
,
2020/01/07
Re: [Qemu-devel] [PATCH v2 05/17] RISC-V: add vector extension load and store instructions
,
Richard Henderson
,
2020/01/07
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Alistair Francis
,
2020/01/21
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Jonathan Behrens
,
2020/01/21
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Alistair Francis
,
2020/01/21
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Jonathan Behrens
,
2020/01/22
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Palmer Dabbelt
,
2020/01/30
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Alistair Francis
,
2020/01/31
Re: [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
,
Alistair Francis
,
2020/01/31
Re: [PATCH v1 14/36] target/riscv: Add Hypervisor virtual CSRs accesses
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 12/36] target/riscv: Add Hypervisor CSR access functions
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 09/36] target/riscv: Fix CSR perm checking for HS mode
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 06/36] target/riscv: Rename the H irqs to VS irqs
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 05/36] target/riscv: Add support for the new execption numbers
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 07/36] target/riscv: Add the virtulisation mode
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v1 04/36] target/riscv: Add the Hypervisor CSRs to CPUState
,
Palmer Dabbelt
,
2020/01/07
Re: [PATCH v2 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
,
Paolo Bonzini
,
2020/01/07
Re: [Qemu-devel] [PATCH v3] RISC-V: Select FPU gdb xml file based on the supported extensions
,
Alex Bennée
,
2020/01/07
Re: [Qemu-devel] [PATCH v3] RISC-V: Select FPU gdb xml file based on the supported extensions
,
Alistair Francis
,
2020/01/17
Re: [PATCH v1 02/36] target/riscv: Don't set write permissions on dirty PTEs
,
Palmer Dabbelt
,
2020/01/06
Re: [PATCH v1 02/36] target/riscv: Don't set write permissions on dirty PTEs
,
Alistair Francis
,
2020/01/06
Re: [Qemu-devel] [PATCH v4 3/7] target/riscv: Create function to test if FP is enabled
,
Aurelien Jarno
,
2020/01/05
Re: [Qemu-devel] [PATCH v4 3/7] target/riscv: Create function to test if FP is enabled
,
Aurelien Jarno
,
2020/01/05
Re: [Qemu-devel] [PATCH v4 3/7] target/riscv: Create function to test if FP is enabled
,
Alistair Francis
,
2020/01/19
Re: [Qemu-devel] [PATCH v4 3/7] target/riscv: Create function to test if FP is enabled
,
Aurelien Jarno
,
2020/01/21
Re: [Qemu-devel] [PATCH v4 3/7] target/riscv: Create function to test if FP is enabled
,
Alistair Francis
,
2020/01/21
[PATCH] riscv: Set xPIE to 1 after xRET
,
Yiting Wang
,
2020/01/03
Re: [PATCH] riscv: Set xPIE to 1 after xRET
,
Bin Meng
,
2020/01/03
Re: [PATCH] riscv: Set xPIE to 1 after xRET
,
Alistair Francis
,
2020/01/03
[PATCH v3 0/4] RISC-V: support vector extension part 1
,
LIU Zhiwei
,
2020/01/02
[PATCH v3 1/4] RISC-V: add vector extension field in CPURISCVState
,
LIU Zhiwei
,
2020/01/02
Re: [PATCH v3 1/4] RISC-V: add vector extension field in CPURISCVState
,
Richard Henderson
,
2020/01/03
[PATCH v3 2/4] RISC-V: configure and turn on vector extension from command line
,
LIU Zhiwei
,
2020/01/02
Re: [PATCH v3 2/4] RISC-V: configure and turn on vector extension from command line
,
Richard Henderson
,
2020/01/03
Re: [PATCH v3 2/4] RISC-V: configure and turn on vector extension from command line
,
Jim Wilson
,
2020/01/06
Re: [PATCH v3 2/4] RISC-V: configure and turn on vector extension from command line
,
LIU Zhiwei
,
2020/01/06
[PATCH v3 3/4] RISC-V: support vector extension csr
,
LIU Zhiwei
,
2020/01/02
Re: [PATCH v3 3/4] RISC-V: support vector extension csr
,
Richard Henderson
,
2020/01/03
Re: [PATCH v3 3/4] RISC-V: support vector extension csr
,
Jim Wilson
,
2020/01/06
Re: [PATCH v3 3/4] RISC-V: support vector extension csr
,
LIU Zhiwei
,
2020/01/06
[PATCH v3 4/4] RISC-V: add vector extension configure instruction
,
LIU Zhiwei
,
2020/01/02
Re: [PATCH v3 4/4] RISC-V: add vector extension configure instruction
,
Richard Henderson
,
2020/01/03
Re: [PATCH v3 4/4] RISC-V: add vector extension configure instruction
,
LIU Zhiwei
,
2020/01/06
Re: [PATCH v1 01/36] target/riscv: Convert MIP CSR to target_ulong
,
Palmer Dabbelt
,
2020/01/02
Re: [PATCH v1 01/36] target/riscv: Convert MIP CSR to target_ulong
,
Alistair Francis
,
2020/01/02
[PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list
,
Philippe Mathieu-Daudé
,
2020/01/01
[PATCH v2 1/4] tcg: Search includes from the project root source directory
,
Philippe Mathieu-Daudé
,
2020/01/01
Re: [PATCH v2 1/4] tcg: Search includes from the project root source directory
,
David Gibson
,
2020/01/01
Re: [PATCH v2 1/4] tcg: Search includes from the project root source directory
,
Alistair Francis
,
2020/01/02
[PATCH v2 2/4] tcg: Search includes in the parent source directory
,
Philippe Mathieu-Daudé
,
2020/01/01
Re: [PATCH v2 2/4] tcg: Search includes in the parent source directory
,
David Gibson
,
2020/01/01
Re: [PATCH v2 2/4] tcg: Search includes in the parent source directory
,
Alistair Francis
,
2020/01/02
Re: [PATCH v2 2/4] tcg: Search includes in the parent source directory
,
Paolo Bonzini
,
2020/01/07
[PATCH v2 3/4] tcg: Move TCG headers to include/tcg/
,
Philippe Mathieu-Daudé
,
2020/01/01
Re: [PATCH v2 3/4] tcg: Move TCG headers to include/tcg/
,
Alistair Francis
,
2020/01/02
[PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list
,
Philippe Mathieu-Daudé
,
2020/01/01
Re: [PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list
,
Alistair Francis
,
2020/01/02
Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list
,
Stefan Weil
,
2020/01/02
Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list
,
Richard Henderson
,
2020/01/02
Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list
,
Paolo Bonzini
,
2020/01/07
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc