All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1835827] [NEW] HTIF symbols no longer recognized by RISC-V spike board
@ 2019-07-08 19:15 shacknetisp
  2019-07-08 21:02 ` [Qemu-devel] [Bug 1835827] " Alistair Francis
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: shacknetisp @ 2019-07-08 19:15 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Tested commit: f34edbc760b0f689deddd175fc08732ecb46665f

I belive this was introduced in 0ac24d56c5e7d32423ea78ac58a06b444d1df04d
when the spike's load_kernel() was moved to riscv_load_kernel() which no
longer included htif_symbol_callback().

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1835827

Title:
  HTIF symbols no longer recognized by RISC-V spike board

Status in QEMU:
  New

Bug description:
  Tested commit: f34edbc760b0f689deddd175fc08732ecb46665f

  I belive this was introduced in
  0ac24d56c5e7d32423ea78ac58a06b444d1df04d when the spike's
  load_kernel() was moved to riscv_load_kernel() which no longer
  included htif_symbol_callback().

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1835827/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1835827] Re: HTIF symbols no longer recognized by RISC-V spike board
  2019-07-08 19:15 [Qemu-devel] [Bug 1835827] [NEW] HTIF symbols no longer recognized by RISC-V spike board shacknetisp
@ 2019-07-08 21:02 ` Alistair Francis
  2019-07-08 22:36 ` shacknetisp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alistair Francis @ 2019-07-08 21:02 UTC (permalink / raw)
  To: qemu-devel

I think you are right. Would you like to write a patch to fix the issue?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1835827

Title:
  HTIF symbols no longer recognized by RISC-V spike board

Status in QEMU:
  New

Bug description:
  Tested commit: f34edbc760b0f689deddd175fc08732ecb46665f

  I belive this was introduced in
  0ac24d56c5e7d32423ea78ac58a06b444d1df04d when the spike's
  load_kernel() was moved to riscv_load_kernel() which no longer
  included htif_symbol_callback().

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1835827/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1835827] Re: HTIF symbols no longer recognized by RISC-V spike board
  2019-07-08 19:15 [Qemu-devel] [Bug 1835827] [NEW] HTIF symbols no longer recognized by RISC-V spike board shacknetisp
  2019-07-08 21:02 ` [Qemu-devel] [Bug 1835827] " Alistair Francis
@ 2019-07-08 22:36 ` shacknetisp
  2019-07-08 23:11 ` Alistair Francis
  2020-01-09 17:19 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: shacknetisp @ 2019-07-08 22:36 UTC (permalink / raw)
  To: qemu-devel

No, patch sign-off requires a legal name.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1835827

Title:
  HTIF symbols no longer recognized by RISC-V spike board

Status in QEMU:
  New

Bug description:
  Tested commit: f34edbc760b0f689deddd175fc08732ecb46665f

  I belive this was introduced in
  0ac24d56c5e7d32423ea78ac58a06b444d1df04d when the spike's
  load_kernel() was moved to riscv_load_kernel() which no longer
  included htif_symbol_callback().

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1835827/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1835827] Re: HTIF symbols no longer recognized by RISC-V spike board
  2019-07-08 19:15 [Qemu-devel] [Bug 1835827] [NEW] HTIF symbols no longer recognized by RISC-V spike board shacknetisp
  2019-07-08 21:02 ` [Qemu-devel] [Bug 1835827] " Alistair Francis
  2019-07-08 22:36 ` shacknetisp
@ 2019-07-08 23:11 ` Alistair Francis
  2020-01-09 17:19 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Alistair Francis @ 2019-07-08 23:11 UTC (permalink / raw)
  To: qemu-devel

Ok, I'll add it to my to do list then

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1835827

Title:
  HTIF symbols no longer recognized by RISC-V spike board

Status in QEMU:
  New

Bug description:
  Tested commit: f34edbc760b0f689deddd175fc08732ecb46665f

  I belive this was introduced in
  0ac24d56c5e7d32423ea78ac58a06b444d1df04d when the spike's
  load_kernel() was moved to riscv_load_kernel() which no longer
  included htif_symbol_callback().

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1835827/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1835827] Re: HTIF symbols no longer recognized by RISC-V spike board
  2019-07-08 19:15 [Qemu-devel] [Bug 1835827] [NEW] HTIF symbols no longer recognized by RISC-V spike board shacknetisp
                   ` (2 preceding siblings ...)
  2019-07-08 23:11 ` Alistair Francis
@ 2020-01-09 17:19 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-01-09 17:19 UTC (permalink / raw)
  To: qemu-devel

Patch has been included in QEMU v4.2:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=6478dd745dca49d632

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1835827

Title:
  HTIF symbols no longer recognized by RISC-V spike board

Status in QEMU:
  Fix Released

Bug description:
  Tested commit: f34edbc760b0f689deddd175fc08732ecb46665f

  I belive this was introduced in
  0ac24d56c5e7d32423ea78ac58a06b444d1df04d when the spike's
  load_kernel() was moved to riscv_load_kernel() which no longer
  included htif_symbol_callback().

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1835827/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-09 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-08 19:15 [Qemu-devel] [Bug 1835827] [NEW] HTIF symbols no longer recognized by RISC-V spike board shacknetisp
2019-07-08 21:02 ` [Qemu-devel] [Bug 1835827] " Alistair Francis
2019-07-08 22:36 ` shacknetisp
2019-07-08 23:11 ` Alistair Francis
2020-01-09 17:19 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.