vivier / qemu-m68k

Other
40 stars 6 forks source link

Unsupported syscall: 352 #4

Closed glaubitz closed 8 years ago

glaubitz commented 8 years ago

When installing/updating a recent version of udev on Debian, qemu complains about an unsupported syscall, namely 352:

Setting up udev (228-4+b1) ... qemu: Unsupported syscall: 352 addgroup: The group `input' already exists as a system group. Exiting.

Adrian

vivier commented 8 years ago

Syscall 352 is getrandom(), and it is not implemented by qemu. It should be easy to add.

glaubitz commented 8 years ago

I will have a look at it later. I just added it here so we don't forget it :).

vivier commented 8 years ago

While I was playing with debian unstable, I have implemented this syscall, see branch 680x0-master-dev.

https://github.com/vivier/qemu-m68k/commit/2aa75e8188ac0eaca13bfad044021162be88a579

glaubitz commented 8 years ago

Ah, nice. Thanks a lot!

glaubitz commented 8 years ago

This seems to work. Should we close this issue?