summaryrefslogtreecommitdiffstats
path: root/hw/etraxfs.c
Commit message (Expand)AuthorAgeFilesLines
* etrax: Remove hw/etraxfs.c.Edgar E. Iglesias2011-08-091-159/+0Star
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0Star
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-3/+3
* cris: Break out image loading to hw/cris-boot.c.Edgar E. Iglesias2010-06-101-41/+14Star
* Compile pflash_cfi02 only onceBlue Swirl2010-03-291-1/+1
* load_elf: replace the address addend by a translation functionAurelien Jarno2010-03-161-1/+6
* rom loader: fix sparc -kernel boot.Gerd Hoffmann2009-10-121-1/+1
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* Compile loader only onceBlue Swirl2009-09-201-1/+3
* kill drives_tableGerd Hoffmann2009-07-271-2/+3
* qdev: rework device properties.Gerd Hoffmann2009-07-171-1/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias2009-06-151-3/+3
* ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias2009-06-111-2/+7
* Remove qdev irq sink handlingPaul Brook2009-05-261-3/+3
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-221-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* cris: First shot at qdev for CRIS interrupts.Edgar E. Iglesias2009-05-181-3/+12
* etrax: Remove unused eth irq line.Edgar E. Iglesias2009-05-181-3/+2Star
* ETRAX-TIMER: qdevify.Edgar E. Iglesias2009-05-161-2/+3
* ETRAX-SER: qdevify.Edgar E. Iglesias2009-05-161-12/+6Star
* ETRAX: Simplify PIC interface.Edgar E. Iglesias2009-05-161-8/+10
* ETRAX: Correct passing of kernel command line.Edgar E. Iglesias2009-05-151-2/+2
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Remove redundant ram_require machine properly.pbrook2009-04-111-1/+0Star
* Use load_image_targphys and avoid phys_ram_base.pbrook2009-04-091-1/+2
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-1/+1
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-4/+1Star
* ETRAX: Let the ethernet PHY report the current link-state.edgar_igl2009-01-091-2/+3
* ETRAX: Always provide a valid net model.edgar_igl2009-01-071-1/+4
* ETRAX: No need to mask off the I flag twice at reset.edgar_igl2009-01-071-1/+0Star
* ETRAX-FS: Fix a segfault if pflash drive not found.edgar_igl2008-11-131-1/+1
* Set default max_cpus to one.balrog2008-10-281-1/+0Star
* ETRAX-FS: Add support for passing kernel command linesedgar_igl2008-10-221-2/+15
* ETRAX-FS: Correct booting of elf linux images from ram.edgar_igl2008-10-221-3/+2Star
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+1
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-4/+4
* CRIS: Mask off the cache selection bit after MMU translations.edgar_igl2008-09-051-17/+8Star
* Move CPU save/load registration to common code.pbrook2008-06-301-1/+0Star
* CRIS: Add (untested) cpu-state save/load.edgar_igl2008-06-101-1/+1
* ETRAX: Add NMI support to the watchdog and the interrupt controller.edgar_igl2008-06-101-17/+8Star
* ETRAX machine updates.edgar_igl2008-06-061-16/+12Star
* ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.edgar_igl2008-05-271-57/+55Star
* ETRAX: Correct check for second nic.edgar_igl2008-05-241-1/+1
* ETRAX: Connect both ethernet controllers.edgar_igl2008-05-181-5/+11
* Update the etrax machine.edgar_igl2008-05-111-19/+42