Eugenio Pérez

Results 16 comments of Eugenio Pérez

Hi there! Same error here with ubuntu 18.04 in a docker container: ```bash # terminated with exception (report_on_exception is true): Traceback (most recent call last): 4: from /var/lib/gems/2.5.0/gems/bashcov-1.8.2/lib/bashcov/runner.rb:42:in `block (2...

OK, I've found my issue's cause, and I'm able to fix it outside bashcov. The problem is that bash does not inherit `PS4` variables executing as root since bash 4.4...

I'm sorry to say that I ended up using kcov, since I don't know anything about ruby but I do know C++ :smile:. having said that, I solved this particular...

Hi Sebastien, While it's true that the only way to resume a vdpa device is to reset it for the moment it doesn't mean the guest is aware of this...

> > While it's true that the only way to resume a vdpa device is to reset it for the moment it doesn't mean the guest is aware of this...

> > Since the controversial point of block is how to get the in flight buffers, I'd say that a resume operation / ioctl would fit better. That could enable...

> @eugpermar I've just realized that using `suspend`/`reset` is really not appropriate for the `pause`/`resume` use case. The problem comes from the `reset`, which implicitly invalidates all IOTLB entries. That...

> > > @eugpermar I've just realized that using `suspend`/`reset` is really not appropriate for the `pause`/`resume` use case. The problem comes from the `reset`, which implicitly invalidates all IOTLB...

Hi @Maxtors ! Currently, we are using this kafka plugin at redBorder, but we have not introduced the last changes made by firnsy in this repo (but we have the...

Hi, Magnus! Don't worry, I keep using all your projects, but they need less and less feedback every time! My main problem is to use LTO over g++. I need...