[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] a18eac: hw/timer: QOM'ify lm32_timer
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] a18eac: hw/timer: QOM'ify lm32_timer |
Date: |
Mon, 20 Jun 2016 11:00:04 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: a18eac523a772adc7a7cc994c738d43342afe467
https://github.com/qemu/qemu/commit/a18eac523a772adc7a7cc994c738d43342afe467
Author: xiaoqiang zhao <address@hidden>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M hw/timer/lm32_timer.c
Log Message:
-----------
hw/timer: QOM'ify lm32_timer
* split the old SysBus init function into an instance_init
and a Device realize function
* use DeviceClass::realize instead of SysBusDeviceClass::init
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: xiaoqiang zhao <address@hidden>
Acked-by: Michael Walle <address@hidden>
Tested-by: Michael Walle <address@hidden>
Signed-off-by: Michael Walle <address@hidden>
Commit: 596ca933868d2a9b085a8315b5c59b8e9c4df1fd
https://github.com/qemu/qemu/commit/596ca933868d2a9b085a8315b5c59b8e9c4df1fd
Author: xiaoqiang zhao <address@hidden>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M hw/timer/milkymist-sysctl.c
Log Message:
-----------
hw/timer: QOM'ify milkymist_sysctl
* split the old SysBus init function into an instance_init
and a Device realize function
* use DeviceClass::realize instead of SysBusDeviceClass::init
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: xiaoqiang zhao <address@hidden>
Acked-by: Michael Walle <address@hidden>
Tested-by: Michael Walle <address@hidden>
Signed-off-by: Michael Walle <address@hidden>
Commit: cf79c64d582c0d75da0b0a540840e2931f647f01
https://github.com/qemu/qemu/commit/cf79c64d582c0d75da0b0a540840e2931f647f01
Author: xiaoqiang zhao <address@hidden>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M hw/display/milkymist-tmu2.c
Log Message:
-----------
hw/display: QOM'ify milkymist-tmu2.c
* Drop the old SysBus init function and use instance_init
* Move tmu2_glx_init into realize stage
Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Acked-by: Michael Walle <address@hidden>
Tested-by: Michael Walle <address@hidden>
Signed-off-by: Michael Walle <address@hidden>
Commit: 165b244b98923ad94898a693f08d77423176080c
https://github.com/qemu/qemu/commit/165b244b98923ad94898a693f08d77423176080c
Author: xiaoqiang zhao <address@hidden>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M hw/display/milkymist-vgafb.c
Log Message:
-----------
hw/display: QOM'ify milkymist-vgafb.c
* Drop the old SysBus init function and use instance_init
* Move graphic_console_init into realize stage
Signed-off-by: xiaoqiang zhao <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Acked-by: Michael Walle <address@hidden>
Tested-by: Michael Walle <address@hidden>
Signed-off-by: Michael Walle <address@hidden>
Commit: 5e502d31db1d6759baa36f765775294a2b16991e
https://github.com/qemu/qemu/commit/5e502d31db1d6759baa36f765775294a2b16991e
Author: xiaoqiang zhao <address@hidden>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M hw/intc/lm32_pic.c
Log Message:
-----------
hw/intc: QOM'ify lm32_pic.c
Drop the old SysBus init function and use instance_init
Signed-off-by: xiaoqiang zhao <address@hidden>
Acked-by: Michael Walle <address@hidden>
Tested-by: Michael Walle <address@hidden>
Signed-off-by: Michael Walle <address@hidden>
Commit: 6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b
https://github.com/qemu/qemu/commit/6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b
Author: Michael Walle <address@hidden>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M hw/audio/milkymist-ac97.c
M hw/char/milkymist-uart.c
M hw/display/milkymist-tmu2.c
M hw/display/milkymist-vgafb.c
M hw/misc/milkymist-hpdmc.c
M hw/misc/milkymist-pfpu.c
M hw/sd/milkymist-memcard.c
M hw/timer/milkymist-sysctl.c
Log Message:
-----------
milkymist: update specification URLs
The old milkymist.org domain just forwards to mm-labs.hk nowadays. I've
created a mirror of the documents.
Signed-off-by: Michael Walle <address@hidden>
Commit: 7e13ea57f47710de2c19f22b27b34ab9fb045700
https://github.com/qemu/qemu/commit/7e13ea57f47710de2c19f22b27b34ab9fb045700
Author: Peter Maydell <address@hidden>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M hw/audio/milkymist-ac97.c
M hw/char/milkymist-uart.c
M hw/display/milkymist-tmu2.c
M hw/display/milkymist-vgafb.c
M hw/intc/lm32_pic.c
M hw/misc/milkymist-hpdmc.c
M hw/misc/milkymist-pfpu.c
M hw/sd/milkymist-memcard.c
M hw/timer/lm32_timer.c
M hw/timer/milkymist-sysctl.c
Log Message:
-----------
Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20160620' into
staging
lm32/milkymist: some qomifying
# gpg: Signature made Mon 20 Jun 2016 17:27:53 BST
# gpg: using RSA key 0xB458ABB0D8D378E3
# gpg: Good signature from "Michael Walle <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 2190 3E48 4537 A7C2 90CE 3EB2 B458 ABB0 D8D3 78E3
* remotes/mwalle/tags/lm32-queue/20160620:
milkymist: update specification URLs
hw/intc: QOM'ify lm32_pic.c
hw/display: QOM'ify milkymist-vgafb.c
hw/display: QOM'ify milkymist-tmu2.c
hw/timer: QOM'ify milkymist_sysctl
hw/timer: QOM'ify lm32_timer
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/7fa124b273ac...7e13ea57f477
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] a18eac: hw/timer: QOM'ify lm32_timer,
GitHub <=