qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b229a5: hw/misc: QOM'ify eccmemctl.c


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b229a5: hw/misc: QOM'ify eccmemctl.c
Date: Fri, 02 Jun 2017 08:35:29 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b229a5765bc0973102ca9908ecc95bff4918f0c1
      
https://github.com/qemu/qemu/commit/b229a5765bc0973102ca9908ecc95bff4918f0c1
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/misc/eccmemctl.c

  Log Message:
  -----------
  hw/misc: QOM'ify eccmemctl.c

* Split the old SysBus init into an instance_init and a
  DeviceClass::realize function
* Drop the old SysBus init function and use instance_init

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: 8c612079e08f47965c5e567a114c24b7970fd639
      
https://github.com/qemu/qemu/commit/8c612079e08f47965c5e567a114c24b7970fd639
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/dma/sparc32_dma.c

  Log Message:
  -----------
  hw/dma: QOM'ify sparc32_dma.c

Drop the old SysBus init function and use instance_init
and an realize function

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: 1c958ad300cf6d6800ca7b25dc23847926f0c191
      
https://github.com/qemu/qemu/commit/1c958ad300cf6d6800ca7b25dc23847926f0c191
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/dma/sun4m_iommu.c

  Log Message:
  -----------
  hw/dma: QOM'ify sun4m_iommu.c

Drop the old SysBus init function and use instance_init

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: 46eedc0e69453c4aa7409d8fdd0e92f8c5dc64c3
      
https://github.com/qemu/qemu/commit/46eedc0e69453c4aa7409d8fdd0e92f8c5dc64c3
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/misc/slavio_misc.c

  Log Message:
  -----------
  hw/misc: QOM'ify slavio_misc.c

Drop the old SysBus init function and use instance_init

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: c04e34a9823f8d2ff19ed2b9b3128c8b3e498c01
      
https://github.com/qemu/qemu/commit/c04e34a9823f8d2ff19ed2b9b3128c8b3e498c01
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/timer/m48t59.c

  Log Message:
  -----------
  hw/timer: QOM'ify m48txx_sysbus

* split the old SysBus init function into an instance_init
  and a Device realize function
* use DeviceClass::realize instead of SysBusDeviceClass::init
* assign DeviceClass::vmsd instead of using vmstate_register function

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: 4410b94cce207c6ee93541cae78b38f64a39f5eb
      
https://github.com/qemu/qemu/commit/4410b94cce207c6ee93541cae78b38f64a39f5eb
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/timer/slavio_timer.c

  Log Message:
  -----------
  hw/timer: QOM'ify slavio_timer

rename slavio_timer_init1 to slavio_timer_init and assign
it to slavio_timer_info.instance_init, then we drop the
SysBusDeviceClass::init

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: dc8b6dd98458ffc6d93b110ab7406301e911c6db
      
https://github.com/qemu/qemu/commit/dc8b6dd98458ffc6d93b110ab7406301e911c6db
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/sparc/sun4m.c

  Log Message:
  -----------
  hw/sparc: QOM'ify sun4m.c

Drop the old SysBusDeviceClass::init and use instance_init
or DeviceClass::realize instead

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: 78fb261db18d3e12f68304c0d91a85e0a3bbc757
      
https://github.com/qemu/qemu/commit/78fb261db18d3e12f68304c0d91a85e0a3bbc757
  Author: xiaoqiang zhao <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/sparc64/sun4u.c

  Log Message:
  -----------
  hw/sparc64: QOM'ify sun4u.c

Drop the old SysBusDeviceClass::init and use instance_init
or DeviceClass::realize instead

Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: 1448228af3f44f3f83870777af884b507011a519
      
https://github.com/qemu/qemu/commit/1448228af3f44f3f83870777af884b507011a519
  Author: Peter Maydell <address@hidden>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M hw/dma/sparc32_dma.c
    M hw/dma/sun4m_iommu.c
    M hw/misc/eccmemctl.c
    M hw/misc/slavio_misc.c
    M hw/sparc/sun4m.c
    M hw/sparc64/sun4u.c
    M hw/timer/m48t59.c
    M hw/timer/slavio_timer.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into 
staging

qemu-sparc update

# gpg: Signature made Fri 02 Jun 2017 06:09:17 BST
# gpg:                using RSA key 0x5BC2C56FAE0F321F
# gpg: Good signature from "Mark Cave-Ayland <address@hidden>"
# Primary key fingerprint: CC62 1AB9 8E82 200D 915C  C9C4 5BC2 C56F AE0F 321F

* remotes/mcayland/tags/qemu-sparc-signed:
  hw/sparc64: QOM'ify sun4u.c
  hw/sparc: QOM'ify sun4m.c
  hw/timer: QOM'ify slavio_timer
  hw/timer: QOM'ify m48txx_sysbus
  hw/misc: QOM'ify slavio_misc.c
  hw/dma: QOM'ify sun4m_iommu.c
  hw/dma: QOM'ify sparc32_dma.c
  hw/misc: QOM'ify eccmemctl.c

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


Compare: https://github.com/qemu/qemu/compare/d47a851caeda...1448228af3f4

reply via email to

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