]> xenbits.xensource.com Git - osstest/rumprun.git/log
osstest/rumprun.git
9 years agowe still need the #ifdef __RUMP_KERNEL__ too
Antti Kantee [Mon, 12 Oct 2015 16:27:12 +0000 (16:27 +0000)]
we still need the #ifdef __RUMP_KERNEL__ too

9 years agoDo not include <sys/uio.h> here.
Antti Kantee [Mon, 12 Oct 2015 16:16:53 +0000 (16:16 +0000)]
Do not include <sys/uio.h> here.

This code runs under libc.

XXX: should migrate to a newer version of the virtif_user interface,
so that iovec is not required at all.

9 years agoAdd enough types to keep rump kernel headers includable.
Antti Kantee [Mon, 12 Oct 2015 16:11:00 +0000 (16:11 +0000)]
Add enough types to keep rump kernel headers includable.

nolibc.h should probably go somewhere more global some day.

9 years agoOk try to work around the header abuse in a different way.
Antti Kantee [Mon, 12 Oct 2015 15:59:42 +0000 (15:59 +0000)]
Ok try to work around the header abuse in a different way.

If this still fails, I guess I'll need to build 32bit Xen locally.

9 years agoShuffle headers ... because shuffling is fun.
Antti Kantee [Mon, 12 Oct 2015 15:55:45 +0000 (15:55 +0000)]
Shuffle headers ... because shuffling is fun.

So apparently this file breaks if I remove "#include <stdarg.h>"
from <mini-os/console.h>.  Yea, no idea.  Need to continue
untangling the mess ...

9 years agoUse a bigger cannon to "deal" with the xen driver header abuse.
Antti Kantee [Mon, 12 Oct 2015 15:44:46 +0000 (15:44 +0000)]
Use a bigger cannon to "deal" with the xen driver header abuse.

9 years agoDon't panic if destdir exists as a directory
Antti Kantee [Mon, 12 Oct 2015 15:36:16 +0000 (15:36 +0000)]
Don't panic if destdir exists as a directory

9 years agoAdd platform/machine independent <bmk-core/types.h> and use it.
Antti Kantee [Mon, 12 Oct 2015 14:59:37 +0000 (14:59 +0000)]
Add platform/machine independent <bmk-core/types.h> and use it.

9 years agoDefine offsetof() and kill unnecessary headers
Antti Kantee [Mon, 12 Oct 2015 14:21:46 +0000 (14:21 +0000)]
Define offsetof() and kill unnecessary headers

The Xen headers require offsetof() to exist.

9 years agoSpecify libdir the same way both for ferment and bake.
Antti Kantee [Mon, 12 Oct 2015 14:01:50 +0000 (14:01 +0000)]
Specify libdir the same way both for ferment and bake.

9 years agoone -nostdinc is enough
Antti Kantee [Mon, 12 Oct 2015 13:57:53 +0000 (13:57 +0000)]
one -nostdinc is enough

9 years agoDestdir builds, part 1
Antti Kantee [Mon, 12 Oct 2015 13:45:45 +0000 (13:45 +0000)]
Destdir builds, part 1

Support a -d flag to build-rr.sh.  Make some of the tools use
libraries and headers from that directory instead of a hardcoded
place.

Not everything is installed into destdir yet.  More to come.

9 years agoDon't test hypervisor magic if HV base leaf is not supported
Martin Lucina [Mon, 12 Oct 2015 10:01:11 +0000 (12:01 +0200)]
Don't test hypervisor magic if HV base leaf is not supported

9 years agoFix hypervisor magic byte order
Martin Lucina [Mon, 12 Oct 2015 09:58:08 +0000 (11:58 +0200)]
Fix hypervisor magic byte order

9 years agoRestore Xen object order
Antti Kantee [Sun, 11 Oct 2015 12:19:07 +0000 (12:19 +0000)]
Restore Xen object order

9 years agomake sure -nostdinc gets set
Antti Kantee [Sun, 11 Oct 2015 15:41:11 +0000 (15:41 +0000)]
make sure -nostdinc gets set

