Skip to content
Snippets Groups Projects
  • Pekka Enberg's avatar
    4f954108
    Revert "build: Support VMDK and other image formats" · 4f954108
    Pekka Enberg authored
    
    This reverts commit 59563357 which
    causes significant slowdown on first time boot to a QCOW2 image:
    
      [penberg@localhost osv]$ time ./scripts/run.py
      OSv v0.05-rc1-108-g0639dd8
      OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack
      location - find_vma failed
      ^D^D^D
      [/]%
    
      real    0m9.954s
      user    0m4.958s
      sys     0m1.309s
    
      [penberg@localhost osv]$ git revert
      59563357
      [penberg@localhost osv]$ time ./scripts/run.py
      OSv v0.05-rc1-108-g0639dd8
      OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack
      location - find_vma failed
      ^D^D^D
      [/]% ^D
    
      real    0m4.441s
      user    0m3.785s
      sys     0m0.530s
    
    Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
    4f954108
    History
    Revert "build: Support VMDK and other image formats"
    Pekka Enberg authored
    
    This reverts commit 59563357 which
    causes significant slowdown on first time boot to a QCOW2 image:
    
      [penberg@localhost osv]$ time ./scripts/run.py
      OSv v0.05-rc1-108-g0639dd8
      OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack
      location - find_vma failed
      ^D^D^D
      [/]%
    
      real    0m9.954s
      user    0m4.958s
      sys     0m1.309s
    
      [penberg@localhost osv]$ git revert
      59563357
      [penberg@localhost osv]$ time ./scripts/run.py
      OSv v0.05-rc1-108-g0639dd8
      OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack
      location - find_vma failed
      ^D^D^D
      [/]% ^D
    
      real    0m4.441s
      user    0m3.785s
      sys     0m0.530s
    
    Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>