aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mips_r4k.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-2/+4
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-10/+11
2011-09-25mips_r4k: initialize i8259 after the ISA busAvi Kivity1-1/+1
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson1-1/+1
2011-09-18mips_r4k: convert to memory APIAvi Kivity1-24/+15
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-6/+7
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-12/+8
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-8/+12
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
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