1. 22 3月, 2011 4 次提交
    • A
      Merge branch 'for-anthony' of git://github.com/bonzini/qemu · aa315f95
      Aurelien Jarno 提交于
      * 'for-anthony' of git://github.com/bonzini/qemu:
        remove qemu_get_clock
        add a generic scaling mechanism for timers
        change all other clock references to use nanosecond resolution accessors
        change all rt_clock references to use millisecond resolution accessors
        add more helper functions with explicit milli/nanosecond resolution
      aa315f95
    • A
      Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevin · 32465727
      Aurelien Jarno 提交于
      * 'for-anthony' of git://repo.or.cz/qemu/kevin:
        Add qcow2 documentation
        hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0
        Improve error handling in do_snapshot_blkdev()
        Fix ATA SMART and CHECK POWER MODE
        Don't allow multiwrites against a block device without underlying medium
        tools: Use real async.c instead of stubs
        Add error message for loading snapshot without VM state
        block/qcow: Don't ignore immediate read/write and other failures
        block/vdi: Don't ignore immediate read/write failures
      32465727
    • 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 6 次提交
  3. 19 3月, 2011 4 次提交
  4. 16 3月, 2011 6 次提交
  5. 15 3月, 2011 8 次提交
  6. 13 3月, 2011 12 次提交