qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e92af6: configure: We don't want to clean con


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e92af6: configure: We don't want to clean configuration fi...
Date: Mon, 27 Aug 2018 08:43:45 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e92af6ec85e08ff0da8faadde7fbf6bc84568578
      
https://github.com/qemu/qemu/commit/e92af6ec85e08ff0da8faadde7fbf6bc84568578
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  configure: We don't want to clean configuration files

If you don't want to compile everything, you configure
config-devices.mak.  And then make clean remove it, and make will
create a default one without your configuration.  Fix it by not
removing it on clean target.  Remove it instead on distclean.

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>

---

Remove it instead on distclean.


  Commit: 4637963cc9096fa18c80648be5d9b8529ba471e8
      
https://github.com/qemu/qemu/commit/4637963cc9096fa18c80648be5d9b8529ba471e8
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  check: Only test isa-testdev when it is compiled in

Once there, untangle endianness-test and boot-serial-test.

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>

---

boot-serial-test don't depend on isa-testdev.  Thanks Thomas.


  Commit: c9b688b46959cba75d38cd20e41561101aafd2ed
      
https://github.com/qemu/qemu/commit/c9b688b46959cba75d38cd20e41561101aafd2ed
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  check: Only test usb-xhci-nec when it is compiled in

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>


  Commit: fa212a2b8b60f84b23fc99c3988576e757fdbfc3
      
https://github.com/qemu/qemu/commit/fa212a2b8b60f84b23fc99c3988576e757fdbfc3
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M default-configs/x86_64-softmmu.mak

  Log Message:
  -----------
  x86_64-softmmu: Configuration is identical to i386-softmmu

If we ever changed that, just make the things that are different
explicit.

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>


  Commit: 1336e6085b5b01d274d1cd668897f13a40817fe3
      
https://github.com/qemu/qemu/commit/1336e6085b5b01d274d1cd668897f13a40817fe3
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  check: Only test ivshm when it is compiled in

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>


  Commit: dff1ba07a0c4340cb5ec5f3c8757558ff2303166
      
https://github.com/qemu/qemu/commit/dff1ba07a0c4340cb5ec5f3c8757558ff2303166
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  check: Only test boot-serial when sga is compiled in

This is only for x86* architecture.

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>


  Commit: 7a066770f53c198014add869696427f81d67e9c2
      
https://github.com/qemu/qemu/commit/7a066770f53c198014add869696427f81d67e9c2
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  check: Move VMXNET3 test to common

We protect it with CONFIG_VMXNET3_PCI now, so no need to also put it
on i386.

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>


  Commit: 669cc7100065c690cb7b4f3da5cfc471d1ed4740
      
https://github.com/qemu/qemu/commit/669cc7100065c690cb7b4f3da5cfc471d1ed4740
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  check: Move endianess test to common

It is already protected by CONFIG_ISA_TESTDEV in all architectures.

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>


  Commit: ee1f6c812b3240420dff07a3860060b7d4abfe09
      
https://github.com/qemu/qemu/commit/ee1f6c812b3240420dff07a3860060b7d4abfe09
  Author: Juan Quintela <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  check: Move wdt_ib700 test to common

It is protected by CONFIG_WDT_IB700.

Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>


  Commit: e1e388900d84f978c35c66125b546576bf7e4019
      
https://github.com/qemu/qemu/commit/e1e388900d84f978c35c66125b546576bf7e4019
  Author: Peter Maydell <address@hidden>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M Makefile
    M default-configs/x86_64-softmmu.mak
    M tests/Makefile.include

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180827' into 
staging

check/next for 20180827

# gpg: Signature made Mon 27 Aug 2018 10:58:51 BST
# gpg:                using RSA key F487EF185872D723
# gpg: Good signature from "Juan Quintela <address@hidden>"
# gpg:                 aka "Juan Quintela <address@hidden>"
# Primary key fingerprint: 1899 FF8E DEBF 58CC EE03  4B82 F487 EF18 5872 D723

* remotes/juanquintela/tags/check/20180827:
  check: Move wdt_ib700 test to common
  check: Move endianess test to common
  check: Move VMXNET3 test to common
  check: Only test boot-serial when sga is compiled in
  check: Only test ivshm when it is compiled in
  x86_64-softmmu: Configuration is identical to i386-softmmu
  check: Only test usb-xhci-nec when it is compiled in
  check: Only test isa-testdev when it is compiled in
  configure: We don't want to clean configuration files

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


Compare: https://github.com/qemu/qemu/compare/025573be71da...e1e388900d84
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

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