google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

Changes needed for Fedora 21 #1

Closed tjyang closed 9 years ago

tjyang commented 9 years ago

Hi This is just a FYI not a real pull request.

I am using Fedora 21 with go 1.3.3. Looks like gofmt doesn't support "-tabs=false -tabwidth=4 " syntax anymore. Also bootparam.h is in /usr/include/asm/ not /usr/include/x86_64-linux-gnu/asm/.

rgbkrk commented 9 years ago

Perhaps an issue tracker needs to be created.

tjyang commented 9 years ago

I can not issue tab on https://github.com/google/novm

rgbkrk commented 9 years ago

Sorry, that was directed more at the maintainers since the issue tab isn't available yet you wanted to post an issue.

rgbkrk commented 9 years ago

Annnd now it's there.

amscanne commented 9 years ago

Thanks @tjyang for the pull request! I'll address these issues shortly.

I've also enabled the issue tracker.

amscanne commented 9 years ago

Fixed via #2 and #3.