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