Re: Issues with remap when using a nested pci arbiter

2019-12-20 Thread Joan Lledó
Hi, Attached is a new patch that solves the issues.

Re: Issues with remap when using a nested pci arbiter

2019-12-15 Thread Joan Lledó via Bug reports for the GNU Hurd
Hi, El 11/12/19 a les 2:03, Samuel Thibault ha escrit: > So indeed, when servers/bus/pci/ gets opened, it's not getting remapped. > Feel free to fix the FIXME :) Yes, that was it, I wrote a patch (attached) and it worked. > I would say that pciutils should be made to use stat instead of > lstat,

Re: Issues with remap when using a nested pci arbiter

2019-12-10 Thread Samuel Thibault
Joan Lledó via Bug reports for the GNU Hurd, le mar. 10 déc. 2019 17:42:58 +0100, a ecrit: > Sorry, I said I observed the remap problem in the rpc trace, but I > observed it in the client's behavior. When running lspci with remap, I > can see it returns the devices configured by the main arbite

Re: Issues with remap when using a nested pci arbiter

2019-12-10 Thread Joan Lledó via Bug reports for the GNU Hurd
Hi, El 8/12/19 a les 14:49, Samuel Thibault ha escrit: > Hello, > > Joan Lledó via Bug reports for the GNU Hurd, le dim. 08 déc. 2019 09:04:09 > +0100, a ecrit: >> demo@debian:~$ remap /servers/bus/pci /home/jlledom/gnu/servers/bus/pci >> -- rpctrace -o /home/demo/demo.log env >> LD_LIBRARY

Re: Issues with remap when using a nested pci arbiter

2019-12-08 Thread Samuel Thibault
Hello, Joan Lledó via Bug reports for the GNU Hurd, le dim. 08 déc. 2019 09:04:09 +0100, a ecrit: > demo@debian:~$ remap /servers/bus/pci /home/jlledom/gnu/servers/bus/pci > -- rpctrace -o /home/demo/demo.log env > LD_LIBRARY_PATH=/home/jlledom/gnu/lib /home/jlledom/gnu/bin/lspci > > After th

Issues with remap when using a nested pci arbiter

2019-12-08 Thread Joan Lledó via Bug reports for the GNU Hurd
Hello Hurd, To test nested arbiters, I installed a translator in /home/jlledom/gnu/servers/bus/pci which connects to the main translator in /servers/bus/pci. Then, logged as 'demo' user, I use remap to ensure all rpcs are sent to my translator, not the main one: demo@debian:~$ remap /servers/bus/