[osv-dev] [PATCH] Enhance SMP logic to parse MP table

2019-03-01 Thread Waldemar Kozaczuk
Adds logic to parse information about CPUs on system where ACPI is not available. It does it by parsing so called MP table. If MP table not found assumes single vCPU. Signed-off-by: Waldemar Kozaczuk --- arch/x64/smp.cc | 125 ++-- 1 file changed, 111

[osv-dev] [PATCH] Clean virtio code

2019-03-01 Thread Waldemar Kozaczuk
This patch cleans and refines various aspects of virtio code. More specifically it: - removes unused methods - corrects logic to read elements of virtio configuration only if corresponding feature bits indicate so - adds step 6 of modern virtio device initialization - adds code to register gsi

Re: [osv-dev] Re: Run capstan with bridge conf: can I set static IP?

2019-03-01 Thread roberto battistoni
I'm trying to run this sample: "./bin/capstan run -e "--ip=eth0,10.0.0.2,255.255.255.0 --defaultgw=10.0.0.1 --nameserver=10.0.0.1" cloudius/osv" But with "-e" option I got a "This image has an empty command line. Nothing to run." message instead the running instance... Can you get me any