Sign in
qemu-android
/
qemu-android
/
f8e378f27f2a8b99bf9be0a9168ba0ea19eeb740
/
hw
/
etraxfs.c
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 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
77d4f95
cris: Break out image loading to hw/cris-boot.c.
by Edgar E. Iglesias
· 15 years ago
5f9fc5a
Compile pflash_cfi02 only once
by Blue Swirl
· 15 years ago
409dbce
load_elf: replace the address addend by a translation function
by Aurelien Jarno
· 15 years ago
3c178e7
rom loader: fix sparc -kernel boot.
by Gerd Hoffmann
· 15 years ago
e23a1b3
New qdev_init_nofail()
by Markus Armbruster
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 16 years ago
99a0949
Get rid of _t suffix
by malc
· 16 years ago
ca20cf3
Compile loader only once
by Blue Swirl
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
ee6847d
qdev: rework device properties.
by Gerd Hoffmann
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
ba49431
etrax: Don't pass CPUState to peripherals.
by Edgar E. Iglesias
· 16 years ago
562183d
ETRAX: Correct PIC creation for the bare FS board.
by Edgar E. Iglesias
· 16 years ago
067a3dd
Remove qdev irq sink handling
by Paul Brook
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
0c25743
Introduce is_default field for QEMUMachine
by Anthony Liguori
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
fd6dc90
cris: First shot at qdev for CRIS interrupts.
by Edgar E. Iglesias
· 16 years ago
678fdca
etrax: Remove unused eth irq line.
by Edgar E. Iglesias
· 16 years ago
3b1fd90
ETRAX-TIMER: qdevify.
by Edgar E. Iglesias
· 16 years ago
4b81698
ETRAX-SER: qdevify.
by Edgar E. Iglesias
· 16 years ago
73cfd29
ETRAX: Simplify PIC interface.
by Edgar E. Iglesias
· 16 years ago
d33fd9d
ETRAX: Correct passing of kernel command line.
by Edgar E. Iglesias
· 16 years ago
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
190cd02
Remove redundant ram_require machine properly.
by pbrook
· 16 years ago
dcac967
Use load_image_targphys and avoid phys_ram_base.
by pbrook
· 16 years ago
3023f332
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
0ae18ce
Check NIC model in some NIC init functions (Mark McLoughlin)
by aliguori
· 16 years ago
94410b7
ETRAX: Let the ethernet PHY report the current link-state.
by edgar_igl
· 16 years ago
c1e1a49
ETRAX: Always provide a valid net model.
by edgar_igl
· 16 years ago
de55306
ETRAX: No need to mask off the I flag twice at reset.
by edgar_igl
· 16 years ago
9eee9a5
ETRAX-FS: Fix a segfault if pflash drive not found.
by edgar_igl
· 16 years ago
3d878ca
Set default max_cpus to one.
by balrog
· 16 years ago
f5a5cca
ETRAX-FS: Add support for passing kernel command lines
by edgar_igl
· 16 years ago
8ab9444
ETRAX-FS: Correct booting of elf linux images from ram.
by edgar_igl
· 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
980f8a0
CRIS: Mask off the cache selection bit after MMU translations.
by edgar_igl
· 17 years ago
b3c7724
Move CPU save/load registration to common code.
by pbrook
· 17 years ago
877d8ad
CRIS: Add (untested) cpu-state save/load.
by edgar_igl
· 17 years ago
5ef98b4
ETRAX: Add NMI support to the watchdog and the interrupt controller.
by edgar_igl
· 17 years ago
fa1bdde
ETRAX machine updates.
by edgar_igl
· 17 years ago
5439779
ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.
by edgar_igl
· 17 years ago
3ce7a69
ETRAX: Correct check for second nic.
by edgar_igl
· 17 years ago
4eeed60
ETRAX: Connect both ethernet controllers.
by edgar_igl
· 17 years ago
4831801
Update the etrax machine.
by edgar_igl
· 17 years ago
b01cde7
ETRAX-FS board: Add more flash and internal memory. Select interrupt nr for the
by edgar_igl
· 17 years ago
00f82b8
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
7fb4fdc
RAM usage information in machine definition.
by balrog
· 17 years ago
0387544
Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready.
by aurel32
· 17 years ago
967032c
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
ca87d03
Made the etrax timers and serial-ports base address relocatable. Use target_phys_addr_t instead of target_ulong.
by edgar_igl
· 17 years ago
e62b5b1
* Add a model of the ETRAX interrupt controller.
by edgar_igl
· 17 years ago
b881c2c
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
by blueswir1
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
aaed909
added cpu_model parameter to cpu_init()
by bellard
· 17 years ago
6ac0e82
Set boot sequence from command line (Dan Kenigsberg).
by balrog
· 17 years ago
83fa101
EtraxFS board support, by Edgar E. Iglesias.
by ths
· 17 years ago