summaryrefslogtreecommitdiffstats
path: root/hw/sd/pl181.c
Commit message (Collapse)AuthorAgeFilesLines
* pl181: QOM cast cleanupAndreas Färber2013-07-291-9/+14
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* pl181: Rename pl181_state to PL181StateAndreas Färber2013-07-291-28/+28
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* sd/pl181.c: Avoid undefined shift behaviour in RWORD macroPeter Maydell2013-07-151-1/+1
| | | | | | | | | | Add a cast to avoid potentially shifting into the sign bit of a signed value, which is undefined behaviour in C. (Detected with clang's -fsanitize=undefined.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1372341831-4264-1-git-send-email-peter.maydell@linaro.org
* hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* sd: pass bool parameter for sd_initliguang2013-06-211-1/+1
| | | | | Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+515
This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud