qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] ba646f: qtest: Don't reset on qtest chardev c


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] ba646f: qtest: Don't reset on qtest chardev connect
Date: Thu, 18 Jul 2013 12:30:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ba646ff6a3149f416424122c628e798be4957997
      
https://github.com/qemu/qemu/commit/ba646ff6a3149f416424122c628e798be4957997
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M qtest.c

  Log Message:
  -----------
  qtest: Don't reset on qtest chardev connect

libqtest's qtest_init() connecting to the qtest socket triggers reset.
This was coded in the hope we could use the same QEMU process for
multiple tests that way.  Never used.  Injects an extra reset even
when it's not used, and that can mess up tests such as the one of
-boot once I'm about to add.  Drop it.

Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: edbd790d20cf19d039dfe431aaf0973a9e0afa8f
      
https://github.com/qemu/qemu/commit/edbd790d20cf19d039dfe431aaf0973a9e0afa8f
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/Makefile
    A tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: New; covering just PC for now

Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: db2b5500c9780730b8ad09fca4a1d2de365dcbf0
      
https://github.com/qemu/qemu/commit/db2b5500c9780730b8ad09fca4a1d2de365dcbf0
  Author: Anthony Liguori <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/Makefile

  Log Message:
  -----------
  libqos: include dependencies

Otherwise rebuilds can fail when libqos is modified.

Reported-by: Markus Armbruster <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 7a10016509f740ef33b7875630d6c3549d57c6e8
      
https://github.com/qemu/qemu/commit/7a10016509f740ef33b7875630d6c3549d57c6e8
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/libqos/fw_cfg.c
    M tests/libqos/fw_cfg.h

  Log Message:
  -----------
  libqos: Add support for memory-mapped fw_cfg

Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 530a7e48bccddd8f1558f48cd4e3f6d46c272c83
      
https://github.com/qemu/qemu/commit/530a7e48bccddd8f1558f48cd4e3f6d46c272c83
  Author: Andreas Färber <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/Makefile
    M tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: Add tests for PowerMacs

They set the boot device via fw_cfg, which is then translated to a boot
path of "hd" or "cd" in OpenBIOS.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Cc: Alexander Graf <address@hidden>
Cc: address@hidden
Converted to libqos/fw_cfg on Anthony's request.
Signed-off-by: Markus Armbruster <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 995b0e136fca7786657c5b63fa094032114615e3
      
https://github.com/qemu/qemu/commit/995b0e136fca7786657c5b63fa094032114615e3
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: Cover -boot once in ppc tests

Cc: Andreas Färber <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: address@hidden
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: aea6a16907ca377d450d344dddda8456f87d5c0b
      
https://github.com/qemu/qemu/commit/aea6a16907ca377d450d344dddda8456f87d5c0b
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: Better separate target-specific and generic parts

The initial version did just PC.  I didn't bother to separate out
generic parts, because I don't like to abstract from a single case.

Now we have two cases, PC and PowerMac, and I'm about to add more.
Time to do it right.

To ease review, this commit changes the code in-place, and the next
commit reorders it for better readability.

Cc: Andreas Färber <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: address@hidden
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 484986e24282e922e5acb1db2c2b324e55c39ea4
      
https://github.com/qemu/qemu/commit/484986e24282e922e5acb1db2c2b324e55c39ea4
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: Code motion for better readability

Cc: Andreas Färber <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: address@hidden
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: e99f87cc86ba57a57d2472342a51d21f1e8b4966
      
https://github.com/qemu/qemu/commit/e99f87cc86ba57a57d2472342a51d21f1e8b4966
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: Add tests for PowerPC PREP

Cc: Andreas Färber <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: address@hidden
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: f88dc7dd4d5942714672aa293a3357f5c6469568
      
https://github.com/qemu/qemu/commit/f88dc7dd4d5942714672aa293a3357f5c6469568
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: Add tests for Sun4m

Cc: Blue Swirl <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 26491a388ce69d80c6d7d2b15ddf93d4399f04bc
      
https://github.com/qemu/qemu/commit/26491a388ce69d80c6d7d2b15ddf93d4399f04bc
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/Makefile
    M tests/fw_cfg-test.c
    R tests/libqos/fw_cfg-pc.c
    R tests/libqos/fw_cfg-pc.h
    M tests/libqos/fw_cfg.c
    M tests/libqos/fw_cfg.h
    M tests/libqos/malloc-pc.c

  Log Message:
  -----------
  libqos: Generalize I/O-mapped fw_cfg

Provide a constructor that takes the base address in addition to the
PC-specific one.

Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 24943978cbe79634a9a8b02a20efb25b29b3ab49
      
https://github.com/qemu/qemu/commit/24943978cbe79634a9a8b02a20efb25b29b3ab49
  Author: Markus Armbruster <address@hidden>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M tests/boot-order-test.c

  Log Message:
  -----------
  boot-order-test: Add tests for Sun4u

Cc: Blue Swirl <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/1d9358e68612...24943978cbe7

reply via email to

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