Age | Commit message (Expand) | Author |
2021-01-04 | hw/mips/fuloong2e: Correct cpuclock in PROM environment | Jiaxun Yang |
2021-01-04 | hw/mips/fuloong2e: Remove unused env entry | Jiaxun Yang |
2021-01-04 | hw/mips/fuloong2e: Replace faulty documentation links | Jiaxun Yang |
2021-01-04 | hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT | Jiaxun Yang |
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 |
2021-01-04 | hw/mips: Add Loongson-3 machine support | Huacai Chen |
2021-01-04 | hw/mips: Add Loongson-3 boot parameter helpers | Huacai Chen |
2021-01-04 | hw/mips: Implement fw_cfg_arch_key_name() | Huacai Chen |
2021-01-04 | vt82c686: Remove legacy vt82c686b_pm_init() function | BALATON Zoltan |
2021-01-04 | vt82c686: Remove legacy vt82c686b_isa_init() function | BALATON Zoltan |
2021-01-04 | vt82c686: Remove vt82c686b_[am]c97_init() functions | BALATON Zoltan |
2021-01-04 | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' | Philippe Mathieu-Daudé |
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: Introduce ase_mt_available() helper | Philippe Mathieu-Daudé |
2020-12-13 | hw/mips: Move address translation helpers to target/mips/ | 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-11-09 | hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling paths | Peter Maydell |
2020-11-03 | hw/mips/boston: Fix Lesser GPL version number | Chetan Pant |
2020-11-03 | hw/mips: Fix Lesser GPL version number | Chetan Pant |
2020-11-03 | hw/mips: Remove the 'r4k' machine | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips: Remove exit(1) in case of missing ROM | Pavel Dovgalyuk |
2020-10-17 | hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON | Eduardo Habkost |
2020-10-17 | hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE) | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips: Simplify loading 64-bit ELF kernels | 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/cps: Do not allow use without input clock | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips/malta: Set CPU frequency to 320 MHz | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips/boston: Set CPU frequency to 1 GHz | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips/cps: Expose input clock and connect it to CPU cores | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips/jazz: Correct CPU frequencies | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips/mipssim: Correct CPU frequency | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips/fuloong2e: Set CPU frequency to 533 MHz | Philippe Mathieu-Daudé |
2020-10-17 | hw/mips/r4k: Explicit CPU frequency is 200 MHz | Philippe Mathieu-Daudé |
2020-09-30 | hw/mips/mipssim: Use MMIO serial device on fake ISA I/O | Philippe Mathieu-Daudé |
2020-09-25 | load_elf: Remove unused address variables from callers | BALATON Zoltan |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-09-09 | esp: Rename ESP_STATE to ESP | Eduardo Habkost |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |