Branch: refs/heads/coverity_scan
Home: https://github.com/siemens/jailhouse
Commit: ef132ac39dd2e5bec971ea1ce77fce49e20cbe15
https://github.com/siemens/jailhouse/commit/ef132ac39dd2e5bec971ea1ce77fce49e20cbe15
Author: Nikhil Devshatwar <[email protected]>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M tools/ivshmem-demo.c
Log Message:
-----------
tools: ivshmem-demo: Map memory regions with correct sizes
ivshmem protocol does not describe a fixed size for the
rw, input and output regions. For each platform, the uio
driver will populate this information in the sysfs.
Extract the size from sysfs maps entries and use it for
mapping different regions.
This will make the demo generic such that it will work on
all platforms with different sizes for ivshmem.
Signed-off-by: Nikhil Devshatwar <[email protected]>
[Jan: terminate on error in of uio_read_mem_size, fix return type, close fd]
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 0da6d67db7f0e74988740a82a46b8f2255cb58ff
https://github.com/siemens/jailhouse/commit/0da6d67db7f0e74988740a82a46b8f2255cb58ff
Author: Nikhil Devshatwar <[email protected]>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M tools/ivshmem-demo.c
Log Message:
-----------
tools: ivshmem-demo: Adjust selection of interrupt target
Number of peers available on a platform is different.
Ideally, any peer should be able to communicate with
any other peer. By default, all demos send interrupt to
the next peer in a ring fashion.
Add support for passing a command line parameter to specify
exact peer to send interrupt to. Furthermore, avoid using a
hard-coded max-peers value for the default target selection.
Signed-off-by: Nikhil Devshatwar <[email protected]>
[Jan: fix register access, print max-peers, massage commit log]
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 7a90d00602f3955a41a47177b15b960119b73d72
https://github.com/siemens/jailhouse/commit/7a90d00602f3955a41a47177b15b960119b73d72
Author: Nikhil Devshatwar <[email protected]>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M inmates/demos/ivshmem-demo.c
Log Message:
-----------
inmates: ivshmem-demo: Parse target from cmdline
Generalize the ivshmem-demo to work on different platforms
with different number of peers and ability to send interrupt
to any peer.
By default, the demo sends interrupt to next peer in a ring fashion.
Optionally, allow to specify the target peer from commandline.
Signed-off-by: Nikhil Devshatwar <[email protected]>
[Jan: fix ARM targets by avoiding division]
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 189a60b7b05a3450fca52afd1285f79c4ae057fb
https://github.com/siemens/jailhouse/commit/189a60b7b05a3450fca52afd1285f79c4ae057fb
Author: Nikhil Devshatwar <[email protected]>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M configs/arm64/k3-j721e-evm-inmate-demo.c
M configs/arm64/k3-j721e-evm-linux-demo.c
M configs/arm64/k3-j721e-evm.c
Log Message:
-----------
configs: k3-j721e-evm: Fix memory overlaps
Fix errors reported by jailhouse-config-check
Fix overlap of baremetal demos with IVSHMEM.
Remove regions of memory which is already covered as part of
some other memory region.
Signed-off-by: Nikhil Devshatwar <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 55d7f4463d5c0bbde951a1d5ebba3e5e6381b34a
https://github.com/siemens/jailhouse/commit/55d7f4463d5c0bbde951a1d5ebba3e5e6381b34a
Author: Peng Fan <[email protected]>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M README.md
Log Message:
-----------
README: drop the warning
Jailhouse has been chosen by Semiconductor Companies(TI, NXP)
in regular software releases. And it has also been deployed
in real products.
So let's mark jailhouse product ready, drop the warning that
make people scared to use Jailhouse Hypervisor.
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: aaac921f30256c30746d5d84205a4e8653245760
https://github.com/siemens/jailhouse/commit/aaac921f30256c30746d5d84205a4e8653245760
Author: Jan Kiszka <[email protected]>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M pyjailhouse/config_parser.py
Log Message:
-----------
pyjailhouse: config_parser: Strip trailing zeros from cell name
A cell name is either terminated by length or by null-byte. Avoid
picking up the latter into the python string.
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 09f38b3aca20e4a8742afea0b2642b3b5ab0e9a7
https://github.com/siemens/jailhouse/commit/09f38b3aca20e4a8742afea0b2642b3b5ab0e9a7
Author: Jan Kiszka <[email protected]>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M tools/ivshmem-demo.c
Log Message:
-----------
tools: ivshmem-demo: Fix convert indention to tabs
No functional changes.
Signed-off-by: Jan Kiszka <[email protected]>
Compare:
https://github.com/siemens/jailhouse/compare/9c945739d90c...09f38b3aca20
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/siemens/jailhouse/push/refs/heads/coverity_scan/9c9457-09f38b%40github.com.