{"id":13496480,"url":"https://github.com/utmapp/QEMUKit","last_synced_at":"2025-03-28T18:32:07.398Z","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":"2024-11-27T05:54:06.000Z","size":930,"stargazers_count":76,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-23T17:17:14.139Z","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-01-19T18:17:53.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246080773,"owners_count":20720590,"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","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-07-31T19:01:48.653Z","updated_at":"2025-03-28T18:32:04.116Z","avatar_url":"https://github.com/utmapp.png","language":"Python","funding_links":[],"categories":["Python"],"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"}