9 years agoFix test build for kernonly mode
Antti Kantee [Sun, 11 Oct 2015 00:00:34 +0000 (00:00 +0000)]
Fix test build for kernonly mode

9 years agoFix to depend on right file
Antti Kantee [Sat, 10 Oct 2015 23:59:52 +0000 (23:59 +0000)]
Fix to depend on right file

9 years agoInclude platform and arch in "rumprun.o" filename
Antti Kantee [Sat, 10 Oct 2015 23:42:16 +0000 (23:42 +0000)]
Include platform and arch in "rumprun.o" filename

9 years agoLink minios.o into rumprun.o
Antti Kantee [Sat, 10 Oct 2015 23:08:07 +0000 (23:08 +0000)]
Link minios.o into rumprun.o

Mirrors what platform/hw does.

9 years agofeed i a mushroom
Antti Kantee [Fri, 9 Oct 2015 18:15:46 +0000 (18:15 +0000)]
feed i a mushroom

[ci skip]

9 years agotravis: use -j16 (same as buildrump.sh)
Antti Kantee [Thu, 8 Oct 2015 17:43:53 +0000 (17:43 +0000)]
travis: use -j16 (same as buildrump.sh)

9 years agobuild-rr: accept -j as an argument
Antti Kantee [Thu, 8 Oct 2015 17:43:15 +0000 (17:43 +0000)]
build-rr: accept -j as an argument

default is still -j4

9 years agobuild-rr.sh: set -u
Antti Kantee [Thu, 8 Oct 2015 17:20:45 +0000 (17:20 +0000)]
build-rr.sh: set -u

9 years agoNo need to use strncpy() to copy one byte (and a lot of zeroes).
Antti Kantee [Thu, 8 Oct 2015 07:45:35 +0000 (07:45 +0000)]
No need to use strncpy() to copy one byte (and a lot of zeroes).

doubly so if strncpy() is used in a way which is doesn't really
handle termination properly anyway ...

9 years agoMake it easier to disable bootstrap console spam.
Antti Kantee [Thu, 8 Oct 2015 07:38:58 +0000 (07:38 +0000)]
Make it easier to disable bootstrap console spam.

nb. easier, maybe not easy enough

related to #54

9 years agobuild-rr.sh: fix typo in message
Antti Kantee [Wed, 7 Oct 2015 20:59:07 +0000 (20:59 +0000)]
build-rr.sh: fix typo in message

9 years agoadd a note about what "experimental" means
Antti Kantee [Wed, 7 Oct 2015 15:46:51 +0000 (15:46 +0000)]
add a note about what "experimental" means

[ci skip]

9 years agoTravis errored, force rebuild
Antti Kantee [Tue, 6 Oct 2015 12:40:22 +0000 (12:40 +0000)]
Travis errored, force rebuild

XXX: should really really start doing this with a method
which does not pollute the revision history.

9 years agoctassert that PAGES_PER_MAPWORD is a power of two
Antti Kantee [Tue, 6 Oct 2015 11:55:49 +0000 (11:55 +0000)]
ctassert that PAGES_PER_MAPWORD is a power of two

9 years agoAdd bmk_ctassert() for compile-time assertions.
Antti Kantee [Tue, 6 Oct 2015 11:52:25 +0000 (11:52 +0000)]
Add bmk_ctassert() for compile-time assertions.

9 years agoassert that allocations are allocated in map
Antti Kantee [Mon, 5 Oct 2015 13:39:40 +0000 (13:39 +0000)]
assert that allocations are allocated in map

9 years agocontrol debug print spam with a variable
Antti Kantee [Mon, 5 Oct 2015 13:04:38 +0000 (13:04 +0000)]
control debug print spam with a variable

9 years agoAdd bmk_pgalloc_dumpstats()
Antti Kantee [Mon, 5 Oct 2015 12:04:36 +0000 (12:04 +0000)]
Add bmk_pgalloc_dumpstats()

