index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
/
malta.c
Age
Commit message (
Expand
)
Author
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-01-04
hw/mips: Use address translation helper to handle ENVP_ADDR
Jiaxun Yang
2021-01-04
hw/mips/malta: Use address translation helper to calculate bootloader_run_addr
Jiaxun Yang
2021-01-04
hw/mips: Make bootloader addresses unsigned
Jiaxun Yang
2020-12-13
hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()
Philippe Mathieu-Daudé
2020-12-13
hw/mips/malta: Do not initialize MT registers if MT ASE absent
Philippe Mathieu-Daudé
2020-12-13
target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
Philippe Mathieu-Daudé
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
mips: do not use ram_size global
Paolo Bonzini
2020-12-10
mips: remove bios_name
Paolo Bonzini
2020-10-17
hw/mips: Remove exit(1) in case of missing ROM
Pavel Dovgalyuk
2020-10-17
hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
Philippe Mathieu-Daudé
2020-10-17
hw/mips/malta: Use clearer qdev style
Philippe Mathieu-Daudé
2020-10-17
hw/mips/malta: Move gt64120 related code together
Philippe Mathieu-Daudé
2020-10-17
hw/mips/malta: Fix FPGA I/O region size
Philippe Mathieu-Daudé
2020-10-17
hw/mips/malta: Set CPU frequency to 320 MHz
Philippe Mathieu-Daudé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-09
hw/misc/empty_slot: Name the slots when created
Philippe Mathieu-Daudé
2020-06-09
hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
Philippe Mathieu-Daudé
2020-05-28
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...
Peter Maydell
2020-05-26
hw/mips/malta: Add some logging for bad register offset cases
Aleksandar Markovic
2020-05-26
hw/mips: Rename malta/mipssim/r4k/jazz files
Aleksandar Markovic