Hi, I've the same problem. Do u have solved the problem?
If yes, how do u solved it?

Il giorno lunedì 17 settembre 2018 19:45:10 UTC+2, ycx think ha scritto:
>
> Hello everyone!
>      I have create an avd in android studio: 
> *pixel2 with API 28 , abi x86.     *The default kernel verison is 
> 4.4.124+. You can see it in the following picture. 
>
> [image: 1536807575395.jpg]
>     Now I want to* ship the pixel2 with the goldfish kernel I compiled* which 
> designed to be used in emulator.
>     So I download the goldfish kernel from the mirror website of android 
> kernel and switch to the branch *origin/android-goldfish-4.4-dev.*
>     I have noticed that the kernel
> * in<sdk>/system-images/android-28/google_apis/x86 is kernel-ranchu-64.    
> *So I compile  it with command export arch=x86_64  make 
> x86_64_ranchu_defconfig and make successfully.
>     After I use emulator to ship the kernel I compiled it works.The kernel 
> version has changed.
>
>     However, I want to* use the old version of  *
> *branch origin/android-goldfish-4.4-dev.*    So I git reset --hard 
> <OLD_COMMIT_ID> in this branch. The problem is I cann't make 
> x86_64_ranchu_defconfig  as there is no this config in this folder.
> $ cd arch/x86/configs && ls
> i386_defconfig  tiny.config  x86_64_defconfig  xen.config
>
>     The problem is when I use emulator to ship the kernel, it  always 
> reboots. It seems like the selinux is failed:
>           
> *init: Failed to load monolithic SELinux policy: *
>      
> *    How to ship the old kernel with goldfish?*
>
> *The original log :*
>
>
>
>
>
>
> *➜  emulator ./emulator -avd Pixel_2_API_27  -verbose  -show-kernel 
> -kernel 
> ~/Tech/Kernel/source\&binary/goldfish/arch/x86/boot/bzImageemulator: 
> Android emulator version 27.3.9.0 (build_id 4899998) 
> (CL:e7b1c928a596dd490b990f4532055950f1409e49)emulator: Found AVD name 
> 'Pixel_2_API_27'emulator: Found AVD target architecture: x86emulator: 
> argv[0]: './emulator'; program directory: 
> '/Users/thinkycx/Library/Android/sdk/emulator/.'emulator:  Found directory: 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86/emulator:
>  
> Probing for 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//kernel-ranchu-64:
>  
> file existsemulator: Auto-config: -engine qemu2 (based on 
> configuration)emulator:  Found directory: 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86/emulator:
>  
> emuDirName: '/Users/thinkycx/Library/Android/sdk/emulator'emulator:  Found 
> directory: 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86/emulator:
>  
> Probing for 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//kernel-ranchu-64:
>  
> file existsemulator: try dir 
> /Users/thinkycx/Library/Android/sdk/emulator/.emulator: Trying emulator 
> path 
> '/Users/thinkycx/Library/Android/sdk/emulator/./qemu/darwin-x86_64/qemu-system-x86_64'emulator:
>  
> Found target-specific 64-bit emulator binary: 
> /Users/thinkycx/Library/Android/sdk/emulator/./qemu/darwin-x86_64/qemu-system-x86_64emulator:
>  
> Adding library search path: 
> '/Users/thinkycx/Library/Android/sdk/emulator/./lib64'emulator: Adding 
> library search path: 
> '/Users/thinkycx/Library/Android/sdk/emulator/./lib64/gles_swiftshader'emulator:
>  
> Adding library search path: 
> '/Users/thinkycx/Library/Android/sdk/emulator/./lib64/gles_angle'emulator: 
> Adding library search path: 
> '/Users/thinkycx/Library/Android/sdk/emulator/./lib64/gles_angle9'emulator: 
> Adding library search path: 
> '/Users/thinkycx/Library/Android/sdk/emulator/./lib64/gles_angle11'emulator: 
> Adding library search path for Qt: 
> '/Users/thinkycx/Library/Android/sdk/emulator/./lib64/qt/lib'emulator: 
> Setting Qt plugin search path: 
> QT_QPA_PLATFORM_PLUGIN_PATH=/Users/thinkycx/Library/Android/sdk/emulator/./lib64/qt/pluginsemulator:
>  
> Setting Qt to use software OpenGL: QT_OPENGL=softwareemulator: Running 
> :/Users/thinkycx/Library/Android/sdk/emulator/./qemu/darwin-x86_64/qemu-system-x86_64emulator:
>  
> qemu backend: argv[00] = 
> "/Users/thinkycx/Library/Android/sdk/emulator/./qemu/darwin-x86_64/qemu-system-x86_64"emulator:
>  
> qemu backend: argv[01] = "-avd"emulator: qemu backend: argv[02] = 
> "Pixel_2_API_27"emulator: qemu backend: argv[03] = "-verbose"emulator: qemu 
> backend: argv[04] = "-show-kernel"emulator: qemu backend: argv[05] = 
> "-kernel"emulator: qemu backend: argv[06] = 
> "/Users/thinkycx/Tech/Kernel/source&binary/goldfish/arch/x86/boot/bzImage"emulator:
>  
> Concatenated backend 
> parameters: 
> /Users/thinkycx/Library/Android/sdk/emulator/./qemu/darwin-x86_64/qemu-system-x86_64
>  
> -avd Pixel_2_API_27 -verbose -show-kernel -kernel 
> /Users/thinkycx/Tech/Kernel/source&binary/goldfish/arch/x86/boot/bzImageemulator:
>  
> Android virtual device file at: 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.iniemulator: virtual device 
> content at /Users/thinkycx/.android/avd/Pixel_2_API_27.avdemulator: virtual 
> device config file: 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/config.iniemulator: using 
> core hw config path: 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/hardware-qemu.iniemulator: 
> using snapshot lock path: 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/snapshot.lockemulator: 
> Found AVD target API level: 27emulator: Read property file at 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//build.propemulator:
>  
> No boot.prop property file found.emulator: found skin 'pixel_2' in 
> directory: /Users/thinkycx/Library/Android/sdk/skins/emulator: autoconfig: 
> -skin pixel_2emulator: autoconfig: -skindir 
> /Users/thinkycx/Library/Android/sdk/skins/emulator: Target arch = 
> 'x86'emulator: Auto-config: -qemu -cpu qemu32emulator: Auto-detect: Kernel 
> image requires new device naming scheme.emulator: Auto-detect: Kernel does 
> not support YAFFS2 partitions.emulator: autoconfig: -ramdisk 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//ramdisk.imgemulator:
>  
> Using initial system image: 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//system.imgemulator:
>  
> Using initial vendor image: 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//vendor.imgemulator:
>  
> autoconfig: -data 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/userdata-qemu.imgemulator: 
> autoconfig: -initdata 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/userdata.imgemulator: 
> autoconfig: -cache 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/cache.imgemulator: 
> autoconfig: -sdcard 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/sdcard.imgemulator: 
> Physical RAM size: 1536MBemulator: VM heap size 256MB is below hardware 
> specified minimum of 384MB,setting it to that valueemulator: System image 
> is read onlyemulator: Found 2 DNS servers: 10.1.1.9 10.1.2.8emulator: 
> trying to load skin file 
> '/Users/thinkycx/Library/Android/sdk/skins//pixel_2/layout'emulator: CPU 
> Acceleration: workingemulator: CPU Acceleration status: 
> Hypervisor.Framework OS X Version 10.13emulator: found skin 'pixel_2' in 
> directory: /Users/thinkycx/Library/Android/sdk/skins/emulator: GPU 
> emulation enabled using 'host' modeemulator: Initializing hardware OpenGLES 
> emulation supportemulator: Found 2 DNS servers: 10.1.1.9 10.1.2.8Content of 
> hardware configuration file:  hw.cpu.arch = x86  hw.cpu.model = qemu32  
> hw.cpu.ncore = 4  hw.ramSize = 1536  hw.screen = multi-touch  hw.mainKeys = 
> false  hw.trackBall = false  hw.keyboard = true  hw.keyboard.lid = false  
> hw.keyboard.charmap = qwerty2  hw.dPad = false  hw.rotaryInput = false  
> hw.gsmModem = true  hw.gps = true  hw.battery = true  hw.accelerometer = 
> true  hw.gyroscope = true  hw.audioInput = true  hw.audioOutput = true  
> hw.sdCard = true  hw.sdCard.path = 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/sdcard.img  
> disk.cachePartition = true  disk.cachePartition.path = 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/cache.img  
> disk.cachePartition.size = 66m  test.quitAfterBootTimeOut = -1  
> hw.lcd.width = 1080  hw.lcd.height = 1920  hw.lcd.depth = 16  
> hw.lcd.density = 420  hw.lcd.backlight = true  hw.gpu.enabled = true  
> hw.gpu.mode = host  hw.gpu.blacklisted = no  hw.initialOrientation = 
> Portrait  hw.camera.back = virtualscene  hw.camera.front = emulated  
> vm.heapSize = 384  hw.sensors.light = true  hw.sensors.pressure = true  
> hw.sensors.humidity = true  hw.sensors.proximity = true  
> hw.sensors.magnetic_field = true  hw.sensors.magnetic_field_uncalibrated = 
> true  hw.sensors.gyroscope_uncalibrated = true  hw.sensors.orientation = 
> true  hw.sensors.temperature = true  hw.useext4 = true  hw.arc = false  
> hw.arc.autologin = false  kernel.path = 
> /Users/thinkycx/Tech/Kernel/source&binary/goldfish/arch/x86/boot/bzImage  
> kernel.newDeviceNaming = yes  kernel.supportsYaffs2 = no  disk.ramdisk.path 
> = 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//ramdisk.img
>   
> disk.systemPartition.initPath = 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//system.img
>   
> disk.systemPartition.size = 2562m  disk.vendorPartition.initPath = 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//vendor.img
>   
> disk.vendorPartition.size = 800m  disk.dataPartition.path = 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/userdata-qemu.img  
> disk.dataPartition.size = 800m  disk.encryptionKeyPartition.path = 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/encryptionkey.img  
> PlayStore.enabled = false  avd.name <http://avd.name> = Pixel_2_API_27  
> fastboot.forceColdBoot = false.QEMU options list:emulator: argv[00] = 
> "/Users/thinkycx/Library/Android/sdk/emulator/./qemu/darwin-x86_64/qemu-system-x86_64"emulator:
>  
> argv[01] = "-dns-server"emulator: argv[02] = "10.1.1.9,10.1.2.8"emulator: 
> argv[03] = "-serial"emulator: argv[04] = "stdio"emulator: argv[05] = 
> "-device"emulator: argv[06] = 
> "goldfish_pstore,addr=0xff018000,size=0x10000,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/data/misc/pstore/pstore.bin"emulator:
>  
> argv[07] = "-cpu"emulator: argv[08] = "android64"emulator: argv[09] = 
> "-enable-hvf"emulator: argv[10] = "-smp"emulator: argv[11] = 
> "cores=4"emulator: argv[12] = "-m"emulator: argv[13] = "1536"emulator: 
> argv[14] = "-lcd-density"emulator: argv[15] = "420"emulator: argv[16] = 
> "-nodefaults"emulator: argv[17] = "-kernel"emulator: argv[18] = 
> "/Users/thinkycx/Tech/Kernel/source&binary/goldfish/arch/x86/boot/bzImage"emulator:
>  
> argv[19] = "-initrd"emulator: argv[20] = 
> "/Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//ramdisk.img"emulator:
>  
> argv[21] = "-drive"emulator: argv[22] = 
> "if=none,index=0,id=system,file=/Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//system.img,read-only"emulator:
>  
> argv[23] = "-device"emulator: argv[24] = 
> "virtio-blk-pci,drive=system,modern-pio-notify"emulator: argv[25] = 
> "-drive"emulator: argv[26] = 
> "if=none,index=1,id=cache,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/cache.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"emulator:
>  
> argv[27] = "-device"emulator: argv[28] = 
> "virtio-blk-pci,drive=cache,modern-pio-notify"emulator: argv[29] = 
> "-drive"emulator: argv[30] = 
> "if=none,index=2,id=userdata,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/userdata-qemu.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"emulator:
>  
> argv[31] = "-device"emulator: argv[32] = 
> "virtio-blk-pci,drive=userdata,modern-pio-notify"emulator: argv[33] = 
> "-drive"emulator: argv[34] = 
> "if=none,index=3,id=encrypt,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/encryptionkey.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"emulator:
>  
> argv[35] = "-device"emulator: argv[36] = 
> "virtio-blk-pci,drive=encrypt,modern-pio-notify"emulator: argv[37] = 
> "-drive"emulator: argv[38] = 
> "if=none,index=4,id=vendor,file=/Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//vendor.img,read-only"emulator:
>  
> argv[39] = "-device"emulator: argv[40] = 
> "virtio-blk-pci,drive=vendor,modern-pio-notify"emulator: argv[41] = 
> "-drive"emulator: argv[42] = 
> "if=none,index=5,id=sdcard,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/sdcard.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"emulator:
>  
> argv[43] = "-device"emulator: argv[44] = 
> "virtio-blk-pci,drive=sdcard,modern-pio-notify"emulator: argv[45] = 
> "-netdev"emulator: argv[46] = "user,id=mynet"emulator: argv[47] = 
> "-device"emulator: argv[48] = "virtio-net-pci,netdev=mynet"emulator: 
> argv[49] = "-device"emulator: argv[50] = "virtio-rng-pci"emulator: argv[51] 
> = "-show-cursor"emulator: argv[52] = "-L"emulator: argv[53] = 
> "/Users/thinkycx/Library/Android/sdk/emulator/lib/pc-bios"emulator: 
> argv[54] = "-soundhw"emulator: argv[55] = "hda"emulator: argv[56] = 
> "-vga"emulator: argv[57] = "none"emulator: argv[58] = "-append"emulator: 
> argv[59] = "qemu=1 no_timer_check androidboot.hardware=ranchu 
> clocksource=pit no-kvmclock console=ttyS0,38400 android.qemud=1 
> android.checkjni=1 qemu.gles=1 qemu.encrypt=1 qemu.opengles.version=196608 
> qemu.uirenderer=skiagl cma=288M@0-4G ndns=2 qemu.wifi=1 
> mac80211_hwsim.channels=2 
> androidboot.android_dt_dir=/sys/bus/platform/devices/ANDR0001:00/properties/android/
>  
> loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 
> memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m"emulator: argv[60] = 
> "-android-hw"emulator: argv[61] = 
> "/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/hardware-qemu.ini"Concatenated
>  
> QEMU 
> options: 
> /Users/thinkycx/Library/Android/sdk/emulator/./qemu/darwin-x86_64/qemu-system-x86_64
>  
> -dns-server 10.1.1.9,10.1.2.8 -serial stdio -device 
> goldfish_pstore,addr=0xff018000,size=0x10000,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/data/misc/pstore/pstore.bin
>  
> -cpu android64 -enable-hvf -smp cores=4 -m 1536 -lcd-density 420 
> -nodefaults -kernel 
> /Users/thinkycx/Tech/Kernel/source&binary/goldfish/arch/x86/boot/bzImage 
> -initrd 
> /Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//ramdisk.img
>  
> -drive 
> if=none,index=0,id=system,file=/Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//system.img,read-only
>  
> -device virtio-blk-pci,drive=system,modern-pio-notify -drive 
> if=none,index=1,id=cache,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/cache.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576
>  
> -device virtio-blk-pci,drive=cache,modern-pio-notify -drive 
> if=none,index=2,id=userdata,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/userdata-qemu.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576
>  
> -device virtio-blk-pci,drive=userdata,modern-pio-notify -drive 
> if=none,index=3,id=encrypt,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/encryptionkey.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576
>  
> -device virtio-blk-pci,drive=encrypt,modern-pio-notify -drive 
> if=none,index=4,id=vendor,file=/Users/thinkycx/Library/Android/sdk/system-images/android-27/google_apis/x86//vendor.img,read-only
>  
> -device virtio-blk-pci,drive=vendor,modern-pio-notify -drive 
> if=none,index=5,id=sdcard,file=/Users/thinkycx/.android/avd/Pixel_2_API_27.avd/sdcard.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576
>  
> -device virtio-blk-pci,drive=sdcard,modern-pio-notify -netdev user,id=mynet 
> -device virtio-net-pci,netdev=mynet -device virtio-rng-pci -show-cursor -L 
> /Users/thinkycx/Library/Android/sdk/emulator/lib/pc-bios -soundhw hda -vga 
> none -append 'qemu=1 no_timer_check androidboot.hardware=ranchu 
> clocksource=pit no-kvmclock console=ttyS0,38400 android.qemud=1 
> android.checkjni=1 qemu.gles=1 qemu.encrypt=1 qemu.opengles.version=196608 
> qemu.uirenderer=skiagl cma=288M@0-4G ndns=2 qemu.wifi=1 
> mac80211_hwsim.channels=2 
> androidboot.android_dt_dir=/sys/bus/platform/devices/ANDR0001:00/properties/android/
>  
> loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 
> memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m' -android-hw 
> /Users/thinkycx/.android/avd/Pixel_2_API_27.avd/hardware-qemu.iniemulator: 
> Android qemu version 27.3.9.0 (build_id 4899998) 
> (CL:e7b1c928a596dd490b990f4532055950f1409e49)emulator: Starting QEMU main 
> loopemulator: registered 'boot-properties' qemud serviceemulator: Adding 
> boot property: 'ro.opengles.version' = '196608'emulator: Adding boot 
> property: 'qemu.sf.fake_camera' = 'front'emulator: Adding boot property: 
> 'dalvik.vm.heapsize' = '384m'emulator: Adding boot property: 
> 'qemu.hw.mainkeys' = '0'emulator: Adding boot property: 
> 'qemu.sf.lcd_density' = '420'emulator: goldfish_events.have-dpad: 
> falseemulator: goldfish_events.have-trackball: falseemulator: 
> goldfish_events.have-camera: trueemulator: goldfish_events.have-keyboard: 
> trueemulator: goldfish_events.have-lidswitch: falseemulator: 
> goldfish_events.have-tabletmode: falseemulator: goldfish_events.have-touch: 
> falseemulator: goldfish_events.have-multitouch: trueemulator: control 
> console listening on port 5556, ADB on port 5557Not using any http 
> proxyemulator: Adding boot property: 'qemu.timezone' = 
> 'Asia/Shanghai'emulator: android_hw_fingerprint_init: fingerprint qemud 
> listen service initializedemulator: found skin 'pixel_2' in directory: 
> /Users/thinkycx/Library/Android/sdk/skins/emulator: found skin 'pixel_2' in 
> directory: /Users/thinkycx/Library/Android/sdk/skins/[    0.000000] Linux 
> version 4.12.0-rc6+ (root@c9b4a4d49622) (gcc version 4.9.x 20150123 
> (prerelease) (GCC) ) #6 SMP Wed Sep 12 14:06:39 UTC 2018[    0.000000] 
> Command line: qemu=1 no_timer_check androidboot.hardware=ranchu 
> clocksource=pit no-kvmclock console=ttyS0,38400 android.qemud=1 
> android.checkjni=1 qemu.gles=1 qemu.encrypt=1 qemu.opengles.version=196608 
> qemu.uirenderer=skiagl cma=288M@0-4G ndns=2 qemu.wifi=1 
> mac80211_hwsim.channels=2 
> androidboot.android_dt_dir=/sys/bus/platform/devices/ANDR0001:00/properties/android/
>  
> loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 
> memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m ndns=2[    0.000000] 
> x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'[    
> 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'[    
> 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'[    
> 0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256[    
> 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, 
> using 'standard' format.[    0.000000] e820: BIOS-provided physical RAM 
> map:[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] 
> usable[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] 
> reserved[    0.000000] BIOS-e820: [mem 
> 0x00000000000f0000-0x00000000000fffff] reserved[    0.000000] BIOS-e820: 
> [mem 0x0000000000100000-0x000000005ffdffff] usable[    0.000000] BIOS-e820: 
> [mem 0x000000005ffe0000-0x000000005fffffff] reserved[    0.000000] 
> BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved[    
> 0.000000] NX (Execute Disable) protection: active[    0.000000] e820: 
> user-defined physical RAM map:[    0.000000] user: [mem 
> 0x0000000000000000-0x000000000009fbff] usable[    0.000000] user: [mem 
> 0x000000000009fc00-0x000000000009ffff] reserved[    0.000000] user: [mem 
> 0x00000000000f0000-0x00000000000fffff] reserved[    0.000000] user: [mem 
> 0x0000000000100000-0x000000005ffdffff] usable[    0.000000] user: [mem 
> 0x000000005ffe0000-0x000000005fffffff] reserved[    0.000000] user: [mem 
> 0x00000000ff018000-0x00000000ff027fff] reserved[    0.000000] user: [mem 
> 0x00000000fffc0000-0x00000000ffffffff] reserved[    0.000000] SMBIOS 2.8 
> present.[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 
> rel-1.7.5.1-0-g8936dbb-20141113_115728-nilsson.home.kraxel.org 
> <http://rel-1.7.5.1-0-g8936dbb-20141113_115728-nilsson.home.kraxel.org> 
> 04/01/2014[    0.000000] tsc: Using PIT calibration value[    0.000000] 
> e820: last_pfn = 0x5ffe0 max_arch_pfn = 0x400000000[    0.000000] MTRR: 
> Disabled[    0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization 
> too.[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  
> UC- UC[    0.000000] CPU MTRRs all blank - virtualized system.[    
> 0.000000] found SMP MP-table at [mem 0x000f0e60-0x000f0e6f] mapped at 
> [ffffa06a000f0e60][    0.000000] Scanning 1 areas for low memory 
> corruption[    0.000000] RAMDISK: [mem 0x5fea9000-0x5ffdffff][    0.000000] 
> ACPI: Early table checksum verification disabled[    0.000000] ACPI: RSDP 
> 0x00000000000F0C60 000014 (v00 BOCHS )[    0.000000] ACPI: RSDT 
> 0x000000005FFE1BFC 000030 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)[    
> 0.000000] ACPI: FACP 0x000000005FFE1AC0 000074 (v01 BOCHS  BXPCFACP 
> 00000001 BXPC 00000001)[    0.000000] ACPI: DSDT 0x000000005FFE0040 001A80 
> (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)[    0.000000] ACPI: FACS 
> 0x000000005FFE0000 000040[    0.000000] ACPI: APIC 0x000000005FFE1B34 
> 000090 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)[    0.000000] ACPI: 
> HPET 0x000000005FFE1BC4 000038 (v01 BOCHS  BXPCHPET 00000001 BXPC 
> 00000001)[    0.000000] No NUMA configuration found[    0.000000] Faking a 
> node at [mem 0x0000000000000000-0x000000005ffdffff][    0.000000] 
> NODE_DATA(0) allocated [mem 0x5fea5000-0x5fea8fff][    0.000000] Zone 
> ranges:[    0.000000]   DMA      [mem 
> 0x0000000000001000-0x0000000000ffffff][    0.000000]   DMA32    [mem 
> 0x0000000001000000-0x000000005ffdffff][    0.000000]   Normal   empty[    
> 0.000000] Movable zone start for each node[    0.000000] Early memory node 
> ranges[    0.000000]   node   0: [mem 
> 0x0000000000001000-0x000000000009efff][    0.000000]   node   0: [mem 
> 0x0000000000100000-0x000000005ffdffff][    0.000000] Initmem setup node 0 
> [mem 0x0000000000001000-0x000000005ffdffff][    0.000000] ACPI: PM-Timer IO 
> Port: 0x608[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl 
> lint[0x1])[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 
> 0xfec00000, GSI 0-23[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 
> global_irq 2 dfl dfl)[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 
> global_irq 5 high level)[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 
> global_irq 9 high level)[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 
> global_irq 10 high level)[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 
> global_irq 11 high level)[    0.000000] Using ACPI (MADT) for SMP 
> configuration information[    0.000000] ACPI: HPET id: 0x8086a201 base: 
> 0xfed00000[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs[    
> 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff][    
> 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff][    
> 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff][    
> 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff][    
> 0.000000] e820: [mem 0x60000000-0xff017fff] available for PCI devices[    
> 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
> 0xffffffff, max_idle_ns: 1910969940391419 ns[    0.000000] setup_percpu: 
> NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1[    0.000000] 
> percpu: Embedded 37 pages/cpu @ffffa06a5fc00000 s111448 r8192 d31912 
> u524288[    0.000000] Built 1 zonelists in Node order, mobility grouping 
> on.  Total pages: 386920[    0.000000] Policy zone: DMA32[    0.000000] 
> Kernel command line: qemu=1 no_timer_check androidboot.hardware=ranchu 
> clocksource=pit no-kvmclock console=ttyS0,38400 android.qemud=1 
> android.checkjni=1 qemu.gles=1 qemu.encrypt=1 qemu.opengles.version=196608 
> qemu.uirenderer=skiagl cma=288M@0-4G ndns=2 qemu.wifi=1 
> mac80211_hwsim.channels=2 
> androidboot.android_dt_dir=/sys/bus/platform/devices/ANDR0001:00/properties/android/
>  
> loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 
> memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m ndns=2[    0.000000] 
> PID hash table entries: 4096 (order: 3, 32768 bytes)[    0.000000] Memory: 
> 1527972K/1572344K available (10015K kernel code, 1367K rwdata, 2900K 
> rodata, 1212K init, 696K bss, 44372K reserved, 0K cma-reserved)[    
> 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1[    
> 0.000000] Hierarchical RCU implementation.[    0.000000] RCU debugfs-based 
> tracing is enabled.[    0.000000] RCU restricting CPUs from NR_CPUS=64 to 
> nr_cpu_ids=4.[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, 
> nr_cpu_ids=4[    0.000000] NR_IRQS:4352 nr_irqs:456 16[    0.000000] 
> Console: colour *CGA 80x25[    0.000000] console [ttyS0] enabled[    
> 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, 
> max_idle_ns: 19112604467 ns[    0.001000] tsc: Fast TSC calibration 
> failed[    0.005000] tsc: Unable to calibrate against PIT[    0.006000] 
> tsc: using HPET reference calibration[    0.006000] tsc: Detected 2207.818 
> MHz processor[    0.007000] Calibrating delay loop (skipped), value 
> calculated using timer frequency.. 4415.63 BogoMIPS (lpj=2207818)[    
> 0.008006] pid_max: default: 32768 minimum: 301[    0.008449] ACPI: Core 
> revision 20170303[    0.009614] ACPI: 1 ACPI AML tables successfully 
> acquired and loaded[    0.010029] Security Framework initialized[    
> 0.010439] SELinux:  Initializing.[    0.010847] Dentry cache hash table 
> entries: 262144 (order: 9, 2097152 bytes)[    0.013889] Inode-cache hash 
> table entries: 131072 (order: 8, 1048576 bytes)[    0.015191] Mount-cache 
> hash table entries: 4096 (order: 3, 32768 bytes)[    0.015837] 
> Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)[    
> 0.016454] CPU: Physical Processor ID: 0[    0.016841] CPU: Processor Core 
> ID: 0[    0.017010] mce: CPU supports 0 MCE banks[    0.017435] CPU0: 
> Thermal monitoring enabled (TM1)[    0.017900] Last level iTLB entries: 4KB 
> 64, 2MB 8, 4MB 8[    0.018008] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 
> 0, 1GB 4[    0.018723] Freeing SMP alternatives memory: 36K[    0.019248] 
> smpboot: Max logical packages: 1emulator: found skin 'pixel_2' in 
> directory: /Users/thinkycx/Library/Android/sdk/skins/[    0.022450] 
> ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1emulator: found skin 
> 'pixel_2' in directory: /Users/thinkycx/Library/Android/sdk/skins/[    
> 0.023000] APIC calibration not consistent with PM-Timer: 129ms instead of 
> 100ms[    0.023000] APIC delta adjusted to PM-Timer: 6249845 (8095812)[    
> 0.023054] smpboot: CPU0: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (family: 
> 0x6, model: 0x9e, stepping: 0xa)[    0.023961] Performance Events: 
> unsupported p6 CPU model 158 no PMU driver, software events only.[    
> 0.024346] smp: Bringing up secondary CPUs ...[    0.025201] x86: Booting 
> SMP configuration:[    0.025536] .... node  #0, CPUs:      #1[    0.001000] 
> mce: CPU supports 0 MCE banks[    0.086154]  #2[    0.001000] mce: CPU 
> supports 0 MCE banks[    0.147249]  #3[    0.001000] mce: CPU supports 0 
> MCE banks[    0.209092] smp: Brought up 1 node, 4 CPUs[    0.209409] 
> smpboot: Total of 4 processors activated (21305.82 BogoMIPS)[    0.211217] 
> sched_clock: Marking stable (211000000, 0)->(391322614, -180322614)[    
> 0.213613] devtmpfs: initialized[    0.214748] clocksource: jiffies: mask: 
> 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns[    
> 0.215846] kworker/u8:0 (30) used greatest stack depth: 14896 bytes left[    
> 0.217237] futex hash table entries: 1024 (order: 4, 65536 bytes)[    
> 0.218405] RTC time:  3:17:24, date: 09/13/18[    0.219307] NET: Registered 
> protocol family 16[    0.220750] cpuidle: using governor menu[    0.220995] 
> kworker/u8:0 (35) used greatest stack depth: 14048 bytes left[    0.222002] 
> PCCT header not found.[    0.222414] ACPI: bus type PCI registered[    
> 0.223122] PCI: Using configuration type 1 for base access[    0.229510] 
> HugeTLB registered 2 MB page size, pre-allocated 0 pages[    0.234903] 
> ACPI: Added _OSI(Module Device)[    0.235544] ACPI: Added _OSI(Processor 
> Device)[    0.236148] ACPI: Added _OSI(3.0 _SCP Extensions)[    0.236717] 
> ACPI: Added _OSI(Processor Aggregator Device)[    0.239879] ACPI: 
> Interpreter enabled[    0.240285] ACPI: (supports S0 S3 S4 S5)[    
> 0.240853] ACPI: Using IOAPIC for interrupt routing[    0.241394] PCI: Using 
> host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a 
> bug[    0.247506] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])[  
>   0.248234] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments 
> MSI][    0.249485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling 
> ASPM[    0.250328] acpi PNP0A03:00: fail to add MMCONFIG information, can't 
> access extended PCI configuration space under this bridge.[    0.251765] 
> PCI host bridge to bus 0000:00[    0.252276] pci_bus 0000:00: root bus 
> resource [io  0x0000-0x0cf7 window][    0.253093] pci_bus 0000:00: root bus 
> resource [io  0x0d00-0xffff window][    0.253717] pci_bus 0000:00: root bus 
> resource [mem 0x000a0000-0x000bffff window][    0.254558] pci_bus 0000:00: 
> root bus resource [mem 0x60000000-0xfebfffff window][    0.255403] pci_bus 
> 0000:00: root bus resource [bus 00-ff][    0.275802] pci 0000:00:01.1: 
> legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7][    0.276570] pci 
> 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6][    0.277536] pci 
> 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177][    0.278517] 
> pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376][    0.280109] 
> pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI[    
> 0.281081] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 
> SMB[    0.653690] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)[    
> 0.654347] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)[    0.655283] 
> ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)[    0.656086] ACPI: PCI 
> Interrupt Link [LNKD] (IRQs 5 10 *11)[    0.656646] ACPI: PCI Interrupt 
> Link [LNKS] (IRQs *9)[    0.657951] ACPI: Enabled 2 GPEs in block 00 to 
> 0F[    0.658937] vgaarb: loaded[    0.659534] SCSI subsystem initialized[  
>   0.660386] ACPI: bus type USB registered[    0.661028] usbcore: registered 
> new interface driver usbfs[    0.661884] usbcore: registered new interface 
> driver hub[    0.662823] usbcore: registered new device driver usb[    
> 0.663440] pps_core: LinuxPPS API ver. 1 registered[    0.664150] pps_core: 
> Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
> <[email protected] <javascript:>>[    0.665139] PTP clock support 
> registered[    0.665821] EDAC MC: Ver: 3.0.0[    0.666889] Advanced Linux 
> Sound Architecture Driver Initialized.[    0.667657] PCI: Using ACPI for 
> IRQ routing[    0.668895] NetLabel: Initializing[    0.669228] NetLabel:  
> domain hash size = 128[    0.669651] NetLabel:  protocols = UNLABELED 
> CIPSOv4 CALIPSO[    0.670364] NetLabel:  unlabeled traffic allowed by 
> default[    0.671285] HPET: 3 timers in total, 0 timers will be used for 
> per-cpu timer[    0.671947] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0[    
> 0.672561] hpet0: 3 comparators, 64-bit 100.000000 MHz counter[    0.676610] 
> clocksource: Switched to clocksource hpet[    0.692321] VFS: Disk quotas 
> dquot_6.6.0[    0.693463] VFS: Dquot-cache hash table entries: 512 (order 
> 0, 4096 bytes)[    0.694323] pnp: PnP ACPI init[    0.696289] pnp: PnP 
> ACPI: found 5 devices[    0.721019] clocksource: acpi_pm: mask: 0xffffff 
> max_cycles: 0xffffff, max_idle_ns: 2085701024 ns[    0.722199] NET: 
> Registered protocol family 2[    0.722957] TCP established hash table 
> entries: 16384 (order: 5, 131072 bytes)[    0.723644] TCP bind hash table 
> entries: 16384 (order: 6, 262144 bytes)[    0.724608] TCP: Hash tables 
> configured (established 16384 bind 16384)[    0.725229] UDP hash table 
> entries: 1024 (order: 3, 32768 bytes)[    0.726069] UDP-Lite hash table 
> entries: 1024 (order: 3, 32768 bytes)[    0.726687] NET: Registered 
> protocol family 1[    0.727952] RPC: Registered named UNIX socket transport 
> module.[    0.728442] RPC: Registered udp transport module.[    0.729275] 
> RPC: Registered tcp transport module.[    0.729684] RPC: Registered tcp 
> NFSv4.1 backchannel transport module.[    0.730220] pci 0000:00:00.0: 
> Limiting direct PCI/PCI transfers[    0.731235] pci 0000:00:01.0: PIIX3: 
> Enabling Passive Release[    0.731773] pci 0000:00:01.0: Activating ISA DMA 
> hang workarounds[    0.732951] Unpacking initramfs...[    0.751822] Freeing 
> initrd memory: 1244K[    0.753813] RAPL PMU: API unit is 2^-32 Joules, 5 
> fixed counters, 10737418240 ms ovfl timer[    0.754674] RAPL PMU: hw unit 
> of domain pp0-core 2^-0 Joules[    0.755224] RAPL PMU: hw unit of domain 
> package 2^-0 Joules[    0.756043] RAPL PMU: hw unit of domain dram 2^-0 
> Joules[    0.756575] RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules[    
> 0.757144] RAPL PMU: hw unit of domain psys 2^-0 Joules[    0.765331] 
> Scanning for low memory corruption every 60 seconds[    0.767206] audit: 
> initializing netlink subsys (disabled)[    0.768611] audit: type=2000 
> audit(1536808643.506:1): state=initialized audit_enabled=0 res=1[    
> 0.769618] workingset: timestamp_bits=56 max_order=19 bucket_order=0[    
> 0.771771] NFS: Registering the id_resolver key type[    0.771776] Key type 
> id_resolver registered[    0.771777] Key type id_legacy registered[    
> 0.794955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
> 250)[    0.795703] io scheduler noop registered[    0.796355] io scheduler 
> deadline registered[    0.796994] io scheduler cfq registered (default)[    
> 0.797920] io scheduler mq-deadline registered[    0.798336] io scheduler 
> kyber registered[    0.799725] input: Power Button as 
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0[    0.800497] ACPI: Power 
> Button [PWRF][    0.802589] Serial: 8250/16550 driver, 4 ports, IRQ sharing 
> enabled[    0.830590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 
> 115200) is a 16550A[    0.834948] Non-volatile memory driver v1.3[    
> 0.836154] Linux agpgart interface v0.103[    0.849508] loop: module 
> loaded[    0.852409] scsi host0: ata_piix[    0.853670] scsi host1: 
> ata_piix[    0.854094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 
> 0xc1c0 irq 14[    0.855304] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 
> 0xc1c8 irq 15[    0.856154] e100: Intel(R) PRO/100 Network Driver, 
> 3.5.24-k2-NAPI[    0.858539] e100: Copyright(c) 1999-2006 Intel 
> Corporation[    0.859150] e1000: Intel(R) PRO/1000 Network Driver - version 
> 7.3.21-k8-NAPI[    0.860361] e1000: Copyright (c) 1999-2006 Intel 
> Corporation.[    0.860980] e1000e: Intel(R) PRO/1000 Network Driver - 
> 3.2.6-k[    0.862715] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.[  
>   0.863334] sky2: driver version 1.30[    0.864396] ehci_hcd: USB 2.0 
> 'Enhanced' Host Controller (EHCI) Driver[    0.865315] ehci-pci: EHCI PCI 
> platform driver[    0.866203] ohci_hcd: USB 1.1 'Open' Host Controller 
> (OHCI) Driver[    0.866931] ohci-pci: OHCI PCI platform driver[    
> 0.868008] uhci_hcd: USB Universal Host Controller Interface driver[    
> 0.869450] usbcore: registered new interface driver usblp[    0.870327] 
> usbcore: registered new interface driver usb-storage[    0.871775] i8042: 
> PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12[    
> 0.874363] serio: i8042 KBD port at 0x60,0x64 irq 1[    0.875146] serio: 
> i8042 AUX port at 0x60,0x64 irq 12[    0.876808] rtc_cmos 00:00: RTC can 
> wake from S4[    0.878922] rtc_cmos 00:00: rtc core: registered rtc_cmos as 
> rtc0[    0.880739] input: AT Translated Set 2 keyboard as 
> /devices/platform/i8042/serio0/input/input1[    0.881787] rtc_cmos 00:00: 
> alarms up to one day, y3k, 114 bytes nvram, hpet irqs[    0.882090] 
> device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: 
> [email protected] <javascript:>[    0.882102] hidraw: raw HID events 
> driver (C) Jiri Kosina[    0.882177] usbcore: registered new interface 
> driver usbhid[    0.882177] usbhid: USB HID core driver[    0.903044] ACPI: 
> PCI Interrupt Link [LNKB] enabled at IRQ 10[    0.904535] Netfilter 
> messages via NETLINK v0.30.[    0.908023] nf_conntrack version 0.5.0 (16384 
> buckets, 65536 max)[    0.909888] ctnetlink v0.93: registering with 
> nfnetlink.[    0.912725] ip_tables: (C) 2000-2006 Netfilter Core Team[    
> 0.914793] Initializing XFRM netlink socket[    0.916241] hdaudio 
> hdaudioC0D0: Unable to bind the codec[    0.919014] NET: Registered 
> protocol family 10[    0.920487] Segment Routing with IPv6[    0.921023] 
> ip6_tables: (C) 2000-2006 Netfilter Core Team[    0.923404] sit: IPv6, IPv4 
> and MPLS over IPv4 tunneling driver[    0.924904] NET: Registered protocol 
> family 17[    0.925668] Key type dns_resolver registered[    0.929129] 
> registered taskstats version 1[    0.930486]   Magic number: 2:31:260[    
> 0.931018] console [netcon0] enabled[    0.931459] netconsole: network 
> logging started[    0.932546] ALSA device list:[    0.932873]   #0: HDA 
> Intel at 0xfebc0000 irq 24[    1.023952] Freeing unused kernel memory: 
> 1212K[    1.025173] Write protecting the kernel read-only data: 14336k[    
> 1.027250] Freeing unused kernel memory: 204K[    1.029894] Freeing unused 
> kernel memory: 1196K[    1.030981] init: init first stage started![    
> 1.031507] init: Using Android DT directory 
> /sys/bus/platform/devices/ANDR0001:00/properties/android/[    1.033300] 
> init: First stage mount skipped (missing/incompatible fstab in device 
> tree)[    1.034410] init: Skipped setting INIT_AVB_VERSION (not in recovery 
> mode)[    1.035252] init: Loading SELinux policy[    1.035692] selinux: 
> SELinux:  Could not open /sepolicy:  No such file or directory[    
> 1.035692][    1.036737] init: Failed to load monolithic SELinux policy: No 
> such file or directory[    1.038148] init: panic: rebooting to bootloader[  
>   1.038650] init: Reboot start, reason: reboot, rebootTarget: bootloader[  
>   1.039357] init: android::WriteStringToFile open failed: No such file or 
> directory[    1.541856] random: fast init done[    1.551015] input: 
> ImExPS/2 Generic Explorer Mouse as 
> /devices/platform/i8042/serio1/input/input3[    1.554526] reboot: 
> Restarting system with command 'bootloader'[    1.555126] reboot: machine 
> restart[    0.000000] Linux version 4.12.0-rc6+ (root@c9b4a4d49622) (gcc 
> version 4.9.x 20150123 (prerelease) (GCC) ) #6 SMP Wed Sep 12 14:06:39 UTC 
> 2018[    0.000000] Command line: qemu=1 no_timer_check 
> androidboot.hardware=ranchu clocksource=pit no-kvmclock console=ttyS0,38400 
> android.qemud=1 android.checkjni=1 qemu.gles=1 qemu.encrypt=1 
> qemu.opengles.version=196608 qemu.uirenderer=skiagl cma=288M@0-4G ndns=2 
> qemu.wifi=1 mac80211_hwsim.channels=2 
> androidboot.android_dt_dir=/sys/bus/platform/devices/ANDR0001:00/properties/android/
>  
> loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 
> memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m ndns=2*
>
>
>
>
>
>      
>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to