Discussion:
Running Heeselicht scenario on qemu
Parfait Tokponnon
2016-07-26 11:07:35 UTC
Permalink
Hello everybody;
I has been fed up with restarting my computer after every compilation
so, I have decided to try running the Heeselicht scenarion on qemu
(not very wise but just to speed the development process).
But I got some errors concerning acpi table parsing, resulting in the
intel framebuffer not well detected.
So because I am very poor in qemu mastering, may someone tell me
whether it would take a lot of work to port the heeselicht scenario on
qemu? Or join me on doing this?
Any help is welcome (Here is the log file for those who are interested)
--
Parfait T.
Stefan Kalkowski
2016-07-27 07:09:22 UTC
Permalink
Hello Parfait,
Post by Parfait Tokponnon
Hello everybody;
I has been fed up with restarting my computer after every compilation
so, I have decided to try running the Heeselicht scenarion on qemu
(not very wise but just to speed the development process).
But I got some errors concerning acpi table parsing, resulting in the
intel framebuffer not well detected.
So because I am very poor in qemu mastering, may someone tell me
whether it would take a lot of work to port the heeselicht scenario on
qemu? Or join me on doing this?
Any help is welcome (Here is the log file for those who are interested)
I can understand that rebooting after every change is frustrating, but
at least if you do not touch components that are started during the
first boot stage, it is enough to copy them to the USB stick (e.g. from
the guest OS via shared folders). Everything that is started dynamically
by the cli_monitor is read on demand from the USB sticks filesystem.

Anyway, trying to run the Heeselicht scenario within QEMU in my eye
indeed is not recommendable. All the driver configuration is different
(no WIFI, other graphics card), using hardware-assisted virtualization
within QEMU is *slow* and not actively used by us - with other words not
tested. In the end you have to change different drivers within your
configuration, with the result of a different setup. So you won't test
whast is not working on your hardware, but what is not working in tour
QEMU setup ;-).

Best regards
Stefan
Post by Parfait Tokponnon
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
genode-main mailing list
https://lists.sourceforge.net/lists/listinfo/genode-main
--
Stefan Kalkowski
Genode Labs

https://github.com/skalk · http://genode.org/
Parfait Tokponnon
2016-07-28 10:27:00 UTC
Permalink
Hello Stefan,
Post by Stefan Kalkowski
Hello Parfait,
Post by Parfait Tokponnon
Hello everybody;
I has been fed up with restarting my computer after every compilation
so, I have decided to try running the Heeselicht scenarion on qemu
(not very wise but just to speed the development process).
But I got some errors concerning acpi table parsing, resulting in the
intel framebuffer not well detected.
So because I am very poor in qemu mastering, may someone tell me
whether it would take a lot of work to port the heeselicht scenario on
qemu? Or join me on doing this?
Any help is welcome (Here is the log file for those who are interested)
I can understand that rebooting after every change is frustrating, but
at least if you do not touch components that are started during the
first boot stage, it is enough to copy them to the USB stick (e.g. from
the guest OS via shared folders). Everything that is started dynamically
by the cli_monitor is read on demand from the USB sticks filesystem.
What I am doing reside essentially in the kernel. Basically, I am trying
to introduce support for user-space thread redundancy (to achieve fault
tolerance against transient error) in the kernel and analyzing the latency
induced in the whole system as complete OS. So i really need to restart the
machine.
Post by Stefan Kalkowski
Anyway, trying to run the Heeselicht scenario within QEMU in my eye
indeed is not recommendable. All the driver configuration is different
(no WIFI, other graphics card), using hardware-assisted virtualization
within QEMU is *slow* and not actively used by us - with other words not
tested. In the end you have to change different drivers within your
configuration, with the result of a different setup. So you won't test
whast is not working on your hardware, but what is not working in tour
QEMU setup ;-).
Good to know it. Ok, thanks
Post by Stefan Kalkowski
Best regards
Stefan
------------------------------------------------------------------------------
Post by Parfait Tokponnon
What NetFlow Analyzer can do for you? Monitors network bandwidth and
traffic
Post by Parfait Tokponnon
patterns at an interface-level. Reveals which users, apps, and protocols
are
Post by Parfait Tokponnon
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning
Post by Parfait Tokponnon
reports.http://sdm.link/zohodev2dev
_______________________________________________
genode-main mailing list
https://lists.sourceforge.net/lists/listinfo/genode-main
--
Stefan Kalkowski
Genode Labs
https://github.com/skalk · http://genode.org/
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
genode-main mailing list
https://lists.sourceforge.net/lists/listinfo/genode-main
Loading...