qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 2585c6: hw/ide/ahci: Move allwinner code into


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 2585c6: hw/ide/ahci: Move allwinner code into a separate f...
Date: Thu, 02 Nov 2017 04:11:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2585c67983d726da98fbfb8b742d722c39f885cf
      
https://github.com/qemu/qemu/commit/2585c67983d726da98fbfb8b742d722c39f885cf
  Author: Thomas Huth <address@hidden>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M hw/ide/Makefile.objs
    A hw/ide/ahci-allwinner.c
    M hw/ide/ahci.c

  Log Message:
  -----------
  hw/ide/ahci: Move allwinner code into a separate file

The allwinner code is only needed for the allwinner board (for which
we also have a separate CONFIG_ALLWINNER_A10 config switch), so it
does not make sense that we compile this for all the other boards
that need AHCI, too. Let's move it to a separate file that is only
compiled when CONFIG_ALLWINNER_A10 is set.

Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden
Signed-off-by: John Snow <address@hidden>


  Commit: 96f43c2b0a663f4789b51ed97297163321e7ba5e
      
https://github.com/qemu/qemu/commit/96f43c2b0a663f4789b51ed97297163321e7ba5e
  Author: Daniel P. Berrange <address@hidden>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M hw/ide/core.c

  Log Message:
  -----------
  ide: avoid referencing NULL dev in rotational rate setting

The 'dev' variable can be NULL when the guest OS calls identify on an IDE
unit that does not have a drive attached to it.

Signed-off-by: Daniel P. Berrange <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden
Signed-off-by: John Snow <address@hidden>


  Commit: 8a8c493942048b466efa38d72405f33366c55f3f
      
https://github.com/qemu/qemu/commit/8a8c493942048b466efa38d72405f33366c55f3f
  Author: Peter Maydell <address@hidden>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M hw/ide/Makefile.objs
    A hw/ide/ahci-allwinner.c
    M hw/ide/ahci.c
    M hw/ide/core.c

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

# gpg: Signature made Tue 31 Oct 2017 23:01:18 GMT
# gpg:                using RSA key 0x7DEF8106AAFC390E
# gpg: Good signature from "John Snow (John Huston) <address@hidden>"
# 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:
  ide: avoid referencing NULL dev in rotational rate setting
  hw/ide/ahci: Move allwinner code into a separate file

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


Compare: https://github.com/qemu/qemu/compare/47ba789c97c8...8a8c49394204

reply via email to

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