mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
vbox5_genode_usb_hid_raw: configure static RTC
This prevents Warning: clock_gettime(): missing real-time clock log messages. Related to #4561
This commit is contained in:
parent
11b964b759
commit
eeb40d0cc2
@ -213,12 +213,15 @@ append config {
|
||||
<resource name="RAM" quantum="448M"/>
|
||||
<config vbox_file="vm_genode_usb_hid_raw.vbox" vm_name="TestVM" xhci="yes">
|
||||
<vfs>
|
||||
<dir name="dev"> <log/> <terminal/> </dir>
|
||||
<dir name="dev">
|
||||
<log/> <terminal/>
|
||||
<inline name="rtc">2022-08-10 00:01</inline>
|
||||
</dir>
|
||||
<dir name="pipe"> <pipe/> </dir>
|
||||
<rom name="vm_genode_usb_hid_raw.vbox" />
|
||||
<rom name="usb_hid_raw.iso" />
|
||||
</vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe"/>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
<route>
|
||||
<service name="Report"><child name="report_rom" /></service>
|
||||
|
Loading…
Reference in New Issue
Block a user