index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
etraxfs.c
Age
Commit message (
Expand
)
Author
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
2009-01-13
Check NIC model in some NIC init functions (Mark McLoughlin)
aliguori
2009-01-09
ETRAX: Let the ethernet PHY report the current link-state.
edgar_igl
2009-01-07
ETRAX: Always provide a valid net model.
edgar_igl
2009-01-07
ETRAX: No need to mask off the I flag twice at reset.
edgar_igl
2008-11-13
ETRAX-FS: Fix a segfault if pflash drive not found.
edgar_igl
2008-10-28
Set default max_cpus to one.
balrog
2008-10-22
ETRAX-FS: Add support for passing kernel command lines
edgar_igl
2008-10-22
ETRAX-FS: Correct booting of elf linux images from ram.
edgar_igl
2008-10-07
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
aliguori
2008-10-07
machine struct - use C99 initializers (Jes Sorensen)
aliguori
2008-09-05
CRIS: Mask off the cache selection bit after MMU translations.
edgar_igl
2008-06-30
Move CPU save/load registration to common code.
pbrook
2008-06-09
CRIS: Add (untested) cpu-state save/load.
edgar_igl
2008-06-09
ETRAX: Add NMI support to the watchdog and the interrupt controller.
edgar_igl
2008-06-06
ETRAX machine updates.
edgar_igl
2008-05-27
ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.
edgar_igl
2008-05-24
ETRAX: Correct check for second nic.
edgar_igl
2008-05-18
ETRAX: Connect both ethernet controllers.
edgar_igl
2008-05-11
Update the etrax machine.
edgar_igl
2008-05-02
ETRAX-FS board: Add more flash and internal memory. Select interrupt nr for the
edgar_igl
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
2008-04-24
RAM usage information in machine definition.
balrog
2008-04-22
Revert "Use correct types to enable > 2G support" (r4238), it is
aurel32
2008-04-22
Use correct types to enable > 2G support, based on a patch from
aurel32
2008-03-14
Made the etrax timers and serial-ports base address relocatable. Use target_p...
edgar_igl
2008-03-14
* Add a model of the ETRAX interrupt controller.
edgar_igl
2007-11-18
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
blueswir1
2007-11-17
Break up vl.h.
pbrook
2007-11-10
added cpu_model parameter to cpu_init()
bellard
2007-10-31
Set boot sequence from command line (Dan Kenigsberg).
balrog
2007-10-08
EtraxFS board support, by Edgar E. Iglesias.
ths