LekKit

Results 242 comments of LekKit

Hm actually I think 6d16e15 should fix the case where `dev->addr + dev->size == addr` but a collision still exists

Closing as it seems resolved now. Reopen if you have additional MMIO zone assignment issues.

> as i tried `printf ... | rvvm ...` but it does not seem to work It might have worked, but this input is likely eaten and ignored by the...

Yes it is possible to install using `make install`. It is usually used for packaging system purposes (I.e. generate a distro package using `make install DESTDIR=...`), but it is possible...

> Guest system need some kind of resume after sleep handling to function properly. For example reset RTC clock to value from NTP server on resume. RTC clock always reports...

If we're running additional software in guests then we may use existing software to sync from NTP or RTC device. This is not exactly a new problem (affects QEMU, virt...

> It can also be used for graceful shutdown handling by VM window close button. Please implement shutdown handling in Haiku on `HID_KEY_POWER` (0x66) key. That's all that needed really...

If `chrony` or some other solution doesn't solve the issue then we may write our own service which directly reads the RTC, say, each 10-30 seconds and corrects the system...

> Is it already implemented on RVVM side? For me it is fine that window close button will act as shutdown button and if it is required to force VM...