mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
@@ -213,12 +213,15 @@ append config {
|
|||||||
<resource name="RAM" quantum="448M"/>
|
<resource name="RAM" quantum="448M"/>
|
||||||
<config vbox_file="vm_genode_usb_hid_raw.vbox" vm_name="TestVM" xhci="yes">
|
<config vbox_file="vm_genode_usb_hid_raw.vbox" vm_name="TestVM" xhci="yes">
|
||||||
<vfs>
|
<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>
|
<dir name="pipe"> <pipe/> </dir>
|
||||||
<rom name="vm_genode_usb_hid_raw.vbox" />
|
<rom name="vm_genode_usb_hid_raw.vbox" />
|
||||||
<rom name="usb_hid_raw.iso" />
|
<rom name="usb_hid_raw.iso" />
|
||||||
</vfs>
|
</vfs>
|
||||||
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe"/>
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
|
||||||
</config>
|
</config>
|
||||||
<route>
|
<route>
|
||||||
<service name="Report"><child name="report_rom" /></service>
|
<service name="Report"><child name="report_rom" /></service>
|
||||||
|
|||||||
Reference in New Issue
Block a user