Ensure that the FIFO is checked for emptiness before popping data from it.
Previously, the code directly popped the data from the FIFO without checking,
which
could cause an assertion failure:
../util/fifo8.c:67: fifo8_pop: Assertion `fifo->num > 0
Signed-off-by: Shiva sagar Myana
Revie
Ensure that the FIFO is checked for emptiness before popping data from it.
Previously, the code directly popped the data from FIFO without checking, which
could cause an assertion failure:
../util/fifo8.c:67: fifo8_pop: Assertion `fifo->num > 0
Signed-off-by: Shiva sagar Myana
---
Add the SFDP table for the Micron Xccela mt35xu01g flash.
Signed-off-by: Shiva sagar Myana
---
V1->V2: Change subject and commit message
hw/block/m25p80.c | 3 ++-
hw/block/m25p80_sfdp.c | 37 +
hw/block/m25p80_sfdp.h | 1 +
3 files changed,
The SFDP table size is 0x100 bytes long. The basic features are available at
byte 0x30.
Signed-off-by: Shiva sagar Myana
---
hw/block/m25p80.c | 3 ++-
hw/block/m25p80_sfdp.c | 37 +
hw/block/m25p80_sfdp.h | 1 +
3 files changed, 40 insertions(+), 1
the message at the lowest index first.
Signed-off-by: Shiva sagar Myana
Reviewed-by: Francisco Iglesias
---
Changelog:
v1 -> v2 : subject line is modified.
v2 -> v3 : subject line is modified from "[QEMU][master][PATCH" to
"[QEMU][PATCH".
hw/net/can/xlnx-versal
the message at the lowest index first.
Signed-off-by: Shiva sagar Myana
Reviewed-by: Francisco Iglesias
---
ChangeLog:
v1->v2 : Subject line modified.
hw/net/can/xlnx-versal-canfd.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hw/net/can/xlnx-versal-canfd.c b/hw/
the message at the lowest index first.
Signed-off-by: Shiva sagar Myana
---
hw/net/can/xlnx-versal-canfd.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hw/net/can/xlnx-versal-canfd.c b/hw/net/can/xlnx-versal-canfd.c
index 47a14cfe63..5f083c21e9 100644
--- a/hw/net/can