You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libkrun: Bump version to 0.1.4
Bump version to 0.1.4.
This version includes a fix for the epoll emulation for macOS that
minimizes CPU idle usage.
Signed-off-by: Sergio Lopez <slp@redhat.com>
virtiofs: Enable xattr support
Some applications expect extended attributes to be avaiable on the
filesystem, and will fail if it isn't supported. Enable xattr (this
implies a slight performance impact) and deal with the special case
for init_inode.
Signed-off-by: Sergio Lopez <slp@redhat.com>