{"id":17651621,"url":"https://github.com/utmapp/qemukit","last_synced_at":"2025-09-10T03:33:16.440Z","repository":{"id":178199059,"uuid":"658154493","full_name":"utmapp/QEMUKit","owner":"utmapp","description":"Swift interface to QEMU, QMP, and QEMU guest agent.","archived":false,"fork":false,"pushed_at":"2025-08-03T02:17:36.000Z","size":947,"stargazers_count":76,"open_issues_count":2,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-03T03:23:10.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utmapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-25T00:13:59.000Z","updated_at":"2025-08-03T02:17:39.000Z","dependencies_parsed_at":"2025-01-08T14:32:56.706Z","dependency_job_id":"924eaadf-22ac-49a5-9ef1-4722dcad686c","html_url":"https://github.com/utmapp/QEMUKit","commit_stats":null,"previous_names":["utmapp/qemukit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utmapp/QEMUKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmapp%2FQEMUKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmapp%2FQEMUKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmapp%2FQEMUKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmapp%2FQEMUKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utmapp","download_url":"https://codeload.github.com/utmapp/QEMUKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmapp%2FQEMUKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274407330,"owners_count":25279267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-23T11:42:49.513Z","updated_at":"2025-09-10T03:33:16.390Z","avatar_url":"https://github.com/utmapp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QEMUKit\nSwift interface to QEMU, QMP, and QEMU guest agent.\n\n## Updating Interfaces\nTo update the generated sources to support a new release of QEMU, run:\n\n```bash\n$ ./generateQapi.sh /path/to/qemu\n```\n\nWhere `/path/to/qemu` is a path to the QEMU source files.\n\n## Usage\n```swift\nimport QEMUKit\nimport QEMUKitInternal\n\nTask {\n    let qemu = QEMUVirtualMachine()\n    // set delegate to handle events\n    await qemuVM.setDelegate(...)\n    // start QEMU using a launcher and interface implementation\n    try await qemuVM.start(launcher: system, interface: ioService)\n    // run something from the monitor\n    try await qemuVM.monitor?.continueBoot()\n    // run something from guest agent\n    try await qemuVM.guestAgent?.guestSetTime(NSDate.now.timeIntervalSince1970)\n}\n\n```\n\nNote: You must link with glib-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmapp%2Fqemukit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futmapp%2Fqemukit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmapp%2Fqemukit/lists"}