aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mips_r4k.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-9/+1
2011-02-20i8254: convert to qdevBlue Swirl1-2/+2
2010-12-11isa_mmio: Always use little endianAlexander Graf1-5/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-10-13Delete write only variablesBlue Swirl1-2/+1
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-3/+3
2010-06-13hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka1-1/+1
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata1-1/+2
2010-03-29Compile pflash_cfi01 only onceBlue Swirl1-2/+9
2010-03-27Compile some MIPS devices only onceBlue Swirl1-0/+1
2010-03-21Compile isa_mmio only onceBlue Swirl1-1/+5
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-10/+7
2009-11-15mips_r4k: fix resetAurelien Jarno1-12/+15
2009-11-14mips: fix CPU resetAurelien Jarno1-8/+17
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-1/+1
2009-10-05serial: convert isa to qdevGerd Hoffmann1-5/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-20Compile loader only onceBlue Swirl1-1/+9
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann1-1/+1
2009-09-10qdev/isa: convert real time clockGerd Hoffmann1-1/+1
2009-09-10qdev/isa: finish pckbd conversionGerd Hoffmann1-1/+3
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann1-1/+1
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-3/+2
2009-08-27ide: split away ide-isa.cGerd Hoffmann1-0/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-27kill drives_tableGerd Hoffmann1-8/+5
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-30Use relative path for biosPaul Brook1-5/+12
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-19Remove obsolete BIOS_SIZE from sysemu.hPaul Brook1-6/+1
2009-05-13Remove vga_ram_sizePaul Brook1-2/+2
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-10More phys_ram_base elimination.pbrook1-13/+12
2009-04-10Clean up VGA ram allocation.pbrook1-4/+1
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-12/+19
2009-03-28Remove nodisk_ok machine feature (Jan Kiszka)aliguori1-1/+0
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel321-1/+1
2009-01-24mips: limit RAM size to 256MB on malta and qemu boardsaurel321-0/+6
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-14/+2
2009-01-09mips, ppc: make sure nd->model is always definedaurel321-2/+4
2008-10-28Set default max_cpus to one.balrog1-1/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-04Use qemu-log.hblueswir11-2/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-4/+5
2008-09-14MIPS: remove empty cpu_mips_irqctrl_init()aurel321-1/+0