[Qemu-devel] [PATCH V2 0/3] riscv: some little fix.

KONRAD Frederic posted 3 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1525360636-18229-1-git-send-email-frederic.konrad@adacore.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
configure             |  2 +-
hw/riscv/riscv_htif.c | 12 ++++++++----
2 files changed, 9 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH V2 0/3] riscv: some little fix.
Posted by KONRAD Frederic 7 years, 5 months ago
Hi all,

Here are some fixes for RISCV.

The two firsts allow to map the HTIF @0x00000000.
The third one requires fdt to be present on the build machine so the build
doesn't end with a linker error.

Thanks,
Fred

KONRAD Frederic (3):
  riscv: spike: allow base == 0
  riscv: htif: increase the priority of the htif subregion
  riscv: requires libfdt

 configure             |  2 +-
 hw/riscv/riscv_htif.c | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

-- 
1.8.3.1


Re: [Qemu-devel] [PATCH V2 0/3] riscv: some little fix.
Posted by KONRAD Frederic 7 years, 5 months ago
s/fix/fixes in the subject :/

Fred

On 05/03/2018 05:17 PM, KONRAD Frederic wrote:
> Hi all,
> 
> Here are some fixes for RISCV.
> 
> The two firsts allow to map the HTIF @0x00000000.
> The third one requires fdt to be present on the build machine so the build
> doesn't end with a linker error.
> 
> Thanks,
> Fred
> 
> KONRAD Frederic (3):
>    riscv: spike: allow base == 0
>    riscv: htif: increase the priority of the htif subregion
>    riscv: requires libfdt
> 
>   configure             |  2 +-
>   hw/riscv/riscv_htif.c | 12 ++++++++----
>   2 files changed, 9 insertions(+), 5 deletions(-)
>