1. 24 5月, 2018 2 次提交
    • P
      Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag' into staging · 5ff2a4b9
      Peter Maydell 提交于
      Xen 2018/05/22
      
      # gpg: Signature made Tue 22 May 2018 19:44:06 BST
      # gpg:                using RSA key 894F8F4870E1AE90
      # gpg: Good signature from "Stefano Stabellini <stefano.stabellini@eu.citrix.com>"
      # gpg:                 aka "Stefano Stabellini <sstabellini@kernel.org>"
      # Primary key fingerprint: D04E 33AB A51F 67BA 07D3  0AEA 894F 8F48 70E1 AE90
      
      * remotes/sstabellini-http/tags/xen-20180522-tag:
        xen_disk: be consistent with use of xendev and blkdev->xendev
        xen_disk: use a single entry iovec
        xen_backend: make the xen_feature_grant_copy flag private
        xen_disk: remove use of grant map/unmap
        xen_backend: add an emulation of grant copy
        xen: remove other open-coded use of libxengnttab
        xen_disk: remove open-coded use of libxengnttab
        xen_backend: add grant table helpers
        xen: add a meaningful declaration of grant_copy_segment into xen_common.h
        checkpatch: generalize xen handle matching in the list of types
        xen-hvm: create separate function for ioreq server initialization
        xen_pt: Present the size of 64 bit BARs correctly
        configure: Add explanation for --enable-xen-pci-passthrough
        xen/pt: use address_space_memory object for memory region hooks
        xen-pvdevice: Introduce a simplistic xen-pvdevice save state
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5ff2a4b9
    • P
      Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20180521' into staging · 9cac60db
      Peter Maydell 提交于
      target/lm32: BQL patch
      
      # gpg: Signature made Tue 22 May 2018 19:25:30 BST
      # gpg:                using RSA key B458ABB0D8D378E3
      # gpg: Good signature from "Michael Walle <michael@walle.cc>"
      # 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: 2190 3E48 4537 A7C2 90CE  3EB2 B458 ABB0 D8D3 78E3
      
      * remotes/mwalle/tags/lm32-queue/20180521:
        lm32: take BQL before writing IP/IM register
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9cac60db
  2. 23 5月, 2018 10 次提交
  3. 22 5月, 2018 4 次提交
  4. 21 5月, 2018 3 次提交
    • M
      lm32: take BQL before writing IP/IM register · 81e9cbd0
      Michael Walle 提交于
      Writing to these registers may raise an interrupt request. Actually,
      this prevents the milkymist board from starting.
      
      Cc: qemu-stable@nongnu.org
      Signed-off-by: NMichael Walle <michael@walle.cc>
      Tested-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Reviewed-by: NAlex Bennée <alex.bennee@linaro.org>
      81e9cbd0
    • P
      Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging · 9802316e
      Peter Maydell 提交于
      trivial patches for 2018-05-20
      
      # gpg: Signature made Sun 20 May 2018 07:13:20 BST
      # gpg:                using RSA key 701B4F6B1A693E59
      # gpg: Good signature from "Michael Tokarev <mjt@tls.msk.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@corpit.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@debian.org>"
      # Primary key fingerprint: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
      #      Subkey fingerprint: 7B73 BAD6 8BE7 A2C2 8931  4B22 701B 4F6B 1A69 3E59
      
      * remotes/mjt/tags/trivial-patches-fetch: (22 commits)
        acpi: fix a comment about aml_call0()
        qapi/net.json: Fix the version number of the "vlan" removal
        gdbstub: Handle errors in gdb_accept()
        gdbstub: Use qemu_set_cloexec()
        replace functions which are only available in glib-2.24
        typedefs: Remove PcGuestInfo from qemu/typedefs.h
        qemu-options: Allow -no-user-config again
        hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format strings
        Remove unnecessary variables for function return value
        trivial: Do not include pci.h if it is not necessary
        tests: fix tpm-crb tpm-tis tests race
        hw/ide/ahci: Keep ALLWINNER_AHCI() macro internal
        qemu-img-cmds.hx: add passive-aggressive note
        qemu-img: Make documentation between .texi and .hx consistent
        qemu-img: remove references to GEN_DOCS
        qemu-img.texi: fix command ordering
        qemu-img-commands.hx: argument ordering fixups
        HACKING: document preference for g_new instead of g_malloc
        qemu-option-trace: -trace enable= is a pattern, not a file
        slirp/debug: Print IP addresses in human readable form
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9802316e
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20180518' into staging · dfa93a0b
      Peter Maydell 提交于
      Honor CPU_DUMP_FPU
      
      # gpg: Signature made Fri 18 May 2018 22:56:12 BST
      # gpg:                using RSA key 64DF38E8AF7E215F
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>"
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth/tags/pull-fpu-20180518:
        target/xtensa: Honor CPU_DUMP_FPU
        target/unicore32: Honor CPU_DUMP_FPU
        target/sparc: Honor CPU_DUMP_FPU
        target/s390x: Honor CPU_DUMP_FPU
        target/riscv: Honor CPU_DUMP_FPU
        target/ppc: Honor CPU_DUMP_FPU
        target/mips: Honor CPU_DUMP_FPU
        target/alpha: Honor CPU_DUMP_FPU
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      dfa93a0b
  5. 20 5月, 2018 21 次提交