1. 27 2月, 2014 8 次提交
  2. 31 1月, 2014 1 次提交
  3. 18 12月, 2013 7 次提交
  4. 14 10月, 2013 1 次提交
    • S
      exec: Fix prototype of phys_mem_set_alloc and related functions · 575ddeb4
      Stefan Weil 提交于
      phys_mem_alloc and its assigned values qemu_anon_ram_alloc and
      legacy_s390_alloc must have identical argument lists.
      
      legacy_s390_alloc uses the size parameter to call mmap, so size_t is
      good enough for all of them.
      
      This patch fixes compiler errors on i686 Linux hosts:
      
        CC    alpha-softmmu/exec.o
      exec.c:752:51: error:
       initialization from incompatible pointer type [-Werror]
      exec.c: In function 'qemu_ram_alloc_from_ptr':
      exec.c:1139:32: error:
       comparison of distinct pointer types lacks a cast [-Werror]
      exec.c: In function 'qemu_ram_remap':
      exec.c:1283:21: error:
       comparison of distinct pointer types lacks a cast [-Werror]
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Message-id: 1380481005-32399-1-git-send-email-sw@weilnetz.de
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      575ddeb4
  5. 20 9月, 2013 3 次提交
  6. 13 9月, 2013 2 次提交
  7. 30 8月, 2013 3 次提交
  8. 30 7月, 2013 3 次提交
  9. 27 7月, 2013 1 次提交
  10. 10 7月, 2013 2 次提交
  11. 01 7月, 2013 1 次提交
  12. 28 6月, 2013 1 次提交
  13. 25 6月, 2013 1 次提交
  14. 12 6月, 2013 1 次提交
  15. 14 5月, 2013 1 次提交
  16. 30 4月, 2013 1 次提交
  17. 27 4月, 2013 2 次提交
  18. 18 3月, 2013 1 次提交