OK thanks! On 12/09/2011 06:55 PM, Christoffer Dall wrote: > actually, it's already updated ;) > > however, I will send a v3 in a couple of minutes, since I found a > couple of stupid flaws (like forgetting to remove the get_ip script - > yeah I don't know where I left my brain). > > -Christoffer > > On Fri, Dec 9, 2011 at 12:48 PM, Antonios Motakis > <a.motakis at virtualopensystems.com> wrote: >> Looks good to me. Please ping me if you decide to commit it on our own >> git, so I can update the guide. >> >> Antonios >> >> On 12/09/2011 04:59 PM, Christoffer Dall wrote: >>> This patch series factors out all configuration details into a separate >>> configuration file and get rid of multiple hard-coded kernel command >>> lines in boot.S. >>> >>> The series applies after Peter Maydell's latest patch series, >>> which in turn applies to the following tree: >>> git://linux-arm.org/boot-wrapper.git kvm-smp >>> >>> --- >>> >>> Christoffer Dall (2): >>> Makefile: Introduced super-simple config file >>> boot.S: Factor out kernel cmd-line from boot-loader >>> >>> >>> .gitignore | 1 + >>> Makefile | 38 ++++------------------- >>> boot.S | 24 +------------- >>> config-default.mk | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> get_ip.sh | 7 ++++ >>> 5 files changed, 104 insertions(+), 55 deletions(-) >>> create mode 100644 config-default.mk >>> create mode 100755 get_ip.sh >>> >>> -- >>> _______________________________________________ >>> Android-virt mailing list >>> Android-virt at lists.cs.columbia.edu >>> https://lists.cs.columbia.edu/cucslists/listinfo/android-virt >> _______________________________________________ >> Android-virt mailing list >> Android-virt at lists.cs.columbia.edu >> https://lists.cs.columbia.edu/cucslists/listinfo/android-virt