Skip to content

Instantly share code, notes, and snippets.

@rgl
rgl / qemu-qmp.md
Last active September 30, 2025 20:42
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 November 16, 2025 19:16
Android Bluetooth Low Energy (BLE) Resources