Lines Matching +full:ppc +full:- +full:linux +full:- +full:user
3 # Test that Linux kernel boots on the ppc bamboo board and check the console
8 # later. See the COPYING file in the top-level directory.
20 ('https://github.com/legoater/qemu-ppc-boot/raw/refs/heads/main/'
21 'buildroot/qemu_ppc_bamboo-2023.11-8-gdcd9f0f6eb-20240105/vmlinux'),
24 ('https://github.com/legoater/qemu-ppc-boot/raw/refs/heads/main/'
25 'buildroot/qemu_ppc_bamboo-2023.11-8-gdcd9f0f6eb-20240105/rootfs.cpio'),
31 self.require_netdev('user')
37 self.vm.add_args('-kernel', kernel,
38 '-initrd', initrd,
39 '-nic', 'user,model=virtio-net-pci,restrict=on')
43 exec_command_and_wait_for_pattern(self, 'ping -c1 10.0.2.2',