go-qemu icon indicating copy to clipboard operation
go-qemu copied to clipboard

Go packages to interact with QEMU using the QEMU Machine Protocol (QMP). Apache 2.0 Licensed.

Results 28 go-qemu issues
Sort by recently updated
recently updated
newest added

It would be useful to be able to get the ThreadID of a domains CPU. Therefore add `thread_id` as an attribute to the CPU struct.

Hi, Thanks for the great library. Btw, is there any examples of how to start a new machine? Is starting new machine is the same API with NewDomain? What about...

Hello, I was testing out these binding in a environment running ```libvirtd 1.3.1``` and ```QEMU 2.5.0``` and observed the following behavior: ``` vagrant@localhost:/kvmhost$ ./main --domainName smoketestvm2 Connecting to unix:///var/run/libvirt/libvirt-sock 2016/10/31...

bug

Here is one implementation of the Monitor using the https://github.com/rgbkrk/libvirt-go package. Let me know if you there is anything you would like me to change.

For my own uses, I'm in the middle of writing a `go generate` codegen to transform the QMP API spec (qapi-schema.json) into reasonably idiomatic Go code. Would you be interested...

enhancement
qmp

The [libvirt-go](https://github.com/rgbkrk/libvirt-go) cgo bindings will likely provide the best stability and error handling capabilities for interacting with libvirt, so we should add the ability to use them. They must be...

enhancement
help wanted
qmp
hacktoberfest

Reposting #149 with authorship intact so this can run against CI. This change is contemporaneous with the version of the QAPI that's currently generated against, but I suspect it will...

The current implementation passes the value of Blockdevoptions as a field directly to the intermediate struct, causing the Marshal() function to be called repeatedly and resulting in a stack overflow....

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210510120138-977fb7262007 to 0.15.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210510120138-977fb7262007&new-version=0.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I created a project using go-qemu but after creating module with `go mod init` and getting the dependencies with `go get github.com/digitalocean/go-qemu/...` , I ran `go mod tidy` and get...