aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/mips_fulong2e.c
AgeCommit message (Expand)Author
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-19target/mips: Style improvements in mips_fulong2e.cAleksandar Markovic
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-17mips-fulong2e: obey -vga nonePaolo Bonzini
2019-03-11mips_fulong2e: Add on-board graphics chipBALATON Zoltan
2019-02-27i2c: Split smbus into partsCorey Minyard
2019-02-21target/mips: fulong2e: Dynamically generate SPD EEPROM dataBALATON Zoltan
2019-02-21target/mips: fulong2e: Fix bios flash sizeBALATON Zoltan
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé
2018-03-12hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()Philippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-07-28hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau
2016-01-23mips: Clean up includesPeter Maydell
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini
2015-04-30target-mips: fix memory leakGonglei
2015-03-25mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller
2015-02-24parallel: Factor out common parallel_hds_isa_init()Markus Armbruster
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao