index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm_sysctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
hw: move other devices to hw/misc/, configure with default-configs/
Paolo Bonzini
1
-649
/
+0
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-03-15
hw/arm_sysctl: Implement SYS_CFG_OSC function
Peter Maydell
1
-1
/
+56
2013-03-15
hw/arm_sysctl: Implement SYS_CFG_VOLT
Peter Maydell
1
-0
/
+26
2013-03-15
hw/arm_sysctl: Convert from qdev init to instance_init
Peter Maydell
1
-8
/
+8
2013-03-15
hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-op
Peter Maydell
1
-0
/
+8
2013-03-15
hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-op
Peter Maydell
1
-0
/
+11
2013-03-15
hw/arm_sysctl: Handle SYS_CFGCTRL in a more structured way
Peter Maydell
1
-11
/
+132
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-3
/
+3
2013-01-30
hw/arm_sysctl: Clear sysctl cfgctrl start bit
Christoffer Dall
1
-0
/
+1
2013-01-26
hw/arm_sysctl.c: Add missing 'break' statements
Peter Maydell
1
-0
/
+2
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
1
-1
/
+1
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-10-30
hw/arm_sysctl: Use LOG_GUEST_ERROR
Peter Maydell
1
-2
/
+6
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-2
/
+2
2012-02-17
hw/arm_sysctl: Drop legacy init function
Peter Maydell
1
-14
/
+2
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-8
/
+10
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-11
/
+20
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-1
/
+1
2011-11-14
hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9
Jean-Christophe DUBOIS
1
-6
/
+21
2011-08-22
arm_sysctl: convert to memory API
Avi Kivity
1
-17
/
+10
2011-08-17
versatilepb: Implement SYS_CLCD mux control register bits
Peter Maydell
1
-3
/
+46
2011-07-23
Correct spelling of licensed
Matthew Fernandez
1
-1
/
+1
2011-03-21
Merge branch 'for-anthony' of git://github.com/bonzini/qemu
Aurelien Jarno
1
-1
/
+1
2011-03-21
hw/arm_sysctl.c: Add the Versatile Express system registers
Peter Maydell
1
-1
/
+63
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-1
/
+1
2011-03-06
hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputs
Peter Maydell
1
-1
/
+46
2011-01-20
arm_sysctl: Implement save/restore
Peter Maydell
1
-0
/
+17
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2009-11-13
Realview/EB procid hacks
Paul Brook
1
-3
/
+5
2009-11-11
Fix ARM MCore secondary cpu boot
Paul Brook
1
-3
/
+13
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-2
/
+2
2009-10-01
Get rid of _t suffix
malc
1
-2
/
+2
2009-09-14
Fix Linux task preemption on Versatile board
Daniel Jacobowitz
1
-2
/
+3
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-1
/
+2
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-08-10
qdev/prop: convert arm_sysctl.c to helper macros.
Gerd Hoffmann
1
-6
/
+2
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-4
/
+16
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-05-14
ARM RealView sytem controller qdev conversion
Paul Brook
1
-6
/
+25
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2008-12-13
Remove unnecessary trailing newlines
blueswir1
1
-1
/
+0
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
1
-4
/
+0
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
1
-1
/
+1
2007-11-17
Break up vl.h.
pbrook
1
-2
/
+3
2007-11-11
ARMv7 support.
pbrook
1
-1
/
+4
[next]