1. 04 11月, 2016 1 次提交
    • S
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · 199a5bde
      Stefan Hajnoczi 提交于
      * NBD bugfix (Changlong)
      * NBD write zeroes support (Eric)
      * Memory backend fixes (Haozhong)
      * Atomics fix (Alex)
      * New AVX512 features (Luwei)
      * "make check" logging fix (Paolo)
      * Chardev refactoring fallout (Paolo)
      * Small checkpatch improvements (Paolo, Jeff)
      
      # gpg: Signature made Wed 02 Nov 2016 08:31:11 AM GMT
      # gpg:                using RSA key 0xBFFBD25F78C7AE83
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
      # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * remotes/bonzini/tags/for-upstream: (30 commits)
        main-loop: Suppress I/O thread warning under qtest
        docs/rcu.txt: Fix minor typo
        vl: exit qemu on guest panic if -no-shutdown is not set
        checkpatch: allow spaces before parenthesis for 'coroutine_fn'
        x86: add AVX512_4VNNIW and AVX512_4FMAPS features
        slirp: fix CharDriver breakage
        qemu-char: do not forward events through the mux until QEMU has started
        nbd: Implement NBD_CMD_WRITE_ZEROES on client
        nbd: Implement NBD_CMD_WRITE_ZEROES on server
        nbd: Improve server handling of shutdown requests
        nbd: Refactor conversion to errno to silence checkpatch
        nbd: Support shorter handshake
        nbd: Less allocation during NBD_OPT_LIST
        nbd: Let client skip portions of server reply
        nbd: Let server know when client gives up negotiation
        nbd: Share common option-sending code in client
        nbd: Send message along with server NBD_REP_ERR errors
        nbd: Share common reply-sending code in server
        nbd: Rename struct nbd_request and nbd_reply
        nbd: Rename NbdClientSession to NBDClientSession
        ...
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      199a5bde
  2. 03 11月, 2016 1 次提交
    • S
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · c2a4b384
      Stefan Hajnoczi 提交于
      virtio, pc: fixes and features
      
      nvdimm hotplug support
      virtio migration and ioeventfd rework
      virtio crypto device
      ipmi fixes
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Tue 01 Nov 2016 05:23:40 PM GMT
      # gpg:                using RSA key 0x281F0DB8D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>"
      # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
      #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469
      
      * remotes/mst/tags/for_upstream: (47 commits)
        acpi: fix assert failure caused by commit 35c5a52d
        acpi/ipmi: Initialize the fwinfo before fetching it
        ipmi: Add graceful shutdown handling to the external BMC
        ipmi: fix build config variable name for ipmi_bmc_extern.o
        ipmi: Implement shutdown via ACPI overtemp
        ipmi: chassis poweroff should use qemu_system_shutdown_request()
        ipmi_bmc_sim: Remove an unnecessary mutex
        ipmi: Remove hotplug from IPMI BMCs
        pc: memhp: enable nvdimm device hotplug
        nvdimm acpi: introduce _FIT
        nvdimm acpi: introduce fit buffer
        nvdimm acpi: prebuild nvdimm devices for available slots
        nvdimm acpi: use common macros instead of magic names
        acpi nvdimm: rename result_size to dsm_out_buf_siz
        nvdimm acpi: compile nvdimm acpi code arch-independently
        acpi nvdimm: fix Arg6 usage
        acpi nvdimm: fix ARG3 conflict
        acpi nvdimm: fix device physical address base
        acpi nvdimm: fix OperationRegion definition
        acpi nvdimm: fix wrong buffer size returned by DSM method
        ...
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      c2a4b384
  3. 02 11月, 2016 38 次提交