Skip to content
Snippets Groups Projects
  1. Feb 10, 2020
    • Anup Patel's avatar
      hw: rtc: Add Goldfish RTC device · 9a5b40b8
      Anup Patel authored
      
      This patch adds model for Google Goldfish virtual platform RTC device.
      
      We will be adding Goldfish RTC device to the QEMU RISC-V virt machine
      for providing real date-time to Guest Linux. The corresponding Linux
      driver for Goldfish RTC device is already available in upstream Linux.
      
      For now, VM migration support is available but untested for Goldfish RTC
      device. It will be hardened in-future when we implement VM migration for
      KVM RISC-V.
      
      Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
      Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
      Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
      9a5b40b8
    • Keith Packard's avatar
      riscv: Separate FPU register size from core register size in gdbstub [v2] · ae4a70c0
      Keith Packard authored
      
      The size of the FPU registers is dictated by the 'f' and 'd' features,
      not the core processor register size. Processors with the 'd' feature
      have 64-bit FPU registers. Processors without the 'd' feature but with
      the 'f' feature have 32-bit FPU registers.
      
      Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
      [Palmer: This requires manually triggering a rebuild of
      riscv32-softmmu/gdbstub-xml.c]
      Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
      ae4a70c0
    • Anup Patel's avatar
      riscv/virt: Add syscon reboot and poweroff DT nodes · 0e404da0
      Anup Patel authored
      
      The SiFive test device found on virt machine can be used by
      generic syscon reboot and poweroff drivers available in Linux
      kernel.
      
      This patch updates FDT generation in virt machine so that
      Linux kernel can probe and use generic syscon drivers.
      
      Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
      Reviewed-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
      Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
      0e404da0
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging · 81a23caf
      Peter Maydell authored
      
      Pull request
      
      # gpg: Signature made Mon 10 Feb 2020 09:23:42 GMT
      # gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
      # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha/tags/block-pull-request:
        hw/core: Allow setting 'virtio-blk-device.scsi' property on OSX host
        block: fix crash on zero-length unaligned write and read
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      81a23caf
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-02-08' into staging · 2b8a51cd
      Peter Maydell authored
      
      9p patches:
      - some more protocol sanity checks
      - qtest for readdir
      - Christian Schoenebeck now official reviewer
      
      # gpg: Signature made Sat 08 Feb 2020 08:38:10 GMT
      # gpg:                using RSA key B4828BAF943140CEF2A3491071D4D5E5822F73D6
      # gpg: Good signature from "Greg Kurz <groug@kaod.org>" [full]
      # gpg:                 aka "Gregory Kurz <gregory.kurz@free.fr>" [full]
      # gpg:                 aka "[jpeg image of size 3330]" [full]
      # Primary key fingerprint: B482 8BAF 9431 40CE F2A3  4910 71D4 D5E5 822F 73D6
      
      * remotes/gkurz/tags/9p-next-2020-02-08:
        MAINTAINERS: 9pfs: Add myself as reviewer
        tests/virtio-9p: added readdir test
        hw/9pfs/9p-synth: added directory for readdir test
        9pfs: validate count sent by client with T_readdir
        9pfs: require msize >= 4096
        tests/virtio-9p: add terminating null in v9fs_string_read()
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      2b8a51cd
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200207' into staging · 73d33651
      Peter Maydell authored
      
      - Python 3 cleanups:
        . Remove text about Python 2 in qemu-deprecated (Thomas)
        . Remove shebang header (Paolo, Philippe)
        . scripts/checkpatch.pl now allows Python 3 interpreter (Philippe)
        . Explicit usage of Python 3 interpreter in scripts (Philippe)
        . Fix Python scripts permissions (Paolo, Philippe)
        . Drop 'from __future__ import print_function' (Paolo)
        . Specify minimum python requirements in ReadTheDocs configuration (Alex)
      - Test UNIX/EXEC transports with migration (Oksana)
      - Added extract_from_rpm helper, improved extract_from_deb (Liam)
      - Allow to use other serial consoles than default one (Philippe)
      - Various improvements in QEMUMonitorProtocol (Wainer)
      - Fix kvm_available() on ppc64le (Wainer)
      
      # gpg: Signature made Fri 07 Feb 2020 15:01:56 GMT
      # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
      # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
      # Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE
      
      * remotes/philmd-gitlab/tags/python-next-20200207: (46 commits)
        .readthedocs.yml: specify some minimum python requirements
        drop "from __future__ import print_function"
        make all Python scripts executable
        scripts/signrom: remove Python 2 support, add shebang
        tests/qemu-iotests/check: Only check for Python 3 interpreter
        scripts: Explicit usage of Python 3 (scripts without __main__)
        tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
        tests/vm: Remove shebang header
        tests/acceptance: Remove shebang header
        scripts/tracetool: Remove shebang header
        scripts/minikconf: Explicit usage of Python 3
        scripts: Explicit usage of Python 3 (scripts with __main__)
        tests: Explicit usage of Python 3
        tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
        tests/qemu-iotests/check: Allow use of python3 interpreter
        scripts/checkpatch.pl: Only allow Python 3 interpreter
        tests/acceptance/migration: Default to -nodefaults
        tests/acceptance/migration: Add the 'migration' tag
        tests/acceptance/migration: Test EXEC transport when migrating
        tests/acceptance/migration: Test UNIX transport when migrating
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      73d33651
  2. Feb 08, 2020
    • Christian Schoenebeck's avatar
      MAINTAINERS: 9pfs: Add myself as reviewer · 2822602c
      Christian Schoenebeck authored
      
      Currently 9pfs is only taken care of by Greg. Since I am actively working
      on 9pfs and already became quite used to the code base, it makes sense to
      volunteer as reviewer for 9pfs related patches.
      
      Signed-off-by: default avatarChristian Schoenebeck <qemu_oss@crudebyte.com>
      Cc: Greg Kurz <groug@kaod.org>
      Message-Id: <E1j04TG-0001xn-JY@lizzy.crudebyte.com>
      Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
      2822602c
    • Christian Schoenebeck's avatar
      tests/virtio-9p: added readdir test · 4829469f
      Christian Schoenebeck authored
      
      The first readdir test simply checks the amount of directory
      entries returned by 9pfs server, according to the created amount
      of virtual files on 9pfs synth driver side. Then the subsequent
      readdir test also checks whether all directory entries have the
      expected file names (as created on 9pfs synth driver side),
      ignoring their precise order in result list though.
      
      Signed-off-by: default avatarChristian Schoenebeck <qemu_oss@crudebyte.com>
      Message-Id: <e0b4402722a877178f8fb6a8ad7b64bb20150613.1579567020.git.qemu_oss@crudebyte.com>
      Reviewed-by: default avatarGreg Kurz <groug@kaod.org>
      Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
      4829469f
    • Christian Schoenebeck's avatar
      hw/9pfs/9p-synth: added directory for readdir test · af46a3b2
      Christian Schoenebeck authored
      
      This will provide the following virtual files by the 9pfs
      synth driver:
      
        - /ReadDirDir/ReadDirFile99
        - /ReadDirDir/ReadDirFile98
        ...
        - /ReadDirDir/ReadDirFile1
        - /ReadDirDir/ReadDirFile0
      
      This virtual directory and its virtual 100 files will be
      used by the upcoming 9pfs readdir tests.
      
      Signed-off-by: default avatarChristian Schoenebeck <qemu_oss@crudebyte.com>
      Reviewed-by: default avatarGreg Kurz <groug@kaod.org>
      Message-Id: <5408c28c8de25dd575b745cef63bf785305ccef2.1579567020.git.qemu_oss@crudebyte.com>
      Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
      af46a3b2
    • Christian Schoenebeck's avatar
      9pfs: validate count sent by client with T_readdir · d36a5c22
      Christian Schoenebeck authored
      
      A good 9p client sends T_readdir with "count" parameter that's sufficiently
      smaller than client's initially negotiated msize (maximum message size).
      We perform a check for that though to avoid the server to be interrupted
      with a "Failed to encode VirtFS reply type 41" transport error message by
      bad clients. This count value constraint uses msize - 11, because 11 is the
      header size of R_readdir.
      
      Signed-off-by: default avatarChristian Schoenebeck <qemu_oss@crudebyte.com>
      Reviewed-by: default avatarGreg Kurz <groug@kaod.org>
      Message-Id: <3990d3891e8ae2074709b56449e96ab4b4b93b7d.1579567020.git.qemu_oss@crudebyte.com>
      [groug: added comment ]
      Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
      d36a5c22
    • Christian Schoenebeck's avatar
      9pfs: require msize >= 4096 · e16453a3
      Christian Schoenebeck authored
      
      A client establishes a session by sending a Tversion request along with a
      'msize' parameter which client uses to suggest server a maximum message
      size ever to be used for communication (for both requests and replies)
      between client and server during that session. If client suggests a 'msize'
      smaller than 4096 then deny session by server immediately with an error
      response (Rlerror for "9P2000.L" clients or Rerror for "9P2000.u" clients)
      instead of replying with Rversion.
      
      So far any msize submitted by client with Tversion was simply accepted by
      server without any check. Introduction of some minimum msize makes sense,
      because e.g. a msize < 7 would not allow any subsequent 9p operation at
      all, because 7 is the size of the header section common by all 9p message
      types.
      
      A substantial higher value of 4096 was chosen though to prevent potential
      issues with some message types. E.g. Rreadlink may yield up to a size of
      PATH_MAX which is usually 4096, and like almost all 9p message types,
      Rreadlink is not allowed to be truncated by the 9p protocol. This chosen
      size also prevents a similar issue with Rreaddir responses (provided client
      always sends adequate 'count' parameter with Treaddir), because even though
      directory entries retrieval may be split up over several T/Rreaddir
      messages; a Rreaddir response must not truncate individual directory entries
      though. So msize should be large enough to return at least one directory
      entry with the longest possible file name supported by host. Most file
      systems support a max. file name length of 255. Largest known file name
      lenght limit would be currently ReiserFS with max. 4032 bytes, which is
      also covered by this min. msize value because 4032 + 35 < 4096.
      
      Furthermore 4096 is already the minimum msize of the Linux kernel's 9pfs
      client.
      
      Signed-off-by: default avatarChristian Schoenebeck <qemu_oss@crudebyte.com>
      Reviewed-by: default avatarGreg Kurz <groug@kaod.org>
      Message-Id: <8ceecb7fb9fdbeabbe55c04339349a36929fb8e3.1579567019.git.qemu_oss@crudebyte.com>
      Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
      e16453a3
    • Christian Schoenebeck's avatar
      tests/virtio-9p: add terminating null in v9fs_string_read() · 2e2293c2
      Christian Schoenebeck authored
      
      The 9p protocol sends strings in general without null termination
      over the wire. However for future use of this functions it is
      beneficial for the delivered string to be null terminated though
      for being able to use the string with standard C functions which
      often rely on strings being null terminated.
      
      Signed-off-by: default avatarChristian Schoenebeck <qemu_oss@crudebyte.com>
      Reviewed-by: default avatarGreg Kurz <groug@kaod.org>
      Message-Id: <52c84e2ce3bcafc2a38eed13b8c8e23bc1a8ecb9.1579567019.git.qemu_oss@crudebyte.com>
      Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
      2e2293c2
  3. Feb 07, 2020
Loading