qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 19298e: hw/sm501: Use correct setter for sysb


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 19298e: hw/sm501: Use correct setter for sysbus-ohci dma-a...
Date: Sat, 20 Apr 2013 11:30:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 19298eca060036c3697b0fd9ae77a3ba715cc9c5
      
https://github.com/qemu/qemu/commit/19298eca060036c3697b0fd9ae77a3ba715cc9c5
  Author: Peter Maydell <address@hidden>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M hw/display/sm501.c

  Log Message:
  -----------
  hw/sm501: Use correct setter for sysbus-ohci dma-address property

The sysbus-ohci dma-address property is declared as a HEX64
property, not a TADDR, so use the correct setter for it.

Signed-off-by: Peter Maydell <address@hidden>
Acked-by: Andreas Färber <address@hidden>
Tested-by: Aurelien Jarno <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 21e5181f9552e3a876b488c77dc5cfeccff66414
      
https://github.com/qemu/qemu/commit/21e5181f9552e3a876b488c77dc5cfeccff66414
  Author: Peter Maydell <address@hidden>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M hw/block/fdc.c
    M hw/core/Makefile.objs
    R hw/core/qdev-addr.c
    M hw/display/sm501.c
    M hw/display/tcx.c
    M hw/dma/xilinx_axidma.c
    M hw/lm32/milkymist-hw.h
    M hw/net/milkymist-minimac2.c
    M hw/sparc/sun4m.c
    R include/hw/qdev-addr.h

  Log Message:
  -----------
  qdev: Drop taddr properties

Drop all the infrastructure for taddr properties (ie ones which
are 'hwaddr' sized). These are now unused, and any further desired
use would be rather questionable since device properties shouldn't
generally depend on a type that is conceptually variable based on
the target CPU. 32 or 64 bit integer properties should be used instead
as appropriate for the specific device.

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


Compare: https://github.com/qemu/qemu/compare/f4374c82b158...21e5181f9552

reply via email to

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