OSDN Git Service

Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 31 Mar 2014 21:11:29 +0000 (22:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 31 Mar 2014 21:11:30 +0000 (22:11 +0100)
commit95224e87a71d3190f46bf543ec9bc59ae36050eb
treece74fe55855beb42d02fcdd6cd088315ec1e250f
parent63678e17cf399ff81b93417fe7bee8d6ef6b6b1b
parent7373fc76930fc0994bab1bc2defd1d3a2b2adaa3
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging

QOM/QTest infrastructure fixes

* Revised QTest SIGABRT fix
* Test cleanups for non-POSIX hosts
* QTest test cases for NVMe, virtio-9p, pvpanic, i82801b11
* QTest API addition for reading events
* TMP105 fix and regression test

# gpg: Signature made Mon 31 Mar 2014 22:08:10 BST using RSA key ID 3E7E013F
# gpg: Good signature from "Andreas Färber <afaerber@suse.de>"
# gpg:                 aka "Andreas Färber <afaerber@suse.com>"

* remotes/afaerber/tags/qom-devices-for-2.0:
  tmp105-test: Test QOM property and precision
  tmp105-test: Add a second sensor and test that one
  tmp105-test: Wrap simple building blocks for testing
  tmp105: Read temperature in milli-celsius
  tests: Add i82801b11 qtest
  pvpanic-test: Assert pause event
  qtest: Factor out qtest_qmp_receive()
  tests: Add pvpanic qtest
  tests: Add virtio-9p qtest
  tests: Add nvme qtest
  nvme: Permit zero-length block devices
  tests: Correctly skip qtest on non-POSIX hosts
  tests: Skip POSIX-only tests on Windows
  tests: Remove unsupported tests for MinGW
  qtest: Keep list of qtest instances for SIGABRT handler
  Revert "qtest: Fix crash if SIGABRT during qtest_init()"

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>