Sign in
qemu
/
qemu
/
ad739706bbadee49f164b4b7f4c7f5454ddf83cd
/
hw
/
arm
/
strongarm.c
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
4771d75
hw: explicitly include qemu-common.h and cpu.h
by Paolo Bonzini
· 9 years ago
8fd0671
ssi: Move ssi.h into a separate directory
by Alistair Francis
· 9 years ago
12b1672
hw/arm: Clean up includes
by Peter Maydell
· 9 years ago
b45c03f
arm: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 9 years ago
786a4ea
Convert (ffs(val) - 1) to ctz32(val)
by Stefan Hajnoczi
· 10 years ago
c8623c0
arm: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory
by Dirk Müller
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
ed657d7
hw/arm/strongarm: Wire up missing GPIO and PPC vmstate
by Peter Maydell
· 10 years ago
92335a0
hw/arm/strongarm: Fix handling of GPSR/GPCR reads
by Peter Maydell
· 10 years ago
8f1e884
savevm: Remove all the unneeded version_minimum_id_old (arm)
by Juan Quintela
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
884f17c
aio / timers: Convert rtc_clock to be a QEMUClockType
by Alex Bligh
· 11 years ago
4f071cf
hw/arm/strongarm: Don't use arm_pic_init_cpu()
by Peter Maydell
· 11 years ago
0ca8187
strongarm: QOM cast cleanup for StrongARMSSPState
by Andreas Färber
· 11 years ago
fff3af9
strongarm: QOM cast cleanup for StrongARMUARTState
by Andreas Färber
· 11 years ago
c71e673
strongarm: QOM cast cleanup for StrongARMPPCInfo
by Andreas Färber
· 11 years ago
f55beb8
strongarm: QOM cast cleanup for StrongARMGPIOInfo
by Andreas Färber
· 11 years ago
4e00210
strongarm: QOM cast cleanup for StrongARMRTCState
by Andreas Färber
· 11 years ago
74e075f
strongarm: QOM cast cleanup for StrongARMPICState
by Andreas Färber
· 11 years ago
64bde0f
hw/a*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
bd2be15
arm: fix location of some include files
by Peter Maydell
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
aacf889
hw: move last file to hw/arm/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/strongarm.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
1356b98
sysbus: Drop sysbus_from_qdev() cast macro
by Andreas Färber
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4bd7466
arm_pic: Pass ARMCPU to arm_pic_init_cpu()
by Andreas Färber
· 13 years ago
8bf502e
strongarm: Use cpu_arm_init() to store ARMCPU in StrongARMState
by Andreas Färber
· 13 years ago
348abc8
arm: switch real-time clocks to rtc_clock
by Paolo Bonzini
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
eb2fefb
strongarm: convert to memory API
by Avi Kivity
· 13 years ago
41084f1
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
by Anthony Liguori
· 13 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 13 years ago
5bc95aa
Implement basic part of SA-1110/SA-1100
by Dmitry Eremin-Solenikov
· 14 years ago