qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 2a1cce: add qemu_add_data_dir()


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 2a1cce: add qemu_add_data_dir()
Date: Wed, 27 Sep 2017 07:57:17 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2a1cce9058698d384b7c1b6c6b744d928d32dfba
      
https://github.com/qemu/qemu/commit/2a1cce9058698d384b7c1b6c6b744d928d32dfba
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M vl.c

  Log Message:
  -----------
  add qemu_add_data_dir()

Add helper function to add a directory to the qemu search path, so we
don't duplicate the checks.  Add a check for duplicate entries, so we
stop trying to open files twice.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 3d5eecab4a5a00df897253dda5792411a1872732
      
https://github.com/qemu/qemu/commit/3d5eecab4a5a00df897253dda5792411a1872732
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M configure
    M scripts/create_config
    M vl.c

  Log Message:
  -----------
  Add --firmwarepath to configure

Add a firmware path config option to configure.  Multiple directories
are accepted, with the usual colon as separator.  Default value is
${prefix}/share/qemu-firmware.  The path is searched in addition to the
current search path (typically ${prefix}/share/qemu).

This prepares qemu for the planned split of the prebuilt firmware blobs
into a separate project.

Distributions can also use this to get rid of the firmware symlink farm
and add -- for example -- /usr/share/seabios to the firmware path
instead.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 08df7e5577e4b926822032e218ef6ef478ab7aca
      
https://github.com/qemu/qemu/commit/08df7e5577e4b926822032e218ef6ef478ab7aca
  Author: Peter Maydell <address@hidden>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M configure
    M scripts/create_config
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/fw-20170926-pull-request' 
into staging

add --firmwarepath to configure

# gpg: Signature made Tue 26 Sep 2017 12:06:07 BST
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/fw-20170926-pull-request:
  Add --firmwarepath to configure
  add qemu_add_data_dir()

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/31bc1d8481af...08df7e5577e4

reply via email to

[Prev in Thread] Current Thread [Next in Thread]