Anastasios Andronidis

Results 43 comments of Anastasios Andronidis

JFYI I tried to change `RR_DESCHED_EVENT_FLOOR_FD` to: ``` define RR_DESCHED_EVENT_FLOOR_FD 6553 ``` and the only syscall I see from a standard `strace` I made on my binary is: ``` strace.log.554131:close(6553)...

Sorry forgot to mention that for us the limit is 65535 so the fd number is fine.

Sorry for the late response! We use the flag in my research group extensively as we have a huge database of references and cross-references to make the setup as modular...

ping. any news about this?

Sure! Thanks a lot! May I ask though (and please forgive me total ignorance for the internals and the philosophy you want to follow): - why not support a global...

both actually worked! I mainly use the `-Z` for compatibility with my other colleagues that use other compilers.

Any examples on how can we run a qemu VM with (e.g.) `vmnet-bridged`? Because when I tried to add it on the following args: ``` qe.net_device = 'virtio-net-pci' qe.extra_netdev_args =...