Branch: refs/heads/next
Home: https://github.com/siemens/jailhouse
Commit: 9bd27afaed4f7f5d303dbe3e643e0628d4778e45
https://github.com/siemens/jailhouse/commit/9bd27afaed4f7f5d303dbe3e643e0628d4778e45
Author: Jan Kiszka <[email protected]>
Date: 2019-05-05 (Sun, 05 May 2019)
Changed paths:
M README.md
Log Message:
-----------
README: Link cosmetics
- gmane's web interface is dead, propose mail-archive.com instead
- use clear-text project name with coverity
Signed-off-by: Jan Kiszka <[email protected]>
Commit: faedc63365e364e03d2be590e55cca564148b374
https://github.com/siemens/jailhouse/commit/faedc63365e364e03d2be590e55cca564148b374
Author: Jan Kiszka <[email protected]>
Date: 2019-05-05 (Sun, 05 May 2019)
Changed paths:
M inmates/demos/x86/apic-demo.c
Log Message:
-----------
inmates: apic-demo: Plug race around message evaluation
If msg_to_cell was not JAILHOUSE_MSG_SHUTDOWN_REQUEST, we took the
default path which also sent back JAILHOUSE_MSG_UNKNOWN - and cleared
msg_to_cell before that. This created a race condition with the
hypervisor trying to sent the cell a message. Due to the hlt, the race
normally didn't matter so far. It will when moving to polling-based
idle.
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 2b1abe0bf2f32b8a77ae12d98019aad2650fc498
https://github.com/siemens/jailhouse/commit/2b1abe0bf2f32b8a77ae12d98019aad2650fc498
Author: Jan Kiszka <[email protected]>
Date: 2019-05-05 (Sun, 05 May 2019)
Changed paths:
M inmates/demos/x86/apic-demo.c
Log Message:
-----------
inmates: apic-demo: Use polling idle to avoid latency spikes
It has been observed and also confirmed by Intel that hlt can cause
wake-up delay in the order of microseconds, although no particular power
management is requested this way. That's obviously because of
unpredictable decisions of the CPU how to react on that internally.
As the apic-demo is (also) about demonstrating the minimal possible
interrupt delay, switch to polling.
Signed-off-by: Jan Kiszka <[email protected]>
Compare:
https://github.com/siemens/jailhouse/compare/b94228ca3ac8...2b1abe0bf2f3
--
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].
For more options, visit https://groups.google.com/d/optout.