Message ID | 20180809051927.243483-1-amitay@ozlabs.org |
---|---|
Headers | show |
Series | Fix target selection (yet again) | expand |
Looks good, thanks Amitay! - Alistair On Thursday, 9 August 2018 3:19:22 PM AEST Amitay Isaacs wrote: > There are following fixes: > - Correctly select all of specified linux cpus > - Allow options -p/-c/-t/-l to be specified multiple times > - probe command now only prints selected targets > > Amitay Isaacs (5): > main: Define MAX_LINUX_CPUS for convenience > main: Use the correct length of linux cpu list > main: Fix target selection of linux cpus > main: Do not reset the previous selections in the list > main: Fix print_target to only print selected targets > > src/main.c | 37 ++++++++++++++++++++----------------- > 1 file changed, 20 insertions(+), 17 deletions(-) > >