1. 05 7月, 2016 7 次提交
  2. 04 7月, 2016 24 次提交
  3. 02 7月, 2016 1 次提交
    • P
      Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging · 96b39d83
      Peter Maydell 提交于
      Only trivial fixes.
      
      # gpg: Signature made Fri 01 Jul 2016 13:39:06 BST
      # gpg:                using DSA key 0x02FC3AEB0101DBC2
      # gpg: Good signature from "Greg Kurz <gkurz@fr.ibm.com>"
      # gpg:                 aka "Greg Kurz <groug@free.fr>"
      # gpg:                 aka "Greg Kurz <gkurz@linux.vnet.ibm.com>"
      # gpg:                 aka "Gregory Kurz (Groug) <groug@free.fr>"
      # gpg:                 aka "Gregory Kurz (Cimai Technology) <gkurz@cimai.com>"
      # gpg:                 aka "Gregory Kurz (Meiosys Technology) <gkurz@meiosys.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 2BD4 3B44 535E C0A7 9894  DBA2 02FC 3AEB 0101 DBC2
      
      * remotes/gkurz/tags/for-upstream:
        9p: synth: drop v9fs_ prefix
        9p: don't include <sys/uio.h>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      96b39d83
  4. 01 7月, 2016 8 次提交
    • A
      Added Bulgarian translation · 9a48e367
      Alexander Shopov 提交于
      Signed-off-by: NAlexander Shopov <ash@kambanaria.org>
      Message-id: 20160626105922.40590-2-ash@kambanaria.org
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9a48e367
    • G
      9p: synth: drop v9fs_ prefix · b05528b5
      Greg Kurz 提交于
      To have shorter lines and be consistent with other fs devices.
      Acked-by: NCédric Le Goater <clg@kaod.org>
      Signed-off-by: NGreg Kurz <groug@kaod.org>
      b05528b5
    • G
      9p: don't include <sys/uio.h> · 8d85a22a
      Greg Kurz 提交于
      The <sys/uio.h> system header doesn't exist on all host platforms. Code
      should include "qemu/osdep.h" instead to avoid build breaks on plafforms
      that don't define CONFIG_IOVEC (like win32, if it is to support 9p one day).
      Acked-by: NCédric Le Goater <clg@kaod.org>
      Acked-by: NMichael Fritscher <michael@fritscher.net>
      Signed-off-by: NGreg Kurz <gkurz@linux.vnet.ibm.com>
      8d85a22a
    • P
      Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160701' into staging · 1b756f1a
      Peter Maydell 提交于
      ppc patch queue 2016-07-01
      
      Here's the current ppc patch queue.  This is a fairly large batch,
      containing:
          * A number of further preliminary patches towards full hypervisor
            mode emulation
          * Some further fixes / cleanups for the recently merged device_add
            based CPU hotplug
          * Preliminary patches towards supporting a native (rather than
            paravirtualized) XICS device.  This will be needed to emulate a
            physical Power machine, including hypervisor capabilities
          * Assorted bug fixes
      
      # gpg: Signature made Fri 01 Jul 2016 06:56:35 BST
      # 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: 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: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392
      
      * remotes/dgibson/tags/ppc-for-2.7-20160701: (23 commits)
        qmp: fix spapr example of query-hotpluggable-cpus
        spapr: drop duplicate variable in spapr_core_release()
        spapr: do proper error propagation in spapr_cpu_core_realize_child()
        spapr: drop reference on child object during core realization
        spapr: Restore support for 970MP and POWER8NVL CPU cores
        target-ppc: gen_pause for instructions: yield, mdoio, mdoom, miso
        ppc/xics: Replace "icp" with "xics" in most places
        ppc/xics: Implement H_IPOLL using an accessor
        ppc/xics: Move SPAPR specific code to a separate file
        ppc/xics: Rename existing xics to xics_spapr
        ppc: Fix 64K pages support in full emulation
        target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlb
        spapr: Restore support for older PowerPC CPU cores
        spapr: fix write-past-end-of-array error in cpu core device init code
        hw/ppc/spapr: Add some missing hcall function set strings
        ppc: Print HSRR0/HSRR1 in "info registers"
        ppc: LPCR is a HV resource
        ppc: Initial HDEC support
        ppc: Enforce setting MSR:EE,IR and DR when MSR:PR is set
        ppc: Fix conditions for delivering external interrupts to a guest
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1b756f1a
    • P
      Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160630.0' into staging · 94e31093
      Peter Maydell 提交于
      VFIO updates 2016-06-30
      
       - Fix VGA quirks (stable 2.6) (Alex Williamson)
       - Registering PCIe extended capabilities (Chen Fan)
       - Hide read-only SR-IOV capability from VM (Alex Williamson)
       - MemoryRegionIOMMUOps.notify_started/stopped (Alexey Kardashevskiy)
       - hw_error on intel_iommu notify_started  (Alex Williamson)
      
      # gpg: Signature made Thu 30 Jun 2016 20:45:55 BST
      # gpg:                using RSA key 0x239B9B6E3BB08B22
      # gpg: Good signature from "Alex Williamson <alex.williamson@redhat.com>"
      # gpg:                 aka "Alex Williamson <alex@shazbot.org>"
      # gpg:                 aka "Alex Williamson <alwillia@redhat.com>"
      # gpg:                 aka "Alex Williamson <alex.l.williamson@gmail.com>"
      # Primary key fingerprint: 42F6 C04E 540B D1A9 9E7B  8A90 239B 9B6E 3BB0 8B22
      
      * remotes/awilliam/tags/vfio-update-20160630.0:
        intel_iommu: Throw hw_error on notify_started
        memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
        vfio/pci: Hide SR-IOV capability
        vfio: add pcie extended capability support
        vfio/pci: Fix VGA quirks
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      94e31093
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-06-30' into staging · 1fb4c13e
      Peter Maydell 提交于
      QAPI patches 2016-06-30
      
      # gpg: Signature made Thu 30 Jun 2016 14:29:43 BST
      # gpg:                using RSA key 0x3870B400EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
      
      * remotes/armbru/tags/pull-qapi-2016-06-30:
        qapi: Fix memleak in string visitors on int lists
        qapi: Simplify use of range.h
        range: Create range.c for code that should not be inline
        qapi: Fix crash on missing alternate member of QAPI struct
        checkpatch: There is no qemu_strtod()
        qobject: Correct JSON lexer grammar comments
        json-streamer: Don't leak tokens on incomplete parse
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1fb4c13e
    • I
      qmp: fix spapr example of query-hotpluggable-cpus · 13f5e800
      Igor Mammedov 提交于
      27393c33 qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore
      added -id suffix to property names but forgot to fix example in qmp-commands.hx
      
      Fix example to have 'core-id' instead of 'core' to match current code
      Signed-off-by: NIgor Mammedov <imammedo@redhat.com>
      Reviewed-by: NPeter Krempa <pkrempa@redhat.com>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      13f5e800
    • G