1. 25 9月, 2018 37 次提交
  2. 24 9月, 2018 3 次提交
    • P
      Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-20180905' into staging · ee4402ea
      Peter Maydell 提交于
      A misc collection of RISC-V related patches for 3.1.
      
      # gpg: Signature made Wed 05 Sep 2018 23:06:55 BST
      # gpg:                using RSA key 21E10D29DF977054
      # gpg: Good signature from "Alistair Francis <alistair@alistair23.me>"
      # 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: F6C4 AC46 D493 4868 D3B8  CE8F 21E1 0D29 DF97 7054
      
      * remotes/alistair/tags/pull-riscv-pullreq-20180905:
        riscv: remove define cpu_init()
        hw/riscv/spike: Set the soc device tree node as a simple-bus
        hw/riscv/virtio: Set the soc device tree node as a simple-bus
        target/riscv: call gen_goto_tb on DISAS_TOO_MANY
        target/riscv: optimize indirect branches
        target/riscv: optimize cross-page direct jumps in softmmu
        RISC-V: Simplify riscv_cpu_local_irqs_pending
        RISC-V: Use atomic_cmpxchg to update PLIC bitmaps
        RISC-V: Improve page table walker spec compliance
        RISC-V: Update address bits to support sv39 and sv48
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ee4402ea
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180903-pull-request' into staging · d5a51573
      Peter Maydell 提交于
      vga: virtio reset fix, virtio iommu support.
      
      # gpg: Signature made Mon 03 Sep 2018 07:57:32 BST
      # gpg:                using RSA key 4CB6D8EED3E87138
      # 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/vga-20180903-pull-request:
        virtio-gpu: add iommu support
        virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions
        use dpy_gfx_update_full
        Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"
        virtio-vga: fix reset
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d5a51573
    • M
      MAINTAINERS: Fix F: patterns that don't match anything · c468e368
      Markus Armbruster 提交于
      Commit ba51ef25 moved hw/dma/sun4m_iommu.c to
      hw/sparc/sun4m_iommu.c without updating MAINTAINERS.
      
      Commit f5980f75 deleted include/hw/sparc/sun4m.h without updating
      MAINTAINERS.
      
      Commit 0bcc8e5b fat-fingered tests/check-block-qdict.c.
      
      Commit 33e9e9bd fat-fingered include/qemu/job.h.
      
      Commit eb815e24 moved qapi-schema.json to qapi/ without updating
      MAINTAINERS.
      
      Commit 2e3c8f8d converted docs/devel/migration.txt to
      docs/devel/migration.rst without updating MAINTAINERS.
      
      Offenders tracked down with the following shell loop:
      
          shopt -s nullglob
          for i in `sed -n 's/^F: //p' <MAINTAINERS `
          do
              glob="`echo $i`"
              if [ "$glob" = "$i" ]
              then [ ! -e $i ]
              else [ -z "$glob" ]
              fi && echo "$i"
          done
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20180810115553.32604-1-armbru@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NThomas Huth <thuth@redhat.com>
      c468e368
新手
引导
客服 返回
顶部