qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 24a5c6: fdc: remove sparc sun4m mutations


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 24a5c6: fdc: remove sparc sun4m mutations
Date: Thu, 30 Apr 2015 03:30:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 24a5c62cfe3cbe3fb4722f79661b9900a2579316
      
https://github.com/qemu/qemu/commit/24a5c62cfe3cbe3fb4722f79661b9900a2579316
  Author: Hervé Poussineau <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M hw/block/fdc.c

  Log Message:
  -----------
  fdc: remove sparc sun4m mutations

They were introduced in 6f7e9aec5eb5bdfa57a9e458e391b785c283a007 and
82407d1a4035e5bfefb53ffdcb270872f813b34c and lots of bug fixes were done after 
that.

This fixes (at least) the detection of the floppy controller on Debian 
4.0r9/SPARC,
and SS-5's OBP initialization routine still works.

Signed-off-by: Hervé Poussineau <address@hidden>
Tested-by: Mark Cave-Ayland <address@hidden>
Message-id: address@hidden
Signed-off-by: John Snow <address@hidden>


  Commit: 122fdf2d8822699482723e6f50f34c9c3933360b
      
https://github.com/qemu/qemu/commit/122fdf2d8822699482723e6f50f34c9c3933360b
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/Makefile
    M tests/ahci-test.c
    M tests/libqos/libqos.c
    M tests/libqos/libqos.h

  Log Message:
  -----------
  qtest/ahci: add qcow2 support to ahci-test

This will enable the testing of high offsets without
wasting a lot of disk space, and does not impact the
previous tests.

mkimg and mkqcow2 are added to libqos for other tests.

Signed-off-by: John Snow <address@hidden>
Acked-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden


  Commit: 727be1a7550b5caad0b94098a41de8033ad43f85
      
https://github.com/qemu/qemu/commit/727be1a7550b5caad0b94098a41de8033ad43f85
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/ahci-test.c
    M tests/libqos/ahci.c
    M tests/libqos/ahci.h

  Log Message:
  -----------
  qtest/ahci: test different disk sectors

Test sector offset 0, 1, and the last sector(s)
in LBA28 and LBA48 modes.

Signed-off-by: John Snow <address@hidden>
Acked-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden


  Commit: 4e217074ca3f704d9a1c3bd1ebb03eb7621ab882
      
https://github.com/qemu/qemu/commit/4e217074ca3f704d9a1c3bd1ebb03eb7621ab882
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/ahci-test.c

  Log Message:
  -----------
  qtest/ahci: Add simple flush test

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: debaaa114a8877a939533ba846e64168fb287b7b
      
https://github.com/qemu/qemu/commit/debaaa114a8877a939533ba846e64168fb287b7b
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/ahci-test.c
    M tests/libqos/libqos-pc.c
    M tests/libqos/libqos-pc.h

  Log Message:
  -----------
  qtest/ahci: Allow override of default CLI options

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: 8fe941f749b2db3735abade1c298552de4eab496
      
https://github.com/qemu/qemu/commit/8fe941f749b2db3735abade1c298552de4eab496
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/ide-test.c
    M tests/libqtest.c
    M tests/libqtest.h

  Log Message:
  -----------
  libqtest: add qmp_eventwait

Allow the user to poll until a desired interrupt occurs.

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: ba4ed39346c1bdbfefd1d781b39009f90822b956
      
https://github.com/qemu/qemu/commit/ba4ed39346c1bdbfefd1d781b39009f90822b956
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/libqtest.c
    M tests/libqtest.h

  Log Message:
  -----------
  libqtest: add qmp_async

Add qmp_async, which lets us send QMP commands asynchronously.
This is useful when we want to send commands that will trigger
event responses, but we don't know in what order to expect them.

Sometimes the event responses may arrive even before the command
confirmation will show up, so it is convenient to leave the responses
in the stream.

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: 72c85e949fd162b039614d588d94393ff3e2dae3
      
https://github.com/qemu/qemu/commit/72c85e949fd162b039614d588d94393ff3e2dae3
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/ide-test.c
    M tests/libqos/libqos.c
    M tests/libqos/libqos.h

  Log Message:
  -----------
  libqos: add blkdebug_prepare_script

Pull this helper out of ide-test and into libqos,
to be shared with ahci-test.

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: cf5aa89e9d32ae39bd9df27c9b2aec03c0d240b2
      
https://github.com/qemu/qemu/commit/cf5aa89e9d32ae39bd9df27c9b2aec03c0d240b2
  Author: John Snow <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/ahci-test.c

  Log Message:
  -----------
  qtest/ahci: add flush retry test

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: c8368674980b299604e3cfe9215c4105acefa516
      
https://github.com/qemu/qemu/commit/c8368674980b299604e3cfe9215c4105acefa516
  Author: Ed Maste <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M tests/libqtest.c

  Log Message:
  -----------
  qtest: Add assertion that required environment variable is set

Signed-off-by: Ed Maste <address@hidden>
Reviewed-by: John Snow <address@hidden>
Message-id: address@hidden
Signed-off-by: John Snow <address@hidden>


  Commit: a1fe58f6ad2282399da256b8579b49b43527e486
      
https://github.com/qemu/qemu/commit/a1fe58f6ad2282399da256b8579b49b43527e486
  Author: Peter Maydell <address@hidden>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M hw/block/fdc.c
    M tests/Makefile
    M tests/ahci-test.c
    M tests/ide-test.c
    M tests/libqos/ahci.c
    M tests/libqos/ahci.h
    M tests/libqos/libqos-pc.c
    M tests/libqos/libqos-pc.h
    M tests/libqos/libqos.c
    M tests/libqos/libqos.h
    M tests/libqtest.c
    M tests/libqtest.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into 
staging

# gpg: Signature made Wed Apr 29 00:03:44 2015 BST using RSA key ID AAFC390E
# gpg: Good signature from "John Snow (John Huston) <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
#      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E

* remotes/jnsnow/tags/ide-pull-request:
  qtest: Add assertion that required environment variable is set
  qtest/ahci: add flush retry test
  libqos: add blkdebug_prepare_script
  libqtest: add qmp_async
  libqtest: add qmp_eventwait
  qtest/ahci: Allow override of default CLI options
  qtest/ahci: Add simple flush test
  qtest/ahci: test different disk sectors
  qtest/ahci: add qcow2 support to ahci-test
  fdc: remove sparc sun4m mutations

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


Compare: https://github.com/qemu/qemu/compare/52b7aba62f02...a1fe58f6ad22

reply via email to

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