├── LICENSE ├── README.md ├── config.yaml ├── hotplugger.py ├── monitor.py └── qemu.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkguy2008/hotplugger/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkguy2008/hotplugger/HEAD/README.md -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkguy2008/hotplugger/HEAD/config.yaml -------------------------------------------------------------------------------- /hotplugger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkguy2008/hotplugger/HEAD/hotplugger.py -------------------------------------------------------------------------------- /monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkguy2008/hotplugger/HEAD/monitor.py -------------------------------------------------------------------------------- /qemu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkguy2008/hotplugger/HEAD/qemu.py --------------------------------------------------------------------------------