{"id":50506241,"url":"https://github.com/pardnchiu/go-qemu","last_synced_at":"2026-06-02T16:03:40.085Z","repository":{"id":332549924,"uuid":"1087936813","full_name":"pardnchiu/go-qemu","owner":"pardnchiu","description":"(WIP) Library offering VM operations built on native QEMU and Cloud-Init","archived":false,"fork":false,"pushed_at":"2025-11-14T04:47:23.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-14T14:43:08.949Z","etag":null,"topics":["backend","cloud-init","golang","pardnchiu","qemu"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pardnchiu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-02T00:18:57.000Z","updated_at":"2025-12-26T08:35:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pardnchiu/go-qemu","commit_stats":null,"previous_names":["pardnchiu/go-qemu"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pardnchiu/go-qemu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnchiu%2Fgo-qemu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnchiu%2Fgo-qemu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnchiu%2Fgo-qemu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnchiu%2Fgo-qemu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pardnchiu","download_url":"https://codeload.github.com/pardnchiu/go-qemu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnchiu%2Fgo-qemu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33829346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":["backend","cloud-init","golang","pardnchiu","qemu"],"created_at":"2026-06-02T16:03:39.404Z","updated_at":"2026-06-02T16:03:40.078Z","avatar_url":"https://github.com/pardnchiu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go QEMU\n\u003e [!NOTE]\n\u003e Removed macOS support. Focus on Debian/Ubuntu OS for feature implementation.\n\n## Package Dependencies\n- qemu-system\n- genisoimage/mkisofs\n\n## Setup Requirements for Sudo Actions\n```bash\nsudo usermod -aG kvm [user]\n```\n\n## Network Setup (網路設定)\n\n### Bridge Configuration Commands\n```bash\nsudo mkdir -p /etc/qemu\necho \"allow all\" | sudo tee /etc/qemu/bridge.conf\nsudo chmod u+s /usr/lib/qemu/qemu-bridge-helper\nsudo apt install bridge-utils\nsudo brctl addbr vmbr0\nsudo brctl addif vmbr0 eth0\nsudo ip link set vmbr0 up\nsudo ip addr flush dev eth0\nsudo ip addr add [host_ip]/24 dev vmbr0\nsudo ip route add default via [router_ip] dev vmbr0\n```\n\n### Network Interface Configuration\nAdd to `/etc/network/interfaces`:\n```\nauto eth0\niface eth0 inet manual\n\nauto vmbr0\niface vmbr0 inet static\n  address [host_ip]\n  netmask 255.255.255.0\n  gateway [router_ip]\n  dns-nameservers 8.8.8.8\n  bridge_ports eth0\n  bridge_stp off\n  bridge_fd 0\n  bridge_maxwait 0\n```\n\n### Default username\n- Debian `debian` \n- Ubuntu `ubuntu`\n- CentOS-Stream `centos`\n- RockyLinux `rocky`\n- AlmaLinux `alma`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpardnchiu%2Fgo-qemu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpardnchiu%2Fgo-qemu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpardnchiu%2Fgo-qemu/lists"}