LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/MIGRATION.md
docs/README.md
docs/api/cli-reference.md
docs/api/examples.md
docs/api/python-api.md
docs/architecture/vm-lifecycle.md
docs/deployment/production.md
docs/reports/ARCHITECTURAL_STRUCTURE_REVIEW.md
docs/reports/CODE_REVIEW_ISSUES_2025-10-15.md
docs/reports/DB_OPTIMIZATION_SUMMARY.md
docs/reports/PERFORMANCE_DB_OPTIMIZATION_2025-10-13.md
docs/reports/PHASE1_CODE_REVIEW_2025-10-14.md
docs/reports/PHASE1_CODE_REVIEW_REPORT.md
docs/reports/PHASE1_EXECUTIVE_SUMMARY.md
docs/reports/PHASE1_TEST_REPORT.md
docs/reports/PHASE2_CODE_REVIEW_REPORT.md
docs/reports/PHASE2_IMPLEMENTATION_REPORT.md
docs/reports/PHASE2_SECURITY_CODE_REVIEW.md
docs/reports/PHASE3_CODE_REVIEW_REPORT.md
docs/reports/PHASE3_EXECUTIVE_SUMMARY.md
docs/reports/README.md
docs/reports/UTILITY_DUPLICATION_ANALYSIS.md
docs/reports/VERSION_SYNC_FIX_2025-10-13.md
docs/security/qmp-security.md
docs/user-guide/configuration.md
docs/user-guide/installation.md
docs/user-guide/qmp-commands.md
docs/user-guide/quickstart.md
docs/user-guide/storage.md
docs/user-guide/troubleshooting.md
maqet/__init__.py
maqet/__main__.py
maqet/__version__.py
maqet/config_handlers.py
maqet/constants.py
maqet/exceptions.py
maqet/formatters.py
maqet/logger.py
maqet/machine.py
maqet/maqet.py
maqet/os_interactions.py
maqet/process_spawner.py
maqet/qemu_args.py
maqet/snapshot.py
maqet/state.py
maqet/storage.py
maqet/vm_runner.py
maqet.egg-info/PKG-INFO
maqet.egg-info/SOURCES.txt
maqet.egg-info/dependency_links.txt
maqet.egg-info/entry_points.txt
maqet.egg-info/requires.txt
maqet.egg-info/top_level.txt
maqet/api/__init__.py
maqet/api/decorators.py
maqet/api/metadata.py
maqet/api/provider.py
maqet/api/registry.py
maqet/config/__init__.py
maqet/config/merger.py
maqet/config/parser.py
maqet/config/validators.py
maqet/generators/__init__.py
maqet/generators/base_generator.py
maqet/generators/cli_generator.py
maqet/generators/python_generator.py
maqet/generators/rest_generator.py
maqet/handlers/__init__.py
maqet/handlers/base.py
maqet/handlers/init.py
maqet/handlers/stage.py
maqet/ipc/__init__.py
maqet/ipc/retry.py
maqet/ipc/runner_client.py
maqet/ipc/unix_socket_server.py
maqet/managers/__init__.py
maqet/managers/qmp_manager.py
maqet/managers/snapshot_coordinator.py
maqet/managers/vm_manager.py
maqet/qmp/__init__.py
maqet/qmp/commands.py
maqet/qmp/keyboard.py
maqet/qmp/qmp.py
maqet/security/__init__.py
maqet/security/validation.py
maqet/utils/__init__.py
maqet/utils/paths.py
maqet/utils/process_utils.py
maqet/utils/security.py
maqet/validation/__init__.py
maqet/validation/config_validator.py
maqet/vendor/__init__.py
maqet/vendor/qemu/__init__.py
maqet/vendor/qemu/machine/__init__.py
maqet/vendor/qemu/machine/console_socket.py
maqet/vendor/qemu/machine/machine.py
maqet/vendor/qemu/machine/py.typed
maqet/vendor/qemu/machine/qtest.py
maqet/vendor/qemu/qmp/__init__.py
maqet/vendor/qemu/qmp/error.py
maqet/vendor/qemu/qmp/events.py
maqet/vendor/qemu/qmp/legacy.py
maqet/vendor/qemu/qmp/message.py
maqet/vendor/qemu/qmp/models.py
maqet/vendor/qemu/qmp/protocol.py
maqet/vendor/qemu/qmp/py.typed
maqet/vendor/qemu/qmp/qmp_client.py
maqet/vendor/qemu/qmp/qmp_shell.py
maqet/vendor/qemu/qmp/qmp_tui.py
maqet/vendor/qemu/qmp/util.py
maqet/vendor/qemu/utils/__init__.py
maqet/vendor/qemu/utils/accel.py
maqet/vendor/qemu/utils/py.typed
maqet/vendor/qemu/utils/qemu_ga_client.py
maqet/vendor/qemu/utils/qom.py
maqet/vendor/qemu/utils/qom_common.py
maqet/vendor/qemu/utils/qom_fuse.py