Skip to content
/ qemu Public
forked from qemu/qemu

My fork of upstream QEMU for integrating beagle{board,bone} machine definitions

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

sethp/qemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Beagle* Qemu Fork

Integrates limited beagleboard (+omap3) support from http://git.linaro.org/qemu/qemu-linaro.git

Somewhat useful aliases (with git remote add qemu-linaro http://git.linaro.org/qemu/qemu-linaro.git):

[alias]
	mergelf = "!f() { \
  if ! [ -z \"$(git status --porcelain $1)\" ] ; then echo refusing to merge modified file $1 ; return ; fi ; \
  git show $(git merge-base origin/master qemu-linaro/master):$1 > $1.base ; \
  git show qemu-linaro/master:$1 > $1.linaro ; \
  git merge-file $1 $1.base $1.linaro ; \
  rm $1.base $1.linaro ; \
}; f"
	coql = checkout qemu-linaro/master --
	grepql = "!git grep $@ qemu-linaro/master && :"

TODO

See TODO[Seth] in the root.

About

My fork of upstream QEMU for integrating beagle{board,bone} machine definitions

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.0%
  • C++ 3.5%
  • Python 3.0%
  • Shell 1.7%
  • Assembly 0.5%
  • Haxe 0.4%
  • Other 0.9%