Rob Bradford
Rob Bradford
> This enables the Windows test module. One basic test is enabled, while all others are disabled yet for aarch64. Jenkins file is extended with the corresponding step for aarch64,...
Your Jenkinsfile changes were ignored as you did not have write permissions on the repository. I have changed that now and restarted the build. You should see your new steps...
> Yeah, the image is definitely big. I guess also, the job runner host is not on the same network, so the download takes ages. I actually killed some manually...
@liuw Unfortunately the panic! handling does the correct thing. It's when a `Result::Err` is returned that the threads do not exit.
> Maybe we could modify [handle_event()](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/virtio-devices/src/epoll_helper.rs#L38) so that it expects a `Result` to be returned. And from [here](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/virtio-devices/src/epoll_helper.rs#L158) we would trigger a `panic!()` if the `Result` is an `Err`. This...
@NunoDasNeves I'm not sure I would try and do this. I tried to do this as part of the PCI segment enabling work - in particular having the PCI segments...
I'm not sure how changing the way dynamic allocations are made will help you with fixing specific locations for things. You can already do that with the existing allocators by...
Seems like a great plan to me. I can create you a repository under the `cloud-hypervisor` organisation.
> Thanks for the check, Robert. Would it perhaps make sense to register Cloud Hypervisor to OBS? Then the package repository URLs would look like > Yes, sounds good to...
@weltling Good work. Let me know if you need me to take any action.