dumps pgalloc stats (in case someone didn't guess from the name)

9 years agochunk_head -> chunk (simple)
Antti Kantee [Mon, 5 Oct 2015 11:08:18 +0000 (11:08 +0000)]
chunk_head -> chunk (simple)

no functional change intended

9 years agouse queue.h instead of homegrown linked list
Antti Kantee [Mon, 5 Oct 2015 11:07:06 +0000 (11:07 +0000)]
use queue.h instead of homegrown linked list

9 years agoDon't overload variable
Antti Kantee [Mon, 5 Oct 2015 01:37:52 +0000 (01:37 +0000)]
Don't overload variable

plus other cosmetic nits

9 years agoUse same indexes everywhere.
Antti Kantee [Mon, 5 Oct 2015 01:31:54 +0000 (01:31 +0000)]
Use same indexes everywhere.

9 years agofold common code into a subroutine
Antti Kantee [Mon, 5 Oct 2015 01:11:06 +0000 (01:11 +0000)]
fold common code into a subroutine

9 years agoadd comment on why FREELISTS_LEVELS is like it is
Antti Kantee [Mon, 5 Oct 2015 01:03:12 +0000 (01:03 +0000)]
add comment on why FREELISTS_LEVELS is like it is

9 years agoprint_chunks() is a bit too silly to be kept alive
Antti Kantee [Mon, 5 Oct 2015 00:54:21 +0000 (00:54 +0000)]
print_chunks() is a bit too silly to be kept alive

9 years agoBring back chuck magic checks.
Antti Kantee [Mon, 5 Oct 2015 00:40:16 +0000 (00:40 +0000)]
Bring back chuck magic checks.

Problem they caught should be fixed now.

9 years agoprevent integer truncation in allocated_in_map()
Antti Kantee [Mon, 5 Oct 2015 00:38:09 +0000 (00:38 +0000)]
prevent integer truncation in allocated_in_map()

9 years agoRevert "Put a magic number into the allocator chunks."
Antti Kantee [Sun, 4 Oct 2015 22:47:04 +0000 (22:47 +0000)]
Revert "Put a magic number into the allocator chunks."

Breaks Travis CI tests.  No idea why, so revert so that the
situation can be investigated.

This reverts commit 7dfdbb170ed8fffff11b2ad12a288e976b55a89d.

9 years agoTurn travis tests for hw/x86_64 back on
Antti Kantee [Sun, 4 Oct 2015 21:54:49 +0000 (21:54 +0000)]
Turn travis tests for hw/x86_64 back on

Need to try to figure out what's wrong ...

9 years agodon't overallow bitmap if memory starts from high up
Antti Kantee [Sun, 4 Oct 2015 21:54:16 +0000 (21:54 +0000)]
don't overallow bitmap if memory starts from high up

9 years agoMake "Best effort" to display something for a test.
Antti Kantee [Sun, 4 Oct 2015 21:15:14 +0000 (21:15 +0000)]
Make "Best effort" to display something for a test.

We might not get full output for whatever reason, so not-pretty
stuff is better than no stuff.

9 years agoDisable x86_64 tests for a short while.
Antti Kantee [Sun, 4 Oct 2015 17:24:41 +0000 (17:24 +0000)]
Disable x86_64 tests for a short while.

Can't repeat locally, so can't be anything too serious.
Will fix it later tonight.

9 years agoForce retravis
Antti Kantee [Sun, 4 Oct 2015 17:17:31 +0000 (17:17 +0000)]
Force retravis

Can't repeat the test failure locally ...

9 years agoBunch of misc improvements
Antti Kantee [Sun, 4 Oct 2015 17:01:19 +0000 (17:01 +0000)]
Bunch of misc improvements

* misnamed FREELIST_SIZE
* misused FREELIST_EMPTY
* debug prints
* comments

9 years agoAllocate freelist head/tail at compile-time.
Antti Kantee [Sun, 4 Oct 2015 16:47:28 +0000 (16:47 +0000)]
Allocate freelist head/tail at compile-time.

9 years agoPut a magic number into the allocator chunks.
Antti Kantee [Sun, 4 Oct 2015 16:40:52 +0000 (16:40 +0000)]
Put a magic number into the allocator chunks.

Use that as an internal invariant.  Free chunks must contain
the magic number.

9 years agochunk_tail is not used in pgalloc => g/c
Antti Kantee [Sun, 4 Oct 2015 16:27:30 +0000 (16:27 +0000)]
chunk_tail is not used in pgalloc => g/c

9 years agointroduce order2size() for common calculation
Antti Kantee [Sun, 4 Oct 2015 16:03:50 +0000 (16:03 +0000)]
introduce order2size() for common calculation

9 years agoGet rid of stupid_t and hide pointer arith in macros.
Antti Kantee [Sun, 4 Oct 2015 15:58:18 +0000 (15:58 +0000)]
Get rid of stupid_t and hide pointer arith in macros.

9 years agoActually fix the "is address managed?" check
Antti Kantee [Sun, 4 Oct 2015 14:47:35 +0000 (14:47 +0000)]
Actually fix the "is address managed?" check

No, for real this time.

9 years agoMake sanity_check() compile again.
Antti Kantee [Sun, 4 Oct 2015 14:31:28 +0000 (14:31 +0000)]
Make sanity_check() compile again.

Run it after every allocation and deallocation if BMK_PGALLOC_DEBUG
is turned on.

9 years agoRecord min/max addresses as pages instead of bytes
Antti Kantee [Sun, 4 Oct 2015 14:12:05 +0000 (14:12 +0000)]
Record min/max addresses as pages instead of bytes

They're always used as pages...

9 years agog/c no longer valid comment
Antti Kantee [Sun, 4 Oct 2015 13:58:37 +0000 (13:58 +0000)]
g/c no longer valid comment

9 years agoAccept -h as an alias for -?
Antti Kantee [Sun, 4 Oct 2015 13:48:22 +0000 (13:48 +0000)]
Accept -h as an alias for -?

Was missing from getopts param

9 years agoimprove help message formatting and option grouping
Antti Kantee [Sun, 4 Oct 2015 13:47:47 +0000 (13:47 +0000)]
improve help message formatting and option grouping

9 years agoPull in new buildrump.sh
Antti Kantee [Sun, 4 Oct 2015 12:34:44 +0000 (12:34 +0000)]
Pull in new buildrump.sh

Stops unwanted "obj" directory from being created as part of
running ./build-rr.sh

9 years agoMake sure we don't under/overflow our chunk merges.
Antti Kantee [Fri, 2 Oct 2015 15:55:36 +0000 (15:55 +0000)]
Make sure we don't under/overflow our chunk merges.

9 years agoMake sure we don't access alloc_bitmap[] beyond its bounds.
Antti Kantee [Fri, 2 Oct 2015 15:38:10 +0000 (15:38 +0000)]
Make sure we don't access alloc_bitmap[] beyond its bounds.

9 years agono casting for void *
Antti Kantee [Fri, 2 Oct 2015 15:37:52 +0000 (15:37 +0000)]
no casting for void *

9 years agoPrint alloc/free when BMK_PGALLOC_DEBUGging
Antti Kantee [Fri, 2 Oct 2015 14:54:50 +0000 (14:54 +0000)]
Print alloc/free when BMK_PGALLOC_DEBUGging

9 years agomake BMK_PGALLOC_DEBUG code compile
Antti Kantee [Fri, 2 Oct 2015 14:42:23 +0000 (14:42 +0000)]
make BMK_PGALLOC_DEBUG code compile

9 years agoAdd -n (does the usual -n thing)
Antti Kantee [Fri, 2 Oct 2015 14:22:01 +0000 (14:22 +0000)]
Add -n (does the usual -n thing)

9 years agoAlso stop at #GP on amd64
Antti Kantee [Fri, 2 Oct 2015 12:06:38 +0000 (12:06 +0000)]
Also stop at #GP on amd64

9 years agoMake sure -lc++ comes before -lunwind in C++ compilations
Antti Kantee [Thu, 1 Oct 2015 22:24:29 +0000 (22:24 +0000)]
Make sure -lc++ comes before -lunwind in C++ compilations

from issue #52

9 years agoInstall unwind.h
Antti Kantee [Thu, 1 Oct 2015 22:08:07 +0000 (22:08 +0000)]
Install unwind.h

from #52

9 years agoAttempt to print RIP for invalid opcode trap.
Antti Kantee [Thu, 1 Oct 2015 19:50:58 +0000 (19:50 +0000)]
Attempt to print RIP for invalid opcode trap.

9 years agoImprove serial console detection
Martin Lucina [Thu, 1 Oct 2015 15:35:34 +0000 (17:35 +0200)]
Improve serial console detection

When running on Xen hypervisor, default to serial console

9 years agoTranslate LF to CRLF in serialcons.c
Martin Lucina [Thu, 1 Oct 2015 15:34:44 +0000 (17:34 +0200)]
Translate LF to CRLF in serialcons.c

9 years agoAdd function to detect if running under hypervisor
Martin Lucina [Thu, 1 Oct 2015 15:34:07 +0000 (17:34 +0200)]
Add function to detect if running under hypervisor

9 years agoRemove broken abstraction in x86_cpuid()
Martin Lucina [Thu, 1 Oct 2015 15:32:05 +0000 (17:32 +0200)]
Remove broken abstraction in x86_cpuid()

CPUID is a mess, remove the broken abstraction in x86_cpuid() which
tries to detect the maximum supported level, as it gets in the way of
using other CPUID leaves (hypervisor detection).

9 years agoCleanup platform config detection.
Antti Kantee [Thu, 1 Oct 2015 11:29:58 +0000 (11:29 +0000)]
Cleanup platform config detection.

Use a bit of awk instead of an undocumented rumpbake command.
We'd need a bit of grep there already anyway to match the config
with the platform.

9 years agoWrite xen_pci rule in simpler terms.
Antti Kantee [Thu, 1 Oct 2015 11:23:33 +0000 (11:23 +0000)]
Write xen_pci rule in simpler terms.

no computer change, just human friendly change

9 years agoSimplify rumpbake commands by removing redundant "bakeconf_"
Antti Kantee [Thu, 1 Oct 2015 00:22:34 +0000 (00:22 +0000)]
Simplify rumpbake commands by removing redundant "bakeconf_"

Suggested by mato on rumpkernel-users

9 years agorumprun-$platform-specs-bake -> specs-bake-$tuple-$platform
Antti Kantee [Tue, 29 Sep 2015 16:03:06 +0000 (16:03 +0000)]
rumprun-$platform-specs-bake -> specs-bake-$tuple-$platform

Allows same app-tools dir to contain >1 machine per platform.

9 years agoRevert "Use smallest prefix as platform, not largest."
Antti Kantee [Tue, 29 Sep 2015 15:13:29 +0000 (15:13 +0000)]
Revert "Use smallest prefix as platform, not largest."

Duh, thinko, it was previously correct.

This reverts commit cce7f118b100a4d8f856cda3ef1907ca132dd6d5.

9 years agoSave BIOS data area values in locore
Martin Lucina [Tue, 29 Sep 2015 12:31:36 +0000 (14:31 +0200)]
Save BIOS data area values in locore

Eliminates the need to muck with page tables on amd64

9 years agoSerial console support for hw (x86) platform
Martin Lucina [Tue, 29 Sep 2015 10:13:23 +0000 (12:13 +0200)]
Serial console support for hw (x86) platform

Implement basic serial console (output-only, without interrupts) for
hw/x86. Console output defaults to VGA, serial console is only used when
the BIOS claims VGA is not present and a serial port is present.

9 years agoCheck that confname format follows currently allowed format.
Antti Kantee [Tue, 29 Sep 2015 13:54:49 +0000 (13:54 +0000)]
Check that confname format follows currently allowed format.

Currently, confnames much begin with "hw_", "xen_" or just "_".

9 years agoUse smallest prefix as platform, not largest.
Antti Kantee [Tue, 29 Sep 2015 13:54:28 +0000 (13:54 +0000)]
Use smallest prefix as platform, not largest.

9 years agoRemove no longer necessary clause in "list" handling
Antti Kantee [Mon, 28 Sep 2015 15:33:07 +0000 (15:33 +0000)]
Remove no longer necessary clause in "list" handling

9 years agoLimit visibility of _configs
Antti Kantee [Mon, 28 Sep 2015 15:31:30 +0000 (15:31 +0000)]
Limit visibility of _configs

Also, one underscore is enough (rumpbake.conf)

9 years agoAdd "rumpbake justlist", which, like the old "list", just lists.
Antti Kantee [Mon, 28 Sep 2015 14:53:40 +0000 (14:53 +0000)]
Add "rumpbake justlist", which, like the old "list", just lists.

In other words, it does not print the descriptions.

9 years agoImprove rumpbake.conf flexibility.
Antti Kantee [Mon, 28 Sep 2015 14:36:10 +0000 (14:36 +0000)]
Improve rumpbake.conf flexibility.

It is now possible to add and remove elements from configurations
in custom configs (via -c conffile).

9 years agoMerge pull request #51 from nyx/patch-1
Antti Kantee [Mon, 28 Sep 2015 12:03:34 +0000 (12:03 +0000)]
Merge pull request #51 from nyx/patch-1

fix typo in README.md

9 years agofix typo in README.md
Andrew Andkjar [Mon, 28 Sep 2015 11:56:15 +0000 (07:56 -0400)]
fix typo in README.md

9 years agoRevert "Hide fermented objects' exported symbols before baking."
Antti Kantee [Sat, 26 Sep 2015 14:49:49 +0000 (14:49 +0000)]
Revert "Hide fermented objects' exported symbols before baking."

This reverts commit 8a137b3c27cf370dd96638be2f172dcbb8d03378.

As reported by @gandro, it breaks some subtle interactions with the
libunwind(?).  So revert the change pending further investigation.

9 years agoHide fermented objects' exported symbols before baking.
Antti Kantee [Fri, 25 Sep 2015 18:30:15 +0000 (18:30 +0000)]
Hide fermented objects' exported symbols before baking.

Makes it possible to multibake many applications which contain
the same symbols (or which are linked to the same lib).

Requested by @gandro.

9 years agoput internal functions in _namespace
Antti Kantee [Thu, 24 Sep 2015 19:07:08 +0000 (19:07 +0000)]
put internal functions in _namespace

9 years agoROOTFSCFG => _RUMPRUN_ROOTFSCFG
Antti Kantee [Thu, 24 Sep 2015 19:02:07 +0000 (19:02 +0000)]
ROOTFSCFG => _RUMPRUN_ROOTFSCFG

Just makes it a bit less likely to have a collision.

9 years agoMerge pull request #50 from boardwalk/master
Antti Kantee [Thu, 24 Sep 2015 13:25:49 +0000 (13:25 +0000)]
Merge pull request #50 from boardwalk/master

Allow ROOTFSCFG= to not be at the beginning of the command line.

9 years agoAdd myself to authors.
Dan Skorupski [Thu, 24 Sep 2015 00:58:04 +0000 (19:58 -0500)]
Add myself to authors.

9 years agoAllow ROOTFSCFG= to not be at the beginning of the command line.
Dan Skorupski [Wed, 23 Sep 2015 19:46:26 +0000 (14:46 -0500)]
Allow ROOTFSCFG= to not be at the beginning of the command line.

syslinux passes the entire command line ala main(), ex:
"/myprogram.bin ROOTFSCFG=/json.cfg"

9 years agoMerge pull request #48 from gandro/sigign
Sebastian Wicki [Tue, 22 Sep 2015 22:20:45 +0000 (00:20 +0200)]
Merge pull request #48 from gandro/sigign

Don't issue a warning when ignoring signals

9 years agoDon't issue a warning when ignoring signals
Sebastian Wicki [Tue, 22 Sep 2015 21:24:47 +0000 (23:24 +0200)]
Don't issue a warning when ignoring signals

Since we are ignoring signals anyways. This also disables the warning
if `act` is NULL, since we return a valid structure in `oact`.