Re: base-hw: Virtualbox thread priorities

2015-07-10 Thread Adrian-Ken Rueegsegger
Hello Josef, On 07/10/2015 02:08 PM, Josef Söntgen wrote: > Since the stats are absolute it would be best to reset them to zero > before collecting them a second time. In this case the rtc_drv should > not be in the top range anymore because it should not be used by vbox > while it is running but

Re: base-hw: Virtualbox thread priorities

2015-07-10 Thread Martin Stein
Hey Adrian, On 10.07.2015 14:37, Adrian-Ken Rueegsegger wrote: > Sorry for the inaccurate wording which I tried to clarify in the > follow-up email. It works for me on QEMU but the cpu_quota run script > does not complete if I run it on real hardware (Lenovo T430s). There I > see that the results

Re: base-hw: Virtualbox thread priorities

2015-07-10 Thread Adrian-Ken Rueegsegger
Hello Martin, On 07/10/2015 01:02 PM, Martin Stein wrote: > Hi Adrian, > > On 08.07.2015 18:07, Adrian-Ken Rueegsegger wrote: >> I just gave the current staging branch (4b7b440...) a try and while the >> cpu_quota scenario completes successfully on QEMU, it seems to be stuck >> after the test_[fa

Re: base-hw: Virtualbox thread priorities

2015-07-10 Thread Josef Söntgen
Hello Adrian, * Adrian-Ken Rueegsegger [2015-07-09 15:59:11 +0200]: > The first set of numbers for the top 10 threads were collected when > pressing a key in the guest VM bootloader. So they basically cover the > base-hw/Virtualbox init and start: > > pd_label | label| spent

Re: base-hw: Virtualbox thread priorities

2015-07-10 Thread Martin Stein
Hi Adrian, On 08.07.2015 18:07, Adrian-Ken Rueegsegger wrote: > I just gave the current staging branch (4b7b440...) a try and while the > cpu_quota scenario completes successfully on QEMU, it seems to be stuck > after the test_[fast|midl|slow] results are logged. It appears that the > "Conclusion"

Re: running VirtualBox on Genode

2015-07-10 Thread Alexander Boettcher
On 10.07.2015 10:36, Daren Sin wrote: > Hi Alex and Christian, > > Really really thankful for the advice; apologies for the spoonfeeding as > well. Making changes to virtualbox.run, I've managed to boot up TinyLinux > on QEMU, but while QEMU says "booting kernel", the terminal reflects: > > ... >

Re: running VirtualBox on Genode

2015-07-10 Thread Daren Sin
Hi Alex and Christian, Really really thankful for the advice; apologies for the spoonfeeding as well. Making changes to virtualbox.run, I've managed to boot up TinyLinux on QEMU, but while QEMU says "booting kernel", the terminal reflects: ... [init -> virtualbox] attempted to write to non-existi

Re: running VirtualBox on Genode

2015-07-10 Thread Alexander Boettcher
Hello, On 10.07.2015 08:13, Daren Sin wrote: > [init -> acpi] Could not open ROM session for module "config" > [init -> acpi] void* abort(): abort called That it the actual reason, the acpi driver did not find a configuration xml node. The issue got fixed already on current Genode master branch,