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
Hello
I am new to qemu development. I wanted to print the corresponding addresses
involved when a memory has been assigned to a virtual machine.
For example, when i invoke the following command
qemu-system-i386 ubuntu.img -m 1G
I need to be able to print the virtual addresses and physical addre
Hello
I am new to qemu development. I wanted to print the corresponding addresses
involved when a memory has been assigned to a virtual machine.
For example, when i invoke the following command
qemu-system-i386 ubuntu.img -m 1G
I need to be able to print the virtual addresses and physical addr
Hello ,
I am new to qemu development. I want to add the following to qemu. I want to
start a qemu process with a new argument EECREATE. This when given to qemu-i386
binary should create an encrypted space in memory with few new data structures
inside. Like for example,
qemu-system-i386 -hda ub
Hello
I am new to qemu. I installed the qemu from source and would like to know how
the memory management in qemu is performed? (the flow). What are the files
involved?
My aim is to have a encrypted region created when the qemu starts up the guest.
So, for sure I need to change the existing MMU
Hello,
I am new to qemu development. I wanted to start a qemu process having a memory
region that is encrypted. This process will later run an application inside and
the necessary instructions will be emulated by the qemu.
I am finding hard time in getting to know the files I need to modify. Can
Hello ,
I am new to qemu-development. I am working on emulating Intel SGX instructions
on x86 machines. Basically modifying the qemu code to run the sgx instructions
on x86 machines. I wanted to know what is the good starting point in
understanding the code for qemu.
Basically, Intel SGX CPU’s a
13 matches
Mail list logo