summaryrefslogtreecommitdiffstats
path: root/hw/mcf5208.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-306/+0
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-5/+5
* mcf_intc: Pass M68kCPU to mcf_intc_init()Andreas Färber2013-02-161-4/+7
* Make default boot order machine specificAvik Sil2013-01-151-0/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-5/+5
* create struct for machine initialization argumentsEduardo Habkost2012-10-201-4/+4
* net: Remove VLANStateStefan Hajnoczi2012-08-011-1/+1
* m68k hw/: Don't use CPUStateAndreas Färber2012-03-141-1/+1
* ptimer: move declarations to ptimer.hPaolo Bonzini2012-01-131-0/+1
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-2/+4
* mcf_intc: convert to memory APIBenoît Canet2011-11-281-1/+1
* mcf_fec: convert to memory APIBenoît Canet2011-11-281-1/+2
* mcf_uart: convert to memory APIBenoît Canet2011-11-281-3/+3
* mcf5208: convert to memory APIAvi Kivity2011-09-041-40/+32
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-32/+40
* mcf5208: convert to memory APIAvi Kivity2011-08-251-40/+32
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+4
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-2/+2
* load_elf: replace the address addend by a translation functionAurelien Jarno2010-03-161-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* Compile loader only onceBlue Swirl2009-09-201-2/+5
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-8/+4
* Remove redundant ram_require machine properly.pbrook2009-04-111-1/+0
* Use load_image_targphys and avoid phys_ram_base.pbrook2009-04-091-3/+4
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-1/+1
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-12/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-50/+45
* uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori2008-11-201-1/+1
* uImage: return base load address (Hollis Blanchard)aliguori2008-11-201-1/+1
* Set default max_cpus to one.balrog2008-10-281-1/+0
* 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
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* RAM usage information in machine definition.balrog2008-04-241-0/+1
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+1
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-1/+0
* Break up vl.h.pbrook2007-11-171-1/+6
OpenPOWER on IntegriCloud