1. 22 3月, 2011 2 次提交
    • A
      rbd: don't link with -lcrypto · cc4e8741
      Aurelien Jarno 提交于
      rbd support tries to both link with -lrados and -lcrypto. While the
      first one is of course necessary, the second is not necessary (only
      librados ifself needs to link with libcrypto).
      
      This fixes a licensing issue: qemu as a whole is GPL v2, and thus can't
      be linked with OpenSSL without an exception in the license, which seems
      difficult to get given the number of persons involved.
      
      Cc: Christian Brunner <chb@muc.de>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      cc4e8741
    • P
      hw/arm_sysctl.c: Add the Versatile Express system registers · 34933c8c
      Peter Maydell 提交于
      Add support for the Versatile Express SYS_CFG registers, which provide
      a generic means of reading or writing configuration information from
      various parts of the board. We only implement shutdown and reset.
      
      Also make the RESETCTL register RAZ/WI on Versatile Express rather
      than reset the board. Other system registers are generally the same
      as Versatile and Realview.
      
      This includes a VMState version number bump for arm_sysctl,
      since we have new register state to preserve. It also adds
      sys_mci to the VMState while we're bumping the version number
      (an accidental omission from commit b50ff6f5).
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      34933c8c
  2. 21 3月, 2011 1 次提交
  3. 19 3月, 2011 4 次提交
  4. 16 3月, 2011 5 次提交
  5. 13 3月, 2011 23 次提交
  6. 12 3月, 2011 1 次提交
  7. 11 3月, 2011 4 次提交