This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via d6ac4187fcb0bae48e421cdb265dd1636543a996 (commit) via b264dbd27739600955a365725f66ceae47e8a456 (commit) from 91a51672ff4cfe1f1a0712b4c542ded3081c825b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d6ac4187fcb0bae48e421cdb265dd1636543a996 Author: Joan Lledó <jlle...@member.fsf.org> Date: Sat Feb 15 11:52:21 2020 +0100 pci-arbiter: Add --device command line option Shortcut for -d, -b, -s and -f Usage: --device [<domain>:]<bus>:<slot>.<func> E.G. --device 00:05.0 is shortcut for -d 0 -b 0 -s 5 -f 0 * pci-arbiter/options.c: Implement --slot option * pci-arbiter/options.h: Add --slot to options list commit b264dbd27739600955a365725f66ceae47e8a456 Author: Joan Lledó <jlle...@member.fsf.org> Date: Sat Feb 15 09:56:26 2020 +0100 pci-arbiter: Rename command line options Rename some CLI options in order to add the new -D --device arg. Replace -s by -c for subclasses. Replace -D by -d for domains. Domains are optional from now on, default to 0. Replace -d by -s for devices. The formerly called "devices" are now called "slots", and "device" will refer to a combination of Domain + Bus + Slot + Function Only -G and -U options create new permission scopes. * pci-arbiter/options.c: parse_opts(): Rename options * pci-arbiter/options.h: struct argp_option options[]: Likewise ----------------------------------------------------------------------- Summary of changes: pci-arbiter/options.c | 75 +++++++++++++++++++++++++++++++++++++++++++-------- pci-arbiter/options.h | 20 +++++++------- 2 files changed, 75 insertions(+), 20 deletions(-) hooks/post-receive -- Hurd