[osv-dev] Re: [PATCH 0/2] Enhance getopt functions to work with PIEs

2019-05-04 Thread Waldek Kozaczuk
Ping.

On Tuesday, April 30, 2019 at 11:49:47 PM UTC-4, Waldek Kozaczuk wrote:
>
> Waldemar Kozaczuk (2): 
>   Move getopt* files to libc folder and convert to C++ 
>   Enhance getopt family of functions to work with PIEs 
>
>  Makefile |   4 +- 
>  core/elf.cc  |  14 +++ 
>  include/osv/elf.hh   |   4 + 
>  libc/misc/getopt.cc  | 125 + 
>  libc/misc/getopt_long.cc |  88 +++ 
>  modules/tests/Makefile   |   9 +- 
>  tests/tst-getopt.cc  | 232 +++ 
>  7 files changed, 473 insertions(+), 3 deletions(-) 
>  create mode 100644 libc/misc/getopt.cc 
>  create mode 100644 libc/misc/getopt_long.cc 
>  create mode 100644 tests/tst-getopt.cc 
>
> -- 
> 2.20.1 
>
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [osv-dev] How to compose a vbox platform image with new capstan

2019-05-04 Thread robertob
I'm still stuck on this problem. KVM works well on the machine but the 
capstan runs the qemu without "-enable-kvm". Is there a way to force this 
parameter in capstan run?



Il giorno venerdì 19 aprile 2019 12:25:48 UTC+2, robertob ha scritto:
>
> KVM is installed and working in the system. I enabled all the flags that 
> Waldek suggested but nothing...the  "-enable-kvm" is not present in the 
> cmdline. 
>
> The capstan version I use is the 0.30. 
>
> Any Idea?
>
> Roberto
>
> Il giorno gio 18 apr 2019 alle ore 08:22 Pekka Enberg  ha scritto:
>
>> On Thu, Apr 18, 2019 at 9:18 AM Roberto Battistoni wrote:
>>
>>> yes the problem is that KVM is not running. also with your specification 
>>> it does not work…
>>>
>>> I must investigate on the KVM installation on the host machine.
>>>
>>
>> Look at the output of "dmesg" for clues. One common issue is that 
>> hardware virtualization is disabled in the BIOS.
>>
>> - Pekka 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.