1. 31 1月, 2018 27 次提交
  2. 30 1月, 2018 9 次提交
  3. 29 1月, 2018 4 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-request' into staging · 30d9fefe
      Peter Maydell 提交于
      input: switch devices to keycodemapdb, bugfixes.
      
      # gpg: Signature made Mon 29 Jan 2018 10:23:00 GMT
      # gpg:                using RSA key 0x4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/input-20180129-v2-pull-request:
        hw: convert virtio-input-hid device to keycodemapdb
        ui: fix alphabetical ordering of keymaps
        hw: convert the escc device to keycodemapdb
        hw: convert ps2 device to keycodemapdb
        ps2: check PS2Queue pointers in post_load routine
        input: virtio: don't send mouse wheel event twice
        input: add mouse side buttons to virtio input
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      30d9fefe
    • P
      Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging · 0d144291
      Peter Maydell 提交于
      # gpg: Signature made Mon 29 Jan 2018 08:14:19 GMT
      # gpg:                using RSA key 0xEF04965B398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * remotes/jasowang/tags/net-pull-request:
        MAINTAINERS: update Dmitry Fleytman email
        qemu-doc: Get rid of "vlan=X" example in the documentation
        net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'
        net: Allow hubports to connect to other netdevs
        colo: compare the packet based on the tcp sequence number
        colo: modified the payload compare function
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      0d144291
    • P
      Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180129' into staging · fccfcc63
      Peter Maydell 提交于
      ppc patch queue 2018-01-29
      
      Here's another batch of patches for ppc, spapr and related things.
      Higlights:
      
        * Implement (with a bunch of necessary infrastructure) a hypercall
          to let guests properly apply Spectre and Meltdown workarounds.
        * Convert a number of old devices to trace events
        * Fix some bugs
      
      # gpg: Signature made Mon 29 Jan 2018 03:27:30 GMT
      # gpg:                using RSA key 0x6C38CACA20D9B392
      # gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>"
      # gpg:                 aka "David Gibson (Red Hat) <dgibson@redhat.com>"
      # gpg:                 aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>"
      # gpg:                 aka "David Gibson (kernel.org) <dwg@kernel.org>"
      # Primary key fingerprint: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392
      
      * remotes/dgibson/tags/ppc-for-2.12-20180129:
        target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS
        target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch
        target/ppc/spapr_caps: Add new tristate cap safe_bounds_check
        target/ppc/spapr_caps: Add new tristate cap safe_cache
        target/ppc/spapr_caps: Add support for tristate spapr_capabilities
        target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
        spapr_pci: fix MSI/MSIX selection
        input: add missing newline from trace-events
        uninorth: convert to trace-events
        grackle: convert to trace-events
        ppc: Deprecate qemu-system-ppcemb
        ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fccfcc63
    • S
      tracetool: report error on foo() instead of foo(void) · 24f4d3d3
      Stefan Hajnoczi 提交于
      C functions with no arguments must be declared foo(void) instead of
      foo().  The tracetool argument list parser has never accepted an empty
      argument list.  This patch adds a clear error message for this error
      case.
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Message-id: 20180110202553.31889-4-stefanha@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      24f4d3d3