Skip to content
Snippets Groups Projects
  1. Mar 11, 2019
  2. Mar 06, 2019
  3. Jul 31, 2017
  4. Jun 07, 2016
  5. Feb 04, 2016
    • Peter Maydell's avatar
      all: Clean up includes · d38ea87a
      Peter Maydell authored
      
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1454089805-5470-16-git-send-email-peter.maydell@linaro.org
      d38ea87a
  6. Jun 15, 2015
    • Alexander Graf's avatar
      linux-user: Allocate thunk size dynamically · 8be656b8
      Alexander Graf authored
      
      We store all struct types in an array of static size without ever
      checking whether we overrun it. Of course some day someone (like me
      in another, ancient ALSA enabling patch set) will run into the limit
      without realizing it.
      
      So let's make the allocation dynamic. We already know the number of
      structs that we want to allocate, so we only need to pass the variable
      into the respective piece of code.
      
      Also, to ensure we don't accidently overwrite random memory, add some
      asserts to sanity check whether a thunk is actually part of our array.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
      8be656b8
  7. Dec 19, 2012
  8. Apr 06, 2012
  9. Jul 16, 2009
  10. Jan 04, 2009
  11. Oct 05, 2008
  12. Nov 19, 2007
  13. Nov 11, 2007
  14. Oct 14, 2007
  15. Sep 17, 2007
  16. Sep 16, 2007
  17. Jan 30, 2005
  18. Nov 09, 2004
  19. Jun 15, 2003
  20. Apr 07, 2003
  21. Mar 23, 2003
  22. Feb 18, 2003
Loading