Re: Restoring child with checkpointed state

2017-10-23 Thread David Werner
Hi Stefan, i modified the request semaphore call and changed the constructor of the Signal_source_client as follows: [/repos/base-foc/src/lib/base/signal_source_client.cc] : Signal_source_client::Signal_source_client(Capability cap) : Rpc_client(static_cap_cast(cap)) { /* request mapping

Qt5: Signals and QApplications inside Threads

2017-10-23 Thread Boris Mulder
Dear Genode folks, I have built an application with Qt5. I want it to also be able to read ROM modules from a report_rom server and to be able to handle updates to that ROM using signals. When I run QApplication::exec() however, it does not return and the entrypoint cannot listen to signals, caus