[PATCH v2 1/1] hw/ssi/xilinx_spips: Fix flash erase assert in dual parallel configuration

2024-10-01 Thread Shiva sagar Myana
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

[PATCH 1/1] hw/ssi/xilinx_spips: Fix flash earse assert in dual parallel configuration

2024-09-24 Thread Shiva sagar Myana
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 ---

[PATCH v2 1/1] m25p80: Add SFDP table for mt35xu01g flash

2024-08-29 Thread 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,

[PATCH 1/1] m25p80: Add SFDP table for mt35xu01gbba flash device

2024-08-29 Thread Shiva sagar Myana
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

[QEMU][PATCH v3 1/1] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue

2024-06-02 Thread Shiva sagar Myana
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

[QEMU][master][PATCH v2 1/1] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue

2024-05-31 Thread Shiva sagar Myana
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/

[QEMU][PATCH 1/1] hw/net/can: Fix sorting of the tx queue

2024-05-29 Thread Shiva sagar Myana
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

[Qemu-devel] Memory range addresses involved

2014-10-31 Thread Shiva
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

[Qemu-devel] Print Memory Address Range

2014-10-31 Thread Shiva
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

[Qemu-devel] Adding new arguments to qemu binary

2014-10-27 Thread Shiva
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

[Qemu-devel] Qemu Memory Management Files

2014-10-22 Thread Shiva
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

[Qemu-devel] Memory Changes for emulating SGX

2014-10-21 Thread Shiva
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

[Qemu-devel] Intel SGX Emulator related

2014-10-15 Thread Shiva
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