qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3db9f6: tests/Makefile: test-char does not ne


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 3db9f6: tests/Makefile: test-char does not need libqtest
Date: Mon, 13 Jan 2020 06:30:15 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3db9f6a324bf0c78fd3dcfc08aff68d267420859
      
https://github.com/qemu/qemu/commit/3db9f6a324bf0c78fd3dcfc08aff68d267420859
  Author: Thomas Huth <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests/Makefile: test-char does not need libqtest

No need to link the libqtest objects here.

Message-Id: <address@hidden>
Reviewed-by: John Snow <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 6f5b752e963d39fb86369bc1bdf57374e148cd6d
      
https://github.com/qemu/qemu/commit/6f5b752e963d39fb86369bc1bdf57374e148cd6d
  Author: Thomas Huth <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M tests/ptimer-test.c

  Log Message:
  -----------
  tests/ptimer: Remove unnecessary inclusion of libqtest.h

ptimer-test is a unit test, not a qtest, so libqtest.h is not
required here.

Message-Id: <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 55e997a724c4be61687cadf0d89dac1d33cce937
      
https://github.com/qemu/qemu/commit/55e997a724c4be61687cadf0d89dac1d33cce937
  Author: Thomas Huth <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests/Makefile: Remove 'tests/' and '$(EXESUF)' from the check-qtest variables

It's much easier if we simply add the folder prefix and the exe suffix
later via a substitution instead.

Message-Id: <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 10ae5b303a0de07f0659a2c90d9c1266b3908b97
      
https://github.com/qemu/qemu/commit/10ae5b303a0de07f0659a2c90d9c1266b3908b97
  Author: Thomas Huth <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests/Makefile: Separate unit test dependencies from qtest dependencies

Some of the unit test dependencies are declared right in the block of
the qtest dependencies. Let's move them to the other unit tests instead.

Message-Id: <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 1e8a1fae7464ef79c9e50aa0f807d2c511be3c8e
      
https://github.com/qemu/qemu/commit/1e8a1fae7464ef79c9e50aa0f807d2c511be3c8e
  Author: Thomas Huth <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M .gitlab-ci.yml
    M MAINTAINERS
    M configure
    M tests/Makefile.include
    R tests/ac97-test.c
    R tests/acpi-utils.c
    R tests/acpi-utils.h
    R tests/ahci-test.c
    R tests/arm-cpu-features.c
    R tests/bios-tables-test-allowed-diff.h
    R tests/bios-tables-test.c
    R tests/boot-order-test.c
    R tests/boot-sector.c
    R tests/boot-sector.h
    R tests/boot-serial-test.c
    R tests/cdrom-test.c
    R tests/cpu-plug-test.c
    R tests/dbus-vmstate-test.c
    R tests/dbus-vmstate1.xml
    R tests/device-introspect-test.c
    R tests/device-plug-test.c
    R tests/display-vga-test.c
    R tests/drive_del-test.c
    R tests/ds1338-test.c
    R tests/e1000-test.c
    R tests/e1000e-test.c
    R tests/eepro100-test.c
    R tests/endianness-test.c
    R tests/es1370-test.c
    R tests/fdc-test.c
    R tests/fw_cfg-test.c
    R tests/hd-geo-test.c
    R tests/hexloader-test.c
    R tests/i440fx-test.c
    R tests/i82801b11-test.c
    R tests/ide-test.c
    R tests/intel-hda-test.c
    R tests/ioh3420-test.c
    R tests/ipmi-bt-test.c
    R tests/ipmi-kcs-test.c
    R tests/ipoctal232-test.c
    R tests/ivshmem-test.c
    R tests/libqtest-single.h
    R tests/libqtest.c
    R tests/libqtest.h
    R tests/m25p80-test.c
    R tests/m48t59-test.c
    R tests/machine-none-test.c
    R tests/megasas-test.c
    R tests/microbit-test.c
    R tests/migration-helpers.c
    R tests/migration-helpers.h
    R tests/migration-test.c
    R tests/modules-test.c
    R tests/ne2000-test.c
    R tests/numa-test.c
    R tests/nvme-test.c
    R tests/pca9552-test.c
    R tests/pci-test.c
    R tests/pcnet-test.c
    R tests/pflash-cfi02-test.c
    R tests/pnv-xscom-test.c
    R tests/prom-env-test.c
    R tests/pvpanic-test.c
    R tests/pxe-test.c
    R tests/q35-test.c
    R tests/qmp-cmd-test.c
    R tests/qmp-test.c
    R tests/qom-test.c
    R tests/qos-test.c
    A tests/qtest/ac97-test.c
    A tests/qtest/acpi-utils.c
    A tests/qtest/acpi-utils.h
    A tests/qtest/ahci-test.c
    A tests/qtest/arm-cpu-features.c
    A tests/qtest/bios-tables-test-allowed-diff.h
    A tests/qtest/bios-tables-test.c
    A tests/qtest/boot-order-test.c
    A tests/qtest/boot-sector.c
    A tests/qtest/boot-sector.h
    A tests/qtest/boot-serial-test.c
    A tests/qtest/cdrom-test.c
    A tests/qtest/cpu-plug-test.c
    A tests/qtest/dbus-vmstate-test.c
    A tests/qtest/dbus-vmstate1.xml
    A tests/qtest/device-introspect-test.c
    A tests/qtest/device-plug-test.c
    A tests/qtest/display-vga-test.c
    A tests/qtest/drive_del-test.c
    A tests/qtest/ds1338-test.c
    A tests/qtest/e1000-test.c
    A tests/qtest/e1000e-test.c
    A tests/qtest/eepro100-test.c
    A tests/qtest/endianness-test.c
    A tests/qtest/es1370-test.c
    A tests/qtest/fdc-test.c
    A tests/qtest/fw_cfg-test.c
    A tests/qtest/hd-geo-test.c
    A tests/qtest/hexloader-test.c
    A tests/qtest/i440fx-test.c
    A tests/qtest/i82801b11-test.c
    A tests/qtest/ide-test.c
    A tests/qtest/intel-hda-test.c
    A tests/qtest/ioh3420-test.c
    A tests/qtest/ipmi-bt-test.c
    A tests/qtest/ipmi-kcs-test.c
    A tests/qtest/ipoctal232-test.c
    A tests/qtest/ivshmem-test.c
    A tests/qtest/libqtest-single.h
    A tests/qtest/libqtest.c
    A tests/qtest/libqtest.h
    A tests/qtest/m25p80-test.c
    A tests/qtest/m48t59-test.c
    A tests/qtest/machine-none-test.c
    A tests/qtest/megasas-test.c
    A tests/qtest/microbit-test.c
    A tests/qtest/migration-helpers.c
    A tests/qtest/migration-helpers.h
    A tests/qtest/migration-test.c
    A tests/qtest/modules-test.c
    A tests/qtest/ne2000-test.c
    A tests/qtest/numa-test.c
    A tests/qtest/nvme-test.c
    A tests/qtest/pca9552-test.c
    A tests/qtest/pci-test.c
    A tests/qtest/pcnet-test.c
    A tests/qtest/pflash-cfi02-test.c
    A tests/qtest/pnv-xscom-test.c
    A tests/qtest/prom-env-test.c
    A tests/qtest/pvpanic-test.c
    A tests/qtest/pxe-test.c
    A tests/qtest/q35-test.c
    A tests/qtest/qmp-cmd-test.c
    A tests/qtest/qmp-test.c
    A tests/qtest/qom-test.c
    A tests/qtest/qos-test.c
    A tests/qtest/rtas-test.c
    A tests/qtest/rtc-test.c
    A tests/qtest/rtl8139-test.c
    A tests/qtest/sdhci-test.c
    A tests/qtest/spapr-phb-test.c
    A tests/qtest/tco-test.c
    A tests/qtest/test-arm-mptimer.c
    A tests/qtest/test-filter-mirror.c
    A tests/qtest/test-filter-redirector.c
    A tests/qtest/test-hmp.c
    A tests/qtest/test-netfilter.c
    A tests/qtest/test-x86-cpuid-compat.c
    A tests/qtest/tmp105-test.c
    A tests/qtest/tpm-crb-swtpm-test.c
    A tests/qtest/tpm-crb-test.c
    A tests/qtest/tpm-emu.c
    A tests/qtest/tpm-emu.h
    A tests/qtest/tpm-tests.c
    A tests/qtest/tpm-tests.h
    A tests/qtest/tpm-tis-swtpm-test.c
    A tests/qtest/tpm-tis-test.c
    A tests/qtest/tpm-util.c
    A tests/qtest/tpm-util.h
    A tests/qtest/usb-hcd-ehci-test.c
    A tests/qtest/usb-hcd-ohci-test.c
    A tests/qtest/usb-hcd-uhci-test.c
    A tests/qtest/usb-hcd-xhci-test.c
    A tests/qtest/vhost-user-test.c
    A tests/qtest/virtio-9p-test.c
    A tests/qtest/virtio-blk-test.c
    A tests/qtest/virtio-ccw-test.c
    A tests/qtest/virtio-net-test.c
    A tests/qtest/virtio-rng-test.c
    A tests/qtest/virtio-scsi-test.c
    A tests/qtest/virtio-serial-test.c
    A tests/qtest/virtio-test.c
    A tests/qtest/vmgenid-test.c
    A tests/qtest/vmxnet3-test.c
    A tests/qtest/wdt_ib700-test.c
    R tests/rtas-test.c
    R tests/rtc-test.c
    R tests/rtl8139-test.c
    R tests/sdhci-test.c
    R tests/spapr-phb-test.c
    R tests/tco-test.c
    R tests/test-arm-mptimer.c
    R tests/test-filter-mirror.c
    R tests/test-filter-redirector.c
    R tests/test-hmp.c
    R tests/test-netfilter.c
    R tests/test-x86-cpuid-compat.c
    R tests/tmp105-test.c
    R tests/tpm-crb-swtpm-test.c
    R tests/tpm-crb-test.c
    R tests/tpm-emu.c
    R tests/tpm-emu.h
    R tests/tpm-tests.c
    R tests/tpm-tests.h
    R tests/tpm-tis-swtpm-test.c
    R tests/tpm-tis-test.c
    R tests/tpm-util.c
    R tests/tpm-util.h
    R tests/usb-hcd-ehci-test.c
    R tests/usb-hcd-ohci-test.c
    R tests/usb-hcd-uhci-test.c
    R tests/usb-hcd-xhci-test.c
    R tests/vhost-user-test.c
    R tests/virtio-9p-test.c
    R tests/virtio-blk-test.c
    R tests/virtio-ccw-test.c
    R tests/virtio-net-test.c
    R tests/virtio-rng-test.c
    R tests/virtio-scsi-test.c
    R tests/virtio-serial-test.c
    R tests/virtio-test.c
    R tests/vmgenid-test.c
    R tests/vmxnet3-test.c
    R tests/wdt_ib700-test.c

  Log Message:
  -----------
  test: Move qtests to a separate directory

The tests directory itself is pretty overcrowded, and it's hard to
see which test belongs to which test subsystem (unit, qtest, ...).
Let's move the qtests to a separate folder for more clarity.

Message-Id: <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 833884f37adc9f125fa2f345704d7019b8651619
      
https://github.com/qemu/qemu/commit/833884f37adc9f125fa2f345704d7019b8651619
  Author: Thomas Huth <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M tests/Makefile.include
    A tests/qtest/Makefile.include

  Log Message:
  -----------
  tests/Makefile: Move qtest-related settings to a separate Makefile.include

tests/Makefile.include is pretty much overcrowded. Now that we have a
dedicated folder for the qtests, let's move the related settings
to a Makefile.include file in that directory instead.

Message-Id: <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 1cf4323ecd03235984e43a416a42f10c975cf785
      
https://github.com/qemu/qemu/commit/1cf4323ecd03235984e43a416a42f10c975cf785
  Author: Thomas Huth <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M MAINTAINERS
    M configure
    M tests/Makefile.include
    R tests/libqos/aarch64-xlnx-zcu102-machine.c
    R tests/libqos/ahci.c
    R tests/libqos/ahci.h
    R tests/libqos/arm-imx25-pdk-machine.c
    R tests/libqos/arm-n800-machine.c
    R tests/libqos/arm-raspi2-machine.c
    R tests/libqos/arm-sabrelite-machine.c
    R tests/libqos/arm-smdkc210-machine.c
    R tests/libqos/arm-virt-machine.c
    R tests/libqos/arm-xilinx-zynq-a9-machine.c
    R tests/libqos/e1000e.c
    R tests/libqos/e1000e.h
    R tests/libqos/fw_cfg.c
    R tests/libqos/fw_cfg.h
    R tests/libqos/i2c-imx.c
    R tests/libqos/i2c-omap.c
    R tests/libqos/i2c.c
    R tests/libqos/i2c.h
    R tests/libqos/libqos-pc.c
    R tests/libqos/libqos-pc.h
    R tests/libqos/libqos-spapr.c
    R tests/libqos/libqos-spapr.h
    R tests/libqos/libqos.c
    R tests/libqos/libqos.h
    R tests/libqos/malloc-pc.c
    R tests/libqos/malloc-pc.h
    R tests/libqos/malloc-spapr.c
    R tests/libqos/malloc-spapr.h
    R tests/libqos/malloc.c
    R tests/libqos/malloc.h
    R tests/libqos/pci-pc.c
    R tests/libqos/pci-pc.h
    R tests/libqos/pci-spapr.c
    R tests/libqos/pci-spapr.h
    R tests/libqos/pci.c
    R tests/libqos/pci.h
    R tests/libqos/ppc64_pseries-machine.c
    R tests/libqos/qgraph.c
    R tests/libqos/qgraph.h
    R tests/libqos/qgraph_internal.h
    R tests/libqos/rtas.c
    R tests/libqos/rtas.h
    R tests/libqos/sdhci.c
    R tests/libqos/sdhci.h
    R tests/libqos/tpci200.c
    R tests/libqos/usb.c
    R tests/libqos/usb.h
    R tests/libqos/virtio-9p.c
    R tests/libqos/virtio-9p.h
    R tests/libqos/virtio-balloon.c
    R tests/libqos/virtio-balloon.h
    R tests/libqos/virtio-blk.c
    R tests/libqos/virtio-blk.h
    R tests/libqos/virtio-mmio.c
    R tests/libqos/virtio-mmio.h
    R tests/libqos/virtio-net.c
    R tests/libqos/virtio-net.h
    R tests/libqos/virtio-pci-modern.c
    R tests/libqos/virtio-pci-modern.h
    R tests/libqos/virtio-pci.c
    R tests/libqos/virtio-pci.h
    R tests/libqos/virtio-rng.c
    R tests/libqos/virtio-rng.h
    R tests/libqos/virtio-scsi.c
    R tests/libqos/virtio-scsi.h
    R tests/libqos/virtio-serial.c
    R tests/libqos/virtio-serial.h
    R tests/libqos/virtio.c
    R tests/libqos/virtio.h
    R tests/libqos/x86_64_pc-machine.c
    M tests/qtest/Makefile.include
    A tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c
    A tests/qtest/libqos/ahci.c
    A tests/qtest/libqos/ahci.h
    A tests/qtest/libqos/arm-imx25-pdk-machine.c
    A tests/qtest/libqos/arm-n800-machine.c
    A tests/qtest/libqos/arm-raspi2-machine.c
    A tests/qtest/libqos/arm-sabrelite-machine.c
    A tests/qtest/libqos/arm-smdkc210-machine.c
    A tests/qtest/libqos/arm-virt-machine.c
    A tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c
    A tests/qtest/libqos/e1000e.c
    A tests/qtest/libqos/e1000e.h
    A tests/qtest/libqos/fw_cfg.c
    A tests/qtest/libqos/fw_cfg.h
    A tests/qtest/libqos/i2c-imx.c
    A tests/qtest/libqos/i2c-omap.c
    A tests/qtest/libqos/i2c.c
    A tests/qtest/libqos/i2c.h
    A tests/qtest/libqos/libqos-pc.c
    A tests/qtest/libqos/libqos-pc.h
    A tests/qtest/libqos/libqos-spapr.c
    A tests/qtest/libqos/libqos-spapr.h
    A tests/qtest/libqos/libqos.c
    A tests/qtest/libqos/libqos.h
    A tests/qtest/libqos/malloc-pc.c
    A tests/qtest/libqos/malloc-pc.h
    A tests/qtest/libqos/malloc-spapr.c
    A tests/qtest/libqos/malloc-spapr.h
    A tests/qtest/libqos/malloc.c
    A tests/qtest/libqos/malloc.h
    A tests/qtest/libqos/pci-pc.c
    A tests/qtest/libqos/pci-pc.h
    A tests/qtest/libqos/pci-spapr.c
    A tests/qtest/libqos/pci-spapr.h
    A tests/qtest/libqos/pci.c
    A tests/qtest/libqos/pci.h
    A tests/qtest/libqos/ppc64_pseries-machine.c
    A tests/qtest/libqos/qgraph.c
    A tests/qtest/libqos/qgraph.h
    A tests/qtest/libqos/qgraph_internal.h
    A tests/qtest/libqos/rtas.c
    A tests/qtest/libqos/rtas.h
    A tests/qtest/libqos/sdhci.c
    A tests/qtest/libqos/sdhci.h
    A tests/qtest/libqos/tpci200.c
    A tests/qtest/libqos/usb.c
    A tests/qtest/libqos/usb.h
    A tests/qtest/libqos/virtio-9p.c
    A tests/qtest/libqos/virtio-9p.h
    A tests/qtest/libqos/virtio-balloon.c
    A tests/qtest/libqos/virtio-balloon.h
    A tests/qtest/libqos/virtio-blk.c
    A tests/qtest/libqos/virtio-blk.h
    A tests/qtest/libqos/virtio-mmio.c
    A tests/qtest/libqos/virtio-mmio.h
    A tests/qtest/libqos/virtio-net.c
    A tests/qtest/libqos/virtio-net.h
    A tests/qtest/libqos/virtio-pci-modern.c
    A tests/qtest/libqos/virtio-pci-modern.h
    A tests/qtest/libqos/virtio-pci.c
    A tests/qtest/libqos/virtio-pci.h
    A tests/qtest/libqos/virtio-rng.c
    A tests/qtest/libqos/virtio-rng.h
    A tests/qtest/libqos/virtio-scsi.c
    A tests/qtest/libqos/virtio-scsi.h
    A tests/qtest/libqos/virtio-serial.c
    A tests/qtest/libqos/virtio-serial.h
    A tests/qtest/libqos/virtio.c
    A tests/qtest/libqos/virtio.h
    A tests/qtest/libqos/x86_64_pc-machine.c

  Log Message:
  -----------
  tests/libqos: Move the libqos files under tests/qtest/

The qos stuff belongs to qtest, so move it into that directory, too.

Message-Id: <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 22108f333d16cbfbd5808bb4f661c394b08fe698
      
https://github.com/qemu/qemu/commit/22108f333d16cbfbd5808bb4f661c394b08fe698
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    M Makefile
    A docs/index.html.in

  Log Message:
  -----------
  docs: build an index page for the HTML docs

There is no index.html start page for the QEMU HTML documentation.  An
index page is needed so that documentation can be browsed easily on the
web.

This patch adds an index.html.in template file where the QEMU version
number is expanded.  It is written in HTML instead of using the existing
sphinx (rST) and texi documentation generators because they are
heavyweight and would make this harder.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 981c9b88e674408a1579ca3aa8d42770e3b689de
      
https://github.com/qemu/qemu/commit/981c9b88e674408a1579ca3aa8d42770e3b689de
  Author: Peter Maydell <address@hidden>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M .gitlab-ci.yml
    M MAINTAINERS
    M Makefile
    M configure
    A docs/index.html.in
    M tests/Makefile.include
    R tests/ac97-test.c
    R tests/acpi-utils.c
    R tests/acpi-utils.h
    R tests/ahci-test.c
    R tests/arm-cpu-features.c
    R tests/bios-tables-test-allowed-diff.h
    R tests/bios-tables-test.c
    R tests/boot-order-test.c
    R tests/boot-sector.c
    R tests/boot-sector.h
    R tests/boot-serial-test.c
    R tests/cdrom-test.c
    R tests/cpu-plug-test.c
    R tests/dbus-vmstate-test.c
    R tests/dbus-vmstate1.xml
    R tests/device-introspect-test.c
    R tests/device-plug-test.c
    R tests/display-vga-test.c
    R tests/drive_del-test.c
    R tests/ds1338-test.c
    R tests/e1000-test.c
    R tests/e1000e-test.c
    R tests/eepro100-test.c
    R tests/endianness-test.c
    R tests/es1370-test.c
    R tests/fdc-test.c
    R tests/fw_cfg-test.c
    R tests/hd-geo-test.c
    R tests/hexloader-test.c
    R tests/i440fx-test.c
    R tests/i82801b11-test.c
    R tests/ide-test.c
    R tests/intel-hda-test.c
    R tests/ioh3420-test.c
    R tests/ipmi-bt-test.c
    R tests/ipmi-kcs-test.c
    R tests/ipoctal232-test.c
    R tests/ivshmem-test.c
    R tests/libqos/aarch64-xlnx-zcu102-machine.c
    R tests/libqos/ahci.c
    R tests/libqos/ahci.h
    R tests/libqos/arm-imx25-pdk-machine.c
    R tests/libqos/arm-n800-machine.c
    R tests/libqos/arm-raspi2-machine.c
    R tests/libqos/arm-sabrelite-machine.c
    R tests/libqos/arm-smdkc210-machine.c
    R tests/libqos/arm-virt-machine.c
    R tests/libqos/arm-xilinx-zynq-a9-machine.c
    R tests/libqos/e1000e.c
    R tests/libqos/e1000e.h
    R tests/libqos/fw_cfg.c
    R tests/libqos/fw_cfg.h
    R tests/libqos/i2c-imx.c
    R tests/libqos/i2c-omap.c
    R tests/libqos/i2c.c
    R tests/libqos/i2c.h
    R tests/libqos/libqos-pc.c
    R tests/libqos/libqos-pc.h
    R tests/libqos/libqos-spapr.c
    R tests/libqos/libqos-spapr.h
    R tests/libqos/libqos.c
    R tests/libqos/libqos.h
    R tests/libqos/malloc-pc.c
    R tests/libqos/malloc-pc.h
    R tests/libqos/malloc-spapr.c
    R tests/libqos/malloc-spapr.h
    R tests/libqos/malloc.c
    R tests/libqos/malloc.h
    R tests/libqos/pci-pc.c
    R tests/libqos/pci-pc.h
    R tests/libqos/pci-spapr.c
    R tests/libqos/pci-spapr.h
    R tests/libqos/pci.c
    R tests/libqos/pci.h
    R tests/libqos/ppc64_pseries-machine.c
    R tests/libqos/qgraph.c
    R tests/libqos/qgraph.h
    R tests/libqos/qgraph_internal.h
    R tests/libqos/rtas.c
    R tests/libqos/rtas.h
    R tests/libqos/sdhci.c
    R tests/libqos/sdhci.h
    R tests/libqos/tpci200.c
    R tests/libqos/usb.c
    R tests/libqos/usb.h
    R tests/libqos/virtio-9p.c
    R tests/libqos/virtio-9p.h
    R tests/libqos/virtio-balloon.c
    R tests/libqos/virtio-balloon.h
    R tests/libqos/virtio-blk.c
    R tests/libqos/virtio-blk.h
    R tests/libqos/virtio-mmio.c
    R tests/libqos/virtio-mmio.h
    R tests/libqos/virtio-net.c
    R tests/libqos/virtio-net.h
    R tests/libqos/virtio-pci-modern.c
    R tests/libqos/virtio-pci-modern.h
    R tests/libqos/virtio-pci.c
    R tests/libqos/virtio-pci.h
    R tests/libqos/virtio-rng.c
    R tests/libqos/virtio-rng.h
    R tests/libqos/virtio-scsi.c
    R tests/libqos/virtio-scsi.h
    R tests/libqos/virtio-serial.c
    R tests/libqos/virtio-serial.h
    R tests/libqos/virtio.c
    R tests/libqos/virtio.h
    R tests/libqos/x86_64_pc-machine.c
    R tests/libqtest-single.h
    R tests/libqtest.c
    R tests/libqtest.h
    R tests/m25p80-test.c
    R tests/m48t59-test.c
    R tests/machine-none-test.c
    R tests/megasas-test.c
    R tests/microbit-test.c
    R tests/migration-helpers.c
    R tests/migration-helpers.h
    R tests/migration-test.c
    R tests/modules-test.c
    R tests/ne2000-test.c
    R tests/numa-test.c
    R tests/nvme-test.c
    R tests/pca9552-test.c
    R tests/pci-test.c
    R tests/pcnet-test.c
    R tests/pflash-cfi02-test.c
    R tests/pnv-xscom-test.c
    R tests/prom-env-test.c
    M tests/ptimer-test.c
    R tests/pvpanic-test.c
    R tests/pxe-test.c
    R tests/q35-test.c
    R tests/qmp-cmd-test.c
    R tests/qmp-test.c
    R tests/qom-test.c
    R tests/qos-test.c
    A tests/qtest/Makefile.include
    A tests/qtest/ac97-test.c
    A tests/qtest/acpi-utils.c
    A tests/qtest/acpi-utils.h
    A tests/qtest/ahci-test.c
    A tests/qtest/arm-cpu-features.c
    A tests/qtest/bios-tables-test-allowed-diff.h
    A tests/qtest/bios-tables-test.c
    A tests/qtest/boot-order-test.c
    A tests/qtest/boot-sector.c
    A tests/qtest/boot-sector.h
    A tests/qtest/boot-serial-test.c
    A tests/qtest/cdrom-test.c
    A tests/qtest/cpu-plug-test.c
    A tests/qtest/dbus-vmstate-test.c
    A tests/qtest/dbus-vmstate1.xml
    A tests/qtest/device-introspect-test.c
    A tests/qtest/device-plug-test.c
    A tests/qtest/display-vga-test.c
    A tests/qtest/drive_del-test.c
    A tests/qtest/ds1338-test.c
    A tests/qtest/e1000-test.c
    A tests/qtest/e1000e-test.c
    A tests/qtest/eepro100-test.c
    A tests/qtest/endianness-test.c
    A tests/qtest/es1370-test.c
    A tests/qtest/fdc-test.c
    A tests/qtest/fw_cfg-test.c
    A tests/qtest/hd-geo-test.c
    A tests/qtest/hexloader-test.c
    A tests/qtest/i440fx-test.c
    A tests/qtest/i82801b11-test.c
    A tests/qtest/ide-test.c
    A tests/qtest/intel-hda-test.c
    A tests/qtest/ioh3420-test.c
    A tests/qtest/ipmi-bt-test.c
    A tests/qtest/ipmi-kcs-test.c
    A tests/qtest/ipoctal232-test.c
    A tests/qtest/ivshmem-test.c
    A tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c
    A tests/qtest/libqos/ahci.c
    A tests/qtest/libqos/ahci.h
    A tests/qtest/libqos/arm-imx25-pdk-machine.c
    A tests/qtest/libqos/arm-n800-machine.c
    A tests/qtest/libqos/arm-raspi2-machine.c
    A tests/qtest/libqos/arm-sabrelite-machine.c
    A tests/qtest/libqos/arm-smdkc210-machine.c
    A tests/qtest/libqos/arm-virt-machine.c
    A tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c
    A tests/qtest/libqos/e1000e.c
    A tests/qtest/libqos/e1000e.h
    A tests/qtest/libqos/fw_cfg.c
    A tests/qtest/libqos/fw_cfg.h
    A tests/qtest/libqos/i2c-imx.c
    A tests/qtest/libqos/i2c-omap.c
    A tests/qtest/libqos/i2c.c
    A tests/qtest/libqos/i2c.h
    A tests/qtest/libqos/libqos-pc.c
    A tests/qtest/libqos/libqos-pc.h
    A tests/qtest/libqos/libqos-spapr.c
    A tests/qtest/libqos/libqos-spapr.h
    A tests/qtest/libqos/libqos.c
    A tests/qtest/libqos/libqos.h
    A tests/qtest/libqos/malloc-pc.c
    A tests/qtest/libqos/malloc-pc.h
    A tests/qtest/libqos/malloc-spapr.c
    A tests/qtest/libqos/malloc-spapr.h
    A tests/qtest/libqos/malloc.c
    A tests/qtest/libqos/malloc.h
    A tests/qtest/libqos/pci-pc.c
    A tests/qtest/libqos/pci-pc.h
    A tests/qtest/libqos/pci-spapr.c
    A tests/qtest/libqos/pci-spapr.h
    A tests/qtest/libqos/pci.c
    A tests/qtest/libqos/pci.h
    A tests/qtest/libqos/ppc64_pseries-machine.c
    A tests/qtest/libqos/qgraph.c
    A tests/qtest/libqos/qgraph.h
    A tests/qtest/libqos/qgraph_internal.h
    A tests/qtest/libqos/rtas.c
    A tests/qtest/libqos/rtas.h
    A tests/qtest/libqos/sdhci.c
    A tests/qtest/libqos/sdhci.h
    A tests/qtest/libqos/tpci200.c
    A tests/qtest/libqos/usb.c
    A tests/qtest/libqos/usb.h
    A tests/qtest/libqos/virtio-9p.c
    A tests/qtest/libqos/virtio-9p.h
    A tests/qtest/libqos/virtio-balloon.c
    A tests/qtest/libqos/virtio-balloon.h
    A tests/qtest/libqos/virtio-blk.c
    A tests/qtest/libqos/virtio-blk.h
    A tests/qtest/libqos/virtio-mmio.c
    A tests/qtest/libqos/virtio-mmio.h
    A tests/qtest/libqos/virtio-net.c
    A tests/qtest/libqos/virtio-net.h
    A tests/qtest/libqos/virtio-pci-modern.c
    A tests/qtest/libqos/virtio-pci-modern.h
    A tests/qtest/libqos/virtio-pci.c
    A tests/qtest/libqos/virtio-pci.h
    A tests/qtest/libqos/virtio-rng.c
    A tests/qtest/libqos/virtio-rng.h
    A tests/qtest/libqos/virtio-scsi.c
    A tests/qtest/libqos/virtio-scsi.h
    A tests/qtest/libqos/virtio-serial.c
    A tests/qtest/libqos/virtio-serial.h
    A tests/qtest/libqos/virtio.c
    A tests/qtest/libqos/virtio.h
    A tests/qtest/libqos/x86_64_pc-machine.c
    A tests/qtest/libqtest-single.h
    A tests/qtest/libqtest.c
    A tests/qtest/libqtest.h
    A tests/qtest/m25p80-test.c
    A tests/qtest/m48t59-test.c
    A tests/qtest/machine-none-test.c
    A tests/qtest/megasas-test.c
    A tests/qtest/microbit-test.c
    A tests/qtest/migration-helpers.c
    A tests/qtest/migration-helpers.h
    A tests/qtest/migration-test.c
    A tests/qtest/modules-test.c
    A tests/qtest/ne2000-test.c
    A tests/qtest/numa-test.c
    A tests/qtest/nvme-test.c
    A tests/qtest/pca9552-test.c
    A tests/qtest/pci-test.c
    A tests/qtest/pcnet-test.c
    A tests/qtest/pflash-cfi02-test.c
    A tests/qtest/pnv-xscom-test.c
    A tests/qtest/prom-env-test.c
    A tests/qtest/pvpanic-test.c
    A tests/qtest/pxe-test.c
    A tests/qtest/q35-test.c
    A tests/qtest/qmp-cmd-test.c
    A tests/qtest/qmp-test.c
    A tests/qtest/qom-test.c
    A tests/qtest/qos-test.c
    A tests/qtest/rtas-test.c
    A tests/qtest/rtc-test.c
    A tests/qtest/rtl8139-test.c
    A tests/qtest/sdhci-test.c
    A tests/qtest/spapr-phb-test.c
    A tests/qtest/tco-test.c
    A tests/qtest/test-arm-mptimer.c
    A tests/qtest/test-filter-mirror.c
    A tests/qtest/test-filter-redirector.c
    A tests/qtest/test-hmp.c
    A tests/qtest/test-netfilter.c
    A tests/qtest/test-x86-cpuid-compat.c
    A tests/qtest/tmp105-test.c
    A tests/qtest/tpm-crb-swtpm-test.c
    A tests/qtest/tpm-crb-test.c
    A tests/qtest/tpm-emu.c
    A tests/qtest/tpm-emu.h
    A tests/qtest/tpm-tests.c
    A tests/qtest/tpm-tests.h
    A tests/qtest/tpm-tis-swtpm-test.c
    A tests/qtest/tpm-tis-test.c
    A tests/qtest/tpm-util.c
    A tests/qtest/tpm-util.h
    A tests/qtest/usb-hcd-ehci-test.c
    A tests/qtest/usb-hcd-ohci-test.c
    A tests/qtest/usb-hcd-uhci-test.c
    A tests/qtest/usb-hcd-xhci-test.c
    A tests/qtest/vhost-user-test.c
    A tests/qtest/virtio-9p-test.c
    A tests/qtest/virtio-blk-test.c
    A tests/qtest/virtio-ccw-test.c
    A tests/qtest/virtio-net-test.c
    A tests/qtest/virtio-rng-test.c
    A tests/qtest/virtio-scsi-test.c
    A tests/qtest/virtio-serial-test.c
    A tests/qtest/virtio-test.c
    A tests/qtest/vmgenid-test.c
    A tests/qtest/vmxnet3-test.c
    A tests/qtest/wdt_ib700-test.c
    R tests/rtas-test.c
    R tests/rtc-test.c
    R tests/rtl8139-test.c
    R tests/sdhci-test.c
    R tests/spapr-phb-test.c
    R tests/tco-test.c
    R tests/test-arm-mptimer.c
    R tests/test-filter-mirror.c
    R tests/test-filter-redirector.c
    R tests/test-hmp.c
    R tests/test-netfilter.c
    R tests/test-x86-cpuid-compat.c
    R tests/tmp105-test.c
    R tests/tpm-crb-swtpm-test.c
    R tests/tpm-crb-test.c
    R tests/tpm-emu.c
    R tests/tpm-emu.h
    R tests/tpm-tests.c
    R tests/tpm-tests.h
    R tests/tpm-tis-swtpm-test.c
    R tests/tpm-tis-test.c
    R tests/tpm-util.c
    R tests/tpm-util.h
    R tests/usb-hcd-ehci-test.c
    R tests/usb-hcd-ohci-test.c
    R tests/usb-hcd-uhci-test.c
    R tests/usb-hcd-xhci-test.c
    R tests/vhost-user-test.c
    R tests/virtio-9p-test.c
    R tests/virtio-blk-test.c
    R tests/virtio-ccw-test.c
    R tests/virtio-net-test.c
    R tests/virtio-rng-test.c
    R tests/virtio-scsi-test.c
    R tests/virtio-serial-test.c
    R tests/virtio-test.c
    R tests/vmgenid-test.c
    R tests/vmxnet3-test.c
    R tests/wdt_ib700-test.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/huth-gitlab/tags/pull-request-2020-01-12' into staging

* Move qtests into a separate directory
* Build index.html for docs

# gpg: Signature made Sun 12 Jan 2020 11:21:41 GMT
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "address@hidden"
# gpg: Good signature from "Thomas Huth <address@hidden>" [full]
# gpg:                 aka "Thomas Huth <address@hidden>" [full]
# gpg:                 aka "Thomas Huth <address@hidden>" [full]
# gpg:                 aka "Thomas Huth <address@hidden>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/huth-gitlab/tags/pull-request-2020-01-12:
  docs: build an index page for the HTML docs
  tests/libqos: Move the libqos files under tests/qtest/
  tests/Makefile: Move qtest-related settings to a separate Makefile.include
  test: Move qtests to a separate directory
  tests/Makefile: Separate unit test dependencies from qtest dependencies
  tests/Makefile: Remove 'tests/' and '$(EXESUF)' from the check-qtest variables
  tests/ptimer: Remove unnecessary inclusion of libqtest.h
  tests/Makefile: test-char does not need libqtest

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


Compare: https://github.com/qemu/qemu/compare/abd5f8bb9525...981c9b88e674



reply via email to

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