Host Kernel: rawhide 4.13.0-0.rc6.git4.2.fc28.x86_64 (on Fedora 24)
QEMU is mainline built from sources: QEMU emulator version 2.10.50 (v2.10.0-105-g223cd0e)
Guest: clear-17460-kvm.img (which has vsock support)
| #!/usr/bin/python3 | |
| import sys | |
| DATAFILE='/usr/share/unicode/UnicodeData.txt' | |
| class Entry: | |
| def __init__(self, line): | |
| fields = line.split(';') | |
| self.codepoint = int(fields[0], 16) | |
| self.name = fields[1] |
| CFE-NTSW-B5.1.0.2 for GS1XXT (32bit,SP,BE,MIPS) | |
| Build Date: Wed Aug 11 18:05:01 IST 2010 (yrdreddy@lc-hyd-001) | |
| Copyright (C) 2000,2001,2002,2003,2004,2005 Broadcom Corporation. | |
| Initializing Arena. | |
| Initializing Devices. | |
| Board : GS108T | |
| CPU type 0x29050: 200MHz | |
| Total memory: 0x4000000 bytes (64MB) |
| listen_ipv6=YES | |
| listen=NO | |
| anonymous_enable=YES | |
| write_enable=YES | |
| local_umask=022 | |
| anon_umask=0022 | |
| anon_upload_enable=YES | |
| anon_mkdir_write_enable=YES | |
| xferlog_enable=YES | |
| connect_from_port_20=YES |
| { | |
| "annotations": { | |
| "list": [] | |
| }, | |
| "editable": true, | |
| "gnetId": null, | |
| "graphTooltip": 1, | |
| "hideControls": false, | |
| "id": 10, | |
| "links": [], |