Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. root@arm64:~/kvm/32bit# uname -a
  2. Linux arm64 3.18.0-rc7+ #11 SMP PREEMPT Wed Dec 10 16:01:02 IST 2014 aarch64 aarch64 aarch64 GNU/Linux
  3. root@arm64:~/kvm/32bit# ./lkvm run -c1 --console virtio -d ./rootfs.img -p "console=hvc0,38400 root=/dev/vda rw --debug user_debug=31" -k ./Image-3.18 --aarch32
  4. # lkvm run -k ./Image-3.18 -m 256 -c 1 --name guest-1783
  5. Warning: ./Image-3.18 is not a bzImage. Trying to load it as a flat binary...
  6. Info: Loaded kernel to 0x80008000 (6908128 bytes)
  7. Info: Placing fdt at 0x8fe00000 - 0x8fffffff
  8. Info: virtio-mmio.devices=0x200@0x10000:37
  9.  
  10. Info: virtio-mmio.devices=0x200@0x10200:38
  11.  
  12. brd: module loaded
  13. loop: module loaded
  14. vda: unknown partition table
  15. tun: Universal TUN/TAP device driver, 1.6
  16. tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  17. usbcore: registered new interface driver usb-storage
  18. mousedev: PS/2 mouse device common for all mice
  19. ledtrig-cpu: registered to indicate activity on CPUs
  20. usbcore: registered new interface driver usbhid
  21. usbhid: USB HID core driver
  22. oprofile: no performance counters
  23. oprofile: using timer interrupt.
  24. TCP: cubic registered
  25. NET: Registered protocol family 17
  26. bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  27. 9pnet: Installing 9P2000 support
  28. Registering SWP/SWPB emulation handler
  29. /projects/pnq/P4sbSW/psawarga/armv8/kvm/armv7/linux-3.18-rc2/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  30. ALSA device list:
  31. No soundcards found.
  32. EXT2-fs (vda): warning: mounting unchecked fs, running e2fsck is recommended
  33. VFS: Mounted root (ext2 filesystem) on device 254:0.
  34. Freeing unused kernel memory: 260K (8062b000 - 8066c000)
  35. _ _
  36. | ||_|
  37. | | _ ____ _ _ _ _
  38. | || | _ \| | | |\ \/ /
  39. | || | | | | |_| |/ \
  40. |_||_|_| |_|\____|\_/\_/
  41.  
  42. On Virtual Board
  43.  
  44. Please press Enter to activate this console.
  45. / # cat /proc/cpuinfo
  46. processor : 0
  47. model name : ARMv7 Processor rev 0 (v7l)
  48. Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  49. CPU implementer : 0x50
  50. CPU architecture: 7
  51. CPU variant : 0x0
  52. CPU part : 0x000
  53. CPU revision : 0
  54.  
  55. Hardware : Generic DT based system
  56. Revision : 0000
  57. Serial : 0000000000000000
  58. / # uname -a
  59. Linux (none) 3.18.0-rc2 #1 SMP Mon Nov 10 14:10:44 IST 2014 armv7l GNU/Linux
  60. / #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement