Tags: PatrickRudolph/u-root
Tags
pci: alloc NewBusReader to take a []string Also allow the pci command to take , separate globs, viz: rminnich@xcpu:~/gopath/src/github.com/u-root/u-root/cmds/core/pci$ ./pci -s *1[78]* 0000:00:17.0: VMware PCI Express Root Port 0000:00:17.1: VMware PCI Express Root Port 0000:00:17.2: VMware PCI Express Root Port 0000:00:17.3: VMware PCI Express Root Port 0000:00:17.4: VMware PCI Express Root Port 0000:00:17.5: VMware PCI Express Root Port 0000:00:17.6: VMware PCI Express Root Port 0000:00:17.7: VMware PCI Express Root Port 0000:00:18.0: VMware PCI Express Root Port 0000:00:18.1: VMware PCI Express Root Port 0000:00:18.2: VMware PCI Express Root Port 0000:00:18.3: VMware PCI Express Root Port 0000:00:18.4: VMware PCI Express Root Port 0000:00:18.5: VMware PCI Express Root Port 0000:00:18.6: VMware PCI Express Root Port 0000:00:18.7: VMware PCI Express Root Port rminnich@xcpu:~/gopath/src/github.com/u-root/u-root/cmds/core/pci$ ./pci -s *17*,*18* 0000:00:17.0: VMware PCI Express Root Port 0000:00:17.1: VMware PCI Express Root Port 0000:00:17.2: VMware PCI Express Root Port 0000:00:17.3: VMware PCI Express Root Port 0000:00:17.4: VMware PCI Express Root Port 0000:00:17.5: VMware PCI Express Root Port 0000:00:17.6: VMware PCI Express Root Port 0000:00:17.7: VMware PCI Express Root Port 0000:00:18.0: VMware PCI Express Root Port 0000:00:18.1: VMware PCI Express Root Port 0000:00:18.2: VMware PCI Express Root Port 0000:00:18.3: VMware PCI Express Root Port 0000:00:18.4: VMware PCI Express Root Port 0000:00:18.5: VMware PCI Express Root Port 0000:00:18.6: VMware PCI Express Root Port 0000:00:18.7: VMware PCI Express Root Port rminnich@xcpu:~/gopath/src/github.com/u-root/u-root/cmds/core/pci$ exit Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
multiboot: command to boot ESXi Signed-off-by: Max Shegai <max.shegai@gmail.com>
TCZ test also need squashfs Signed-off-by: Ryan O'Leary <ryanoleary@google.com>
Add loop support for tcz integration test Signed-off-by: Ryan O'Leary <ryanoleary@google.com>