1. 06 10月, 2019 1 次提交
  2. 21 9月, 2019 1 次提交
    • C
      pc: Add an SMB0 ACPI device to q35 · ebe15582
      Corey Minyard 提交于
      This is so I2C devices can be found in the ACPI namespace.  Currently
      that's only IPMI, but devices can be easily added now.
      
      Adding the devices required some PCI information, and the bus itself
      to be added to the PCMachineState structure.
      
      Note that this only works on Q35, the ACPI for PIIX4 is not capable
      of handling an SMBus device.
      
      Cc: Michael S. Tsirkin <mst@redhat.com>
      Cc: Igor Mammedov <imammedo@redhat.com>
      Signed-off-by: NCorey Minyard <cminyard@mvista.com>
      Reviewed-by: NPaolo Bonzini <pbonzini@redhat.com>
      ebe15582
  3. 17 6月, 2019 2 次提交
  4. 03 6月, 2019 2 次提交
  5. 21 5月, 2019 1 次提交
  6. 03 5月, 2019 1 次提交
  7. 08 3月, 2019 3 次提交
  8. 22 2月, 2019 1 次提交
  9. 18 1月, 2019 1 次提交
  10. 06 11月, 2018 3 次提交
    • M
      bios-tables-test: prepare expected files for mmio64 · f5f4002d
      Michael S. Tsirkin 提交于
      test will be added by follow-up patch.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      f5f4002d
    • P
      tests: Move tests/hex-loader-check-data/ to tests/data/hex-loader/ · 4b2ff65a
      Peter Maydell 提交于
      Currently tests/hex-loader-check-data contains data files used
      by the hexloader-test, and configure individually symlinks those
      data files into the build directory using a wildcard.
      
      Using a wildcard like this is a bad idea, because if a new
      data file is added, nothing causes configure to be rerun,
      and so no symlink is added for the new file. This can cause
      tests to spuriously fail when they can't find their data.
      Instead, it's better to symlink an entire directory of
      data files. We already have such a directory: tests/data.
      
      Move the data files from tests/hex-loader-check-data/ to
      tests/data/hex-loader/, and remove the unnecessary symlinking.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      4b2ff65a
    • P
      tests: Move tests/acpi-test-data/ to tests/data/acpi/ · 438c78da
      Peter Maydell 提交于
      Currently tests/acpi-test-data contains data files used by the
      bios-tables-test, and configure individually symlinks those
      data files into the build directory using a wildcard.
      
      Using a wildcard like this is a bad idea, because if a new
      data file is added, nothing causes configure to be rerun,
      and so no symlink is added for the new file. This can cause
      tests to spuriously fail when they can't find their data.
      Instead, it's better to symlink an entire directory of
      data files. We already have such a directory: tests/data.
      
      Move the data files from tests/acpi-test-data/ to
      tests/data/acpi/, and remove the unnecessary symlinking.
      
      We can remove entirely the note in rebuild-expected-aml.sh
      about copying any new data files, because now they will
      be in the source directory, not the build directory, and
      no copying is required.
      
      (We can't just change the existing tests/acpi-test-data/
      to being a symlinked directory, because if we did that and
      a developer switched git branches from one after that change
      to one before it then configure would end up trashing all
      the test files by making them symlinks to themselves.
      Changing their path avoids this annoyance.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      438c78da
  11. 18 7月, 2017 1 次提交
  12. 26 7月, 2016 1 次提交