Sign in
qemu
/
qemu
/
1527badb954f2d8c17b86e2a258812def5ea3dcc
/
hw
/
arm
/
tosa.c
2059839
hw: Default -drive to if=ide explicitly where it works
by Markus Armbruster
· 8 years ago
d307c28
i2c: Allow I2C devices to NAK start events
by Corey Minyard
· 8 years ago
9e41bad
hw/i2c: Add a NULL check for i2c slave init callbacks
by Alastair D'Silva
· 8 years ago
d26a10e
hw/arm/tosa: Fix reset handling
by Guenter Roeck
· 8 years ago
7673bb4
ssi: change ssi_slave_init to be a realize ops
by Cédric Le Goater
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 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
ad1e8db
target-arm: Provide model numbers for Sharp PDAs
by Ryo ONODERA
· 9 years ago
e264d29
Use DEFINE_MACHINE() to register all machines
by Eduardo Habkost
· 10 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 11 years ago
3ef9622
machine: Conversion of QEMUMachineInitArgs to MachineState
by Marcel Apfelbaum
· 11 years ago
70b5169
tosa: QOM'ify DAC
by Andreas Färber
· 11 years ago
a5c8285
i2c: Rename i2c_bus to I2CBus
by Andreas Färber
· 12 years ago
c165473
hw: Clean up bogus default boot order
by Markus Armbruster
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
bd2be15
arm: fix location of some include files
by Peter Maydell
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
5301821
hw: move boards and other isolated files to hw/ARCH
by Paolo Bonzini
· 12 years ago
[Renamed from hw/tosa.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
e4ada29
Make default boot order machine specific
by Avik Sil
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
5f072e1
create struct for machine initialization arguments
by Eduardo Habkost
· 12 years ago
3aaa8df
arm_boot: Pass ARMCPU to arm_load_kernel()
by Andreas Färber
· 13 years ago
8efa35e
tosa: Rename PXA2xxState variable
by Andreas Färber
· 13 years ago
4382458
pxa2xx: Use cpu_arm_init() and store ARMCPU
by Andreas Färber
· 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
b5ea932
i2c: smbus: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
9e07bdf
i2c: rename i2c_slave -> I2CSlave
by Anthony Liguori
· 13 years ago
cd6c4cf
ssi: 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
04d6668
tosa: convert to memory API
by Avi Kivity
· 13 years ago
fe06bd9
tc63963xb: convert to memory API
by Avi Kivity
· 13 years ago
a6dc4c2
pxa: Pass in address_space to pxa{255, 270}_init
by Richard Henderson
· 14 years ago
124386c
spitz tosa: Simplify "drive is suitable for microdrive" test
by Markus Armbruster
· 14 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
2e4b4e7
tosa: we aren't connected to VBus, pass this info to Linux kernel
by Dmitry Eremin-Solenikov
· 14 years ago
0bb5333
pxa2xx_gpio: switch to using qdev
by Dmitry Eremin-Solenikov
· 14 years ago
383d01c
SharpSL scoop device - convert to qdev
by Dmitry Eremin-Solenikov
· 14 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
e03c22a
arm: fix arm kernel boot for non zero start addr
by Lars Munch
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
f455e98
ide: pass down DriveInfo instead of BlockDriverState
by Gerd Hoffmann
· 16 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
074f2ff
qdev: move name+size into DeviceInfo (v2)
by Gerd Hoffmann
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
a984a69
PXA SSI qdev conversion
by Paul Brook
· 16 years ago
fd1eb2e
TOSC DAC i2c qdev voncersion
by Paul Brook
· 16 years ago
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
d315152
Follow coding conventions.
by Paul Brook
· 16 years ago
bc24a22
Follow coding conventions
by Paul Brook
· 16 years ago
190cd02
Remove redundant ram_require machine properly.
by pbrook
· 16 years ago
a0b753d
Remove more redundant ram size checks.
by pbrook
· 16 years ago
f78630a
More phys_ram_base removal.
by pbrook
· 16 years ago
dfb021b
Fix tosa_dac_recv warning
by aurel32
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
64b40bc
tc6393xb: non-accelerated FB support (Dmitry Baryshkov).
by balrog
· 16 years ago
4ea29f7
Tosa: dummy lcd support (Dmitry Baryshkov).
by balrog
· 16 years ago
8666079
Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).
by balrog
· 16 years ago
5d98751
Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).
by balrog
· 16 years ago
6bc1d85
Tosa: emulate LEDs (Dmitry Baryshkov).
by balrog
· 16 years ago
3d878ca
Set default max_cpus to one.
by balrog
· 16 years ago
b209700
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
by aliguori
· 16 years ago
4b32e16
machine struct - use C99 initializers (Jes Sorensen)
by aliguori
· 16 years ago
88d2c95
TC6393XB system features (Dmitry Baryshkov).
by balrog
· 17 years ago
89cdb6a
Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.
by balrog
· 17 years ago