LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/ACTION_ITEMS_2025-12-15.md
docs/MIGRATION.md
docs/MIGRATION_v0.1.0.md
docs/QMP-LIVE-SNAPSHOTS.md
docs/README.md
docs/architecture.md
docs/config-manager-extraction.md
docs/exit-codes.md
docs/runtime-configuration.md
docs/sphinx-build.md
docs/api/cli-reference.md
docs/api/examples.md
docs/api/python-api.md
docs/architecture/manager-patterns.md
docs/architecture/vm-lifecycle.md
docs/deployment/production.md
docs/reports/per-vm-arch-test-failures-analysis.md
docs/reports/phase4-per-vm-arch-completion-report.md
docs/reports/qmp-test-failures-analysis.md
docs/reports/test-suite-review-2025-12-08.md
docs/reports/vm-manager-test-failures-analysis.md
docs/security/qmp-security.md
docs/user-guide/cli-precedence.md
docs/user-guide/configuration.md
docs/user-guide/installation.md
docs/user-guide/migration-guide.md
docs/user-guide/qmp-commands.md
docs/user-guide/quickstart.md
docs/user-guide/storage-lifecycle.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/decorators.py
maqet/error_messages.py
maqet/error_reporting.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/snapshot.py
maqet/state_manager.py
maqet/storage.py
maqet/storage_registry.py
maqet/types.py
maqet/vm_lifecycle.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/manager.py
maqet/config/merger.py
maqet/config/parser.py
maqet/config/runtime_config.py
maqet/config/schema_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/config_manager.py
maqet/managers/process_lifecycle_manager.py
maqet/managers/qmp_manager.py
maqet/managers/vm_manager.py
maqet/protocols/__init__.py
maqet/protocols/ipc.py
maqet/protocols/process.py
maqet/protocols/qmp.py
maqet/protocols/state.py
maqet/protocols/storage.py
maqet/qmp/__init__.py
maqet/qmp/commands.py
maqet/qmp/keyboard.py
maqet/qmp/qmp.py
maqet/qmp/qmp_client.py
maqet/qmp/qmp_socket_client.py
maqet/security/__init__.py
maqet/security/validation.py
maqet/state/__init__.py
maqet/state/database_backup.py
maqet/state/migration_runner.py
maqet/state/vm_repository.py
maqet/utils/__init__.py
maqet/utils/error_files.py
maqet/utils/paths.py
maqet/utils/process_utils.py
maqet/utils/process_validation.py
maqet/utils/security.py
maqet/utils/subprocess_utils.py
maqet/utils/wait_conditions.py
maqet/utils/wait_logic.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