index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
omap1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
hw/arm: Fix some typos in comments (most found by codespell)
Stefan Weil
1
-1
/
+1
2023-01-12
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
1
-60
/
+55
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
1
-0
/
+1
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
1
-1
/
+1
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2020-09-01
hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
Chen Qun
1
-1
/
+0
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-4
/
+4
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-8
/
+8
2020-01-07
omap-gpio: remove PROP_PTR
Marc-André Lureau
1
-1
/
+1
2020-01-07
omap-i2c: remove PROP_PTR
Marc-André Lureau
1
-1
/
+1
2020-01-07
omap-intc: remove PROP_PTR
Marc-André Lureau
1
-2
/
+2
2019-10-22
hw/arm/omap1: Create the RAM in the board
Philippe Mathieu-Daudé
1
-7
/
+5
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2018-06-26
hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-6
/
+12
2018-06-01
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-04
hw/arm: Don't fail qtest due to missing SD card in -nodefaults mode
Thomas Huth
1
-4
/
+4
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-3
/
+3
2018-02-06
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-2
/
+3
2018-01-22
Fixes after renaming __FUNCTION__ to __func__
Alistair Francis
1
-5
/
+3
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
1
-21
/
+21
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-5
/
+2
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
1
-4
/
+0
2017-09-01
arm: replace cpu_arm_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
1
-2
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-4
/
+6
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+2
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-8
/
+9
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-18
hw/arm: Clean up includes
Peter Maydell
1
-0
/
+1
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-1
/
+1
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-20
/
+10
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
1
-4
/
+2
2015-04-08
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
1
-3
/
+4
2015-03-19
omap: Fix warnings from Sparse
Stefan Weil
1
-21
/
+44
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+3
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-2
/
+4
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
1
-7
/
+7
2014-05-13
hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REG
Peter Maydell
1
-2
/
+2
2014-03-10
hw/arm/omap1.c: Avoid shifting left into sign bit
Peter Maydell
1
-10
/
+14
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-24
/
+24
[next]