1. 23 5月, 2016 3 次提交
    • P
      docs/atomics.txt: Update pointer to linux macro · dfc007f7
      Pranith Kumar 提交于
      Add a missing end brace and update doc to point to the latest access
      macro. ACCESS_ONCE() is deprecated.
      Signed-off-by: NPranith Kumar <bobby.prani@gmail.com>
      Message-Id: <1462198852-28694-1-git-send-email-bobby.prani@gmail.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      dfc007f7
    • D
      exec.c: Ensure right alignment also for file backed ram · d2f39add
      Dominik Dingel 提交于
      While in the anonymous ram case we already take care of the right alignment
      such an alignment gurantee does not exist for file backed ram allocation.
      
      Instead, pagesize is used for alignment. On s390 this is not enough for gmap,
      as we need to satisfy an alignment up to segments.
      Reported-by: NHalil Pasic <pasic@linux.vnet.ibm.com>
      Signed-off-by: NDominik Dingel <dingel@linux.vnet.ibm.com>
      
      Message-Id: <1461585338-45863-1-git-send-email-dingel@linux.vnet.ibm.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      d2f39add
    • P
      Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging · e081c24d
      Peter Maydell 提交于
      Machine Core queue, 2016-05-20
      
      # gpg: Signature made Fri 20 May 2016 21:26:49 BST using RSA key ID 984DC5A6
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
      
      * remotes/ehabkost/tags/machine-pull-request: (21 commits)
        Use &error_fatal when initializing crypto on qemu-{img,io,nbd}
        vl: Use &error_fatal when parsing monitor options
        vl: Use &error_fatal when parsing VNC options
        machine: add properties to compat_props incrementaly
        vl: Simplify global property registration
        vl: Make display_remote a local variable
        vl: Move DisplayType typedef to vl.c
        vl: Make display_type a local variable
        vl: Replace DT_NOGRAPHIC with machine option
        milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()
        spice: Initialization stubs on qemu-spice.h
        gtk: Initialization stubs
        cocoa: cocoa_display_init() stub
        sdl: Initialization stubs
        curses: curses_display_init() stub
        vnc: Initialization stubs
        vl: Add DT_COCOA DisplayType value
        vl: Replace *_vga_available() functions with class_names field
        vl: Table-based select_vgahw()
        vl: Use exit(1) when requested VGA interface is unavailable
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e081c24d
  2. 21 5月, 2016 21 次提交
  3. 20 5月, 2016 2 次提交
  4. 19 5月, 2016 14 次提交