Skip to content
Snippets Groups Projects
  1. Mar 13, 2012
    • Iustin Pop's avatar
      htools: add partial implementation of lib/objects.py · b1e81520
      Iustin Pop authored
      
      This is partial since not all object types can be easily converted for
      now (will need some changes on the Python side for this).
      
      Most importantly, the *Params types do not have a good solution now:
      the Python code, due to its dynamic typing, hides the fact that we
      actually have two different types at play: a full type which needs to
      have all keys, and the 'partial' type which has slightly different
      behaviour. I've implemented these in Haskell as two different types,
      Full* and Partial*, which are derived automatically from a single
      Parameter type, together with the associated Fill* functions.
      
      Furthermore, HVParams is even more special, as its contents is not
      fixed but varies per hypervisor type, plus it has the HV_GLOBALS part
      which should not be customisable at instance type (yay for
      exceptions). As such, this should be written in Haskell as a
      multi-constructor type, but it's the only one so far and thus we don't
      have support for it yet.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      b1e81520
    • René Nussbaumer's avatar
      htools: Make it possible to load an IAlloc request · 0547d608
      René Nussbaumer authored
      
      This is only useful in the stand-alone command line tools:
      
      - hbal
      - hspace
      - hinfo
      
      This change also documents the flag in all man-pages.
      
      Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      0547d608
  2. Mar 09, 2012
  3. Mar 07, 2012
  4. Mar 06, 2012
  5. Mar 05, 2012
  6. Mar 03, 2012
  7. Mar 01, 2012
  8. Feb 29, 2012
Loading