1. 25 8月, 2014 6 次提交
  2. 21 8月, 2014 1 次提交
    • M
      hostmem: set MPOL_MF_MOVE · 288d3322
      Michael S. Tsirkin 提交于
      When memory is allocated on a wrong node, MPOL_MF_STRICT
      doesn't move it - it just fails the allocation.
      A simple way to reproduce the failure is with mlock=on
      realtime feature.
      
      The code comment actually says: "ensure policy won't be ignored"
      so setting MPOL_MF_MOVE seems like a better way to do this.
      
      Cc: qemu-stable@nongnu.org
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      288d3322
  3. 20 8月, 2014 21 次提交
  4. 19 8月, 2014 8 次提交
  5. 18 8月, 2014 4 次提交
    • P
      Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging · 08ab5977
      Peter Maydell 提交于
      * remotes/mcayland/qemu-sparc:
        target-sparc64: implement Short Floating-Point Store Instructions
        apb: add IOMMU flush register implementation
        sun4u: switch second PCI-ebus bridge BAR over to PCI IO space
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      08ab5977
    • P
      Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging · da398fcc
      Peter Maydell 提交于
      Block pull request
      
      # gpg: Signature made Fri 15 Aug 2014 18:04:23 BST using RSA key ID 81AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
      
      * remotes/stefanha/tags/block-pull-request: (55 commits)
        qcow2: fix new_blocks double-free in alloc_refcount_block()
        image-fuzzer: Reduce number of generator functions in __init__
        image-fuzzer: Add generators of L1/L2 tables
        image-fuzzer: Add fuzzing functions for L1/L2 table entries
        docs: Expand the list of supported image elements with L1/L2 tables
        image-fuzzer: Public API for image-fuzzer/runner/runner.py
        image-fuzzer: Generator of fuzzed qcow2 images
        image-fuzzer: Fuzzing functions for qcow2 images
        image-fuzzer: Tool for fuzz tests execution
        docs: Specification for the image fuzzer
        ide: only constrain read/write requests to drive size, not other types
        virtio-blk: Correct bug in support for flexible descriptor layout
        libqos: Change free function called in malloc
        libqos: Correct mask to align size to PAGE_SIZE in malloc-pc
        libqtest: add QTEST_LOG for debugging qtest testcases
        ide: Fix segfault when flushing a device that doesn't exist
        qemu-options: add missing -drive discard option to cmdline help
        parallels: 2TB+ parallels images support
        parallels: split check for parallels format in parallels_open
        parallels: replace tabs with spaces in block/parallels.c
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      da398fcc
    • P
      mtree: remove write-only field · f54bb15f
      Paolo Bonzini 提交于
      ml->printed is never set to true.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      f54bb15f
    • P
      memory: Use canonical path component as the name · b0225c2c
      Peter Crosthwaite 提交于
      Rather than having the name as separate state. This prepares support
      for creating a MemoryRegion dynamically (i.e. without
      memory_region_init() and friends) and the MemoryRegion still getting
      a usable name.
      Signed-off-by: NPeter Crosthwaite <peter.crosthwaite@xilinx.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      b0225c2c
新手
引导
客服 返回
顶部