Skip to content

Instantly share code, notes, and snippets.

View 4ntoine's full-sized avatar

Anton Smirnov 4ntoine

  • Ekaterinburg, Russia
View GitHub Profile
@rgl
rgl / qemu-qmp.md
Last active June 21, 2024 17:45
qemu qmp

QEMU Machine Protocol (QMP) socket

Start QEMU with QMP UNIX socket and connect:

qemu-system-x86_64 -qmp unix:test.socket,server,nowait ...
nc -U test.socket
qmp-shell test.socket    # use the raw qmp interface. see https://github.com/0xef53/qmp-shell
qmp-shell -H test.socket # use the human interface.   see https://github.com/0xef53/qmp-shell
@stkent
stkent / android-bluetooth-low-energy-resources.md
Last active August 1, 2024 08:47
Android Bluetooth Low Energy (BLE) Resources