[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/14] qtests, copyright statement clarifications and
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PULL 00/14] qtests, copyright statement clarifications and misc patches |
Date: |
Thu, 9 May 2019 10:19:16 +0200 |
Hi Peter,
the following changes since commit 629d166994725773dea9cef843fcb0ae5f3585fe:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'
into staging (2019-05-08 00:06:43 +0100)
are available in the Git repository at:
https://gitlab.com/huth/qemu.git tags/pull-request-2019-05-09
for you to fetch changes up to 2c8fcd8f9ef2394b9933a52c157df4ef67ca1eba:
include/exec/poison: Mark TARGET_FMT_lu as poisoned, too (2019-05-09 09:37:09
+0200)
----------------------------------------------------------------
- Fix "make check" problem that occurred with LANG=C and Python 3.5 / 3.6
- Get rid of some more dependencies on the global_qtest variable in the qtests
- Some other small test clean-ups
- Some copyright statement clarifications
- Mark TARGET_FMT_lu as poisoned
----------------------------------------------------------------
Eduardo Habkost (1):
tests: Force Python I/O encoding for check-qapi-schema
Thomas Huth (13):
tests/tco: Make test independent of global_qtest
tests/megasas: Make test independent of global_qtest
tests/qmp-cmd-test: Use qtest_init() instead of qtest_start()
tests/test-hmp: Use qtest_init() instead of qtest_start()
tests/ide-test: Make test independent of global_qtest
tests/tpm-tests: Use g_test_skip() to mark skipped tests
tests/Makefile: Remove unused test-obj-y variable
tests/drive_del-test: Use qtest_init() instead of qtest_start()
tests: qpci_unplug_acpi_device_test() should not rely on global_qtest
hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statement
target/openrisc: Fix LGPL information in the file headers
target/sh4: Fix LGPL information in the file headers
include/exec/poison: Mark TARGET_FMT_lu as poisoned, too
hw/i2c/smbus_ich9.c | 21 +--
hw/openrisc/cputimer.c | 2 +-
hw/openrisc/openrisc_sim.c | 2 +-
hw/openrisc/pic_cpu.c | 2 +-
include/exec/poison.h | 1 +
linux-user/openrisc/target_cpu.h | 2 +-
linux-user/openrisc/target_structs.h | 2 +-
linux-user/sh4/target_cpu.h | 2 +-
linux-user/sh4/target_structs.h | 2 +-
target/openrisc/cpu.h | 2 +-
target/openrisc/exception.c | 2 +-
target/openrisc/exception_helper.c | 2 +-
target/openrisc/fpu_helper.c | 2 +-
target/openrisc/insns.decode | 2 +-
target/openrisc/interrupt.c | 2 +-
target/openrisc/machine.c | 2 +-
target/openrisc/mmu.c | 2 +-
target/sh4/cpu.h | 2 +-
target/sh4/gdbstub.c | 2 +-
target/sh4/helper.c | 2 +-
target/sh4/op_helper.c | 2 +-
target/sh4/translate.c | 2 +-
tests/Makefile.include | 21 +--
tests/drive_del-test.c | 63 ++++----
tests/e1000e-test.c | 4 +-
tests/ide-test.c | 284 ++++++++++++++++++++---------------
tests/ivshmem-test.c | 9 +-
tests/libqos/pci-pc.c | 10 +-
tests/libqos/pci.h | 2 +-
tests/megasas-test.c | 2 +-
tests/qmp-cmd-test.c | 15 +-
tests/tco-test.c | 63 ++++----
tests/test-hmp.c | 19 +--
tests/tpm-tests.c | 2 +-
tests/virtio-blk-test.c | 3 +-
tests/virtio-net-test.c | 4 +-
tests/virtio-rng-test.c | 5 +-
37 files changed, 298 insertions(+), 270 deletions(-)
- [Qemu-devel] [PULL 00/14] qtests, copyright statement clarifications and misc patches,
Thomas Huth <=
- [Qemu-devel] [PULL 01/14] tests: Force Python I/O encoding for check-qapi-schema, Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 02/14] tests/tco: Make test independent of global_qtest, Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 03/14] tests/megasas: Make test independent of global_qtest, Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 04/14] tests/qmp-cmd-test: Use qtest_init() instead of qtest_start(), Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 05/14] tests/test-hmp: Use qtest_init() instead of qtest_start(), Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 07/14] tests/tpm-tests: Use g_test_skip() to mark skipped tests, Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 08/14] tests/Makefile: Remove unused test-obj-y variable, Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 06/14] tests/ide-test: Make test independent of global_qtest, Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 09/14] tests/drive_del-test: Use qtest_init() instead of qtest_start(), Thomas Huth, 2019/05/09
- [Qemu-devel] [PULL 10/14] tests: qpci_unplug_acpi_device_test() should not rely on global_qtest, Thomas Huth, 2019/05/09