qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] c025d0: hw/audio: QOM'ify marvell_88w8618.c


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c025d0: hw/audio: QOM'ify marvell_88w8618.c
Date: Thu, 12 Jan 2017 09:30:03 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c025d0abce5ba2ea0cc6f6695c6703cb449d2b70
      
https://github.com/qemu/qemu/commit/c025d0abce5ba2ea0cc6f6695c6703cb449d2b70
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M hw/audio/marvell_88w8618.c

  Log Message:
  -----------
  hw/audio: QOM'ify marvell_88w8618.c

split the old SysBus init function into an instance_init
and Device realize function

Signed-off-by: xiaoqiang zhao <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 8becab9523f41c575e6befc07d23f1550ed5d213
      
https://github.com/qemu/qemu/commit/8becab9523f41c575e6befc07d23f1550ed5d213
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M hw/audio/pl041.c

  Log Message:
  -----------
  hw/audio: QOM'ify pl041.c

split the old SysBus init function into an instance_init
and Device realize function

Signed-off-by: xiaoqiang zhao <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 069eb7b2b8fc47c7cb52e5a4af23ea98d939e3da
      
https://github.com/qemu/qemu/commit/069eb7b2b8fc47c7cb52e5a4af23ea98d939e3da
  Author: Li Qiang <address@hidden>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M hw/audio/es1370.c

  Log Message:
  -----------
  audio: es1370: add exit function

Currently the es1370 device emulation doesn't have a exit function,
hot unplug this device will leak some memory. Add a exit function to
avoid this.

Signed-off-by: Li Qiang <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 12351a91da97b414eec8cdb09f1d9f41e535a401
      
https://github.com/qemu/qemu/commit/12351a91da97b414eec8cdb09f1d9f41e535a401
  Author: Li Qiang <address@hidden>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M hw/audio/ac97.c

  Log Message:
  -----------
  audio: ac97: add exit function

Currently the ac97 device emulation doesn't have a exit function,
hot unplug this device will leak some memory. Add a exit function to
avoid this.

Signed-off-by: Li Qiang <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 11f547e58a08ea71a8a92d3ffe1e210b4b0b709c
      
https://github.com/qemu/qemu/commit/11f547e58a08ea71a8a92d3ffe1e210b4b0b709c
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M hw/audio/es1370.c

  Log Message:
  -----------
  es1370: wire up reset via DeviceClass

Instead of using qemu_register_reset().
That way we get proper cleanup for free.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 4201e616c0fa48de99a505a6ade979f0c2c65e28
      
https://github.com/qemu/qemu/commit/4201e616c0fa48de99a505a6ade979f0c2c65e28
  Author: Peter Maydell <address@hidden>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
    M hw/audio/ac97.c
    M hw/audio/es1370.c
    M hw/audio/marvell_88w8618.c
    M hw/audio/pl041.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into 
staging

audio: qomify drivers, hotplug fixes.

# gpg: Signature made Wed 11 Jan 2017 09:32:09 GMT
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/pull-audio-20170111-1:
  es1370: wire up reset via DeviceClass
  audio: ac97: add exit function
  audio: es1370: add exit function
  hw/audio: QOM'ify pl041.c
  hw/audio: QOM'ify marvell_88w8618.c

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


Compare: https://github.com/qemu/qemu/compare/0f2d17c1a59c...4201e616c0fa

reply via email to

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