Hello,
I am running: `qemu-system-x86_64 -m 256 openwrt-x86-64-combined-ext4.img -nographic`
It boots, but it gets stuck after those lines:
```
...
[ 0.470910] Bridge firewalling registered
[ 0.471095] Ebtables v2.0 registered
[ 0.473087] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.474874] 8021q: 802.1Q VLAN Support v1.8
[ 0.475541] NET: Registered protocol family 40
[ 0.479102] rtc_cmos 00:00: setting system clock to 2021-09-16 12:07:08 UTC (1631794028)
[ 0.483610] Waiting for root device PARTUUID=9b809513-02...
[ 1.370990] tsc: Refined TSC clocksource calibration: 2904.006 MHz
[ 2.370504] Switched to clocksource tsc
```
After the last line, it hangs forever. Probably it's related to TSC (what is that?), but I do not know how. Any idea to fix this issue? :)
Regards
Yves