aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Introduce git-checkout.sh2012-01-241-0/+27
| | | | | | | | | | From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Introduce a script to perform git checkout on an external git tree; use git-checkout.sh in ioemu-dir-find. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
* tools: Revert seabios and upstream qemu build changesIan Jackson2011-09-141-47/+0
| | | | | | | | | | | | | | | These have broken the build and it seems to be difficult to fix. So we will revert the whole lot for now, and await corrected patch(es). Revert "fix the build when CONFIG_QEMU is specified by the user" Revert "tools: fix permissions of git-checkout.sh" Revert "scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh." Revert "Clone and build Seabios by default" Revert "Clone and build upstream Qemu by default" Revert "Rename ioemu-dir as qemu-xen-traditional-dir" Revert "Move the ioemu-dir-find shell script to an external file" Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* fix the build when CONFIG_QEMU is specified by the userStefano Stabellini2011-09-131-1/+1
| | | | | Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
* tools: fix permissions of git-checkout.shIan Jackson2011-09-131-0/+1
| | | | | | | | 23828:0d21b68f528b introduced a new scripts/git-checkout.sh, but it had the wrong permissions. chmod +x it, and add a blank line at the end to make sure it actually gets updated. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh.Keir Fraser2011-09-131-1/+1
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* Move the ioemu-dir-find shell script to an external fileStefano Stabellini2011-09-131-0/+46
Add support for configuring upstream qemu and rename ioemu-remote ioemu-dir-remote. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>