summaryrefslogtreecommitdiff
path: root/hw/mips/mips_fulong2e.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-07-28hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno1-6/+9
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini1-2/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+1
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau1-1/+1
2016-01-23mips: Clean up includesPeter Maydell1-0/+1
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini1-12/+1
2015-04-30target-mips: fix memory leakGonglei1-0/+1
2015-03-25mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller1-2/+1
2015-02-24parallel: Factor out common parallel_hds_isa_init()Markus Armbruster1-4/+1
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster1-6/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+3
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini1-14/+14
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-05-07hw/mips: Add missing 'static' and 'const' attributesStefan Weil1-1/+1
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-1/+1
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-08-08mips: revert commit b332d24a8e1290954029814d09156b06ede358e2Aurelien Jarno1-1/+3
2013-07-30mips_fulong2e: Silence BIOS loading warning for qtestAndreas Färber1-1/+3
2013-07-29hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan1-1/+1
2013-07-25mips: degrade BIOS error to warningPaolo Bonzini1-2/+1
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-3/+3
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-3/+3
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-11/+11
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+411