Liming Sun
Results
2
comments of
Liming Sun
Do we want to install this script automatically when installing the .rpm or .deb? If yes, more changes are needed. - man/bfb-multi-install.8 - rshim.spec.in - rhel/rshim.spec.in - Makefile.am We could...
How about some code like below (for /dev/rshim0/rshim)? RSHIM_IOC_READ = 0xc00d5200 RSHIM_IOC_WRITE = 0xc00d5201 def dev_read(fd, addr, size): try: val = os.pread(fd, (size >> 3), addr) except (OSError, IOError) as...