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
/
stellaris.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-8
/
+8
2012-10-20
create struct for machine initialization arguments
Eduardo Habkost
1
-8
/
+6
2012-10-10
stellaris: Removed SSI mux
Peter A. G. Crosthwaite
1
-78
/
+16
2012-10-10
ssi: Implemented CS behaviour
Peter A. G. Crosthwaite
1
-3
/
+4
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
-20
/
+24
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-6
/
+42
2012-01-27
ssi: convert to QEMU Object Model
Anthony Liguori
1
-5
/
+12
2011-12-16
stellaris: Calculate system clock period on reset
Peter Maydell
1
-0
/
+1
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-3
/
+3
2011-11-24
stellaris: convert gptm to memory API
Benoît Canet
1
-17
/
+12
2011-11-24
stellaris: convert adc to memory API
Benoît Canet
1
-18
/
+12
2011-11-24
stellaris: convert i2c to memory API
Benoît Canet
1
-17
/
+11
2011-11-24
stellaris: convert sys to memory API
Benoît Canet
1
-17
/
+11
2011-09-04
armv7m: convert to memory API
Avi Kivity
1
-1
/
+4
2011-08-25
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
1
-4
/
+1
2011-08-24
armv7m: convert to memory API
Avi Kivity
1
-1
/
+4
2011-08-21
Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging
Anthony Liguori
1
-4
/
+68
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-08-17
hw/stellaris: Add support for RCC2 register
Engin AYDOGAN
1
-4
/
+68
2011-07-23
Correct spelling of licensed
Matthew Fernandez
1
-1
/
+1
2011-07-23
net: Consistently use qemu_macaddr_default_if_unset
Jan Kiszka
1
-1
/
+1
2011-04-22
vmstate: stellaris use unused for placeholder entries
Juan Quintela
1
-2
/
+1
2011-04-22
vmstate: port stellaris_adc
Juan Quintela
1
-55
/
+34
2011-04-22
vmstate: port stellaris gptm
Juan Quintela
1
-60
/
+24
2011-04-22
vmstate: port stellaris sys
Juan Quintela
1
-46
/
+25
2011-04-22
vmstate: port stellaris ssi bus
Juan Quintela
1
-20
/
+11
2011-04-22
vmstate: port stellaris i2c
Juan Quintela
1
-32
/
+17
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-3
/
+3
2011-03-06
hw/pl061.c: Implement ARM PL061 as well as Luminary one
Peter Maydell
1
-1
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-4
/
+8
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-5
/
+6
2010-04-25
arm: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-1
/
+1
2009-10-27
stellaris_enet: use qdev properties for configuration.
Gerd Hoffmann
1
-1
/
+1
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-10
/
+10
2009-10-01
Get rid of _t suffix
malc
1
-10
/
+10
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-1
/
+1
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-7
/
+12
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-8
/
+8
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-1
/
+1
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-4
/
+4
2009-06-11
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
1
-2
/
+3
2009-06-03
Stellaris qdev conversion
Paul Brook
1
-27
/
+48
2009-06-02
Implement multiple samplers on stellaris ADC
Paul Brook
1
-19
/
+31
2009-05-23
Add common BusState
Paul Brook
1
-7
/
+5
2009-05-21
Convert machine registration to use module init functions
Anthony Liguori
1
-2
/
+10
2009-05-14
Stellaris SSI qdev conversion
Paul Brook
1
-33
/
+35
2009-05-14
Stellaris I2C qdev conversion
Paul Brook
1
-7
/
+18
[next]