summaryrefslogtreecommitdiff
path: root/hw/mips/malta.c
AgeCommit message (Expand)Author
2022-06-11hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow
2022-06-11hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow
2022-06-11hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-08hw/mips/gt64xxx_pci: Resolve gt64120_register()Bernhard Beschow
2022-03-08malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang
2021-01-04hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang
2020-12-13hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()Philippe Mathieu-Daudé
2020-12-13hw/mips/malta: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé
2020-12-13target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10mips: do not use ram_size globalPaolo Bonzini
2020-12-10mips: remove bios_namePaolo Bonzini
2020-10-17hw/mips: Remove exit(1) in case of missing ROMPavel Dovgalyuk
2020-10-17hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé
2020-10-17hw/mips/malta: Use clearer qdev stylePhilippe Mathieu-Daudé
2020-10-17hw/mips/malta: Move gt64120 related code togetherPhilippe Mathieu-Daudé
2020-10-17hw/mips/malta: Fix FPGA I/O region sizePhilippe Mathieu-Daudé
2020-10-17hw/mips/malta: Set CPU frequency to 320 MHzPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15sysbus: Drop useless OBJECT() in sysbus_init_child_obj() callsMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-09hw/misc/empty_slot: Name the slots when createdPhilippe Mathieu-Daudé
2020-06-09hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERSPhilippe Mathieu-Daudé
2020-05-28Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...Peter Maydell
2020-05-26hw/mips/malta: Add some logging for bad register offset casesAleksandar Markovic
2020-05-26hw/mips: Rename malta/mipssim/r4k/jazz filesAleksandar Markovic