| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit() | Philippe Mathieu-Daudé | 2020-12-13 | 1 | -2/+6 |
* | hw/mips/malta: Do not initialize MT registers if MT ASE absent | Philippe Mathieu-Daudé | 2020-12-13 | 1 | -1/+3 |
* | target/mips: Introduce ase_mt_available() helper | Philippe Mathieu-Daudé | 2020-12-13 | 1 | -2/+1 |
* | hw/mips: Move address translation helpers to target/mips/ | Philippe Mathieu-Daudé | 2020-12-13 | 3 | -53/+1 |
* | target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT() | Philippe Mathieu-Daudé | 2020-12-13 | 2 | -4/+4 |
* | vl: extract softmmu/datadir.c | Paolo Bonzini | 2020-12-10 | 4 | -0/+4 |
* | mips: do not use ram_size global | Paolo Bonzini | 2020-12-10 | 2 | -3/+3 |
* | mips: remove bios_name | Paolo Bonzini | 2020-12-10 | 4 | -12/+12 |
* | hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling paths | Peter Maydell | 2020-11-09 | 1 | -6/+4 |
* | hw/mips/boston: Fix Lesser GPL version number | Chetan Pant | 2020-11-03 | 1 | -1/+1 |
* | hw/mips: Fix Lesser GPL version number | Chetan Pant | 2020-11-03 | 1 | -1/+1 |
* | hw/mips: Remove the 'r4k' machine | Philippe Mathieu-Daudé | 2020-11-03 | 3 | -332/+0 |
* | hw/mips: Remove exit(1) in case of missing ROM | Pavel Dovgalyuk | 2020-10-17 | 4 | -24/+13 |
* | hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON | Eduardo Habkost | 2020-10-17 | 1 | -4/+4 |
* | hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE) | Philippe Mathieu-Daudé | 2020-10-17 | 4 | -9/+6 |
* | hw/mips: Simplify loading 64-bit ELF kernels | Philippe Mathieu-Daudé | 2020-10-17 | 2 | -10/+2 |
* | hw/mips/malta: Use clearer qdev style | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -4/+4 |
* | hw/mips/malta: Move gt64120 related code together | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -7/+6 |
* | hw/mips/malta: Fix FPGA I/O region size | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -1/+1 |
* | hw/mips/cps: Do not allow use without input clock | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -0/+5 |
* | hw/mips/malta: Set CPU frequency to 320 MHz | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -3/+16 |
* | hw/mips/boston: Set CPU frequency to 1 GHz | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -0/+13 |
* | hw/mips/cps: Expose input clock and connect it to CPU cores | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -0/+4 |
* | hw/mips/jazz: Correct CPU frequencies | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -1/+14 |
* | hw/mips/mipssim: Correct CPU frequency | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -1/+10 |
* | hw/mips/fuloong2e: Set CPU frequency to 533 MHz | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -1/+6 |
* | hw/mips/r4k: Explicit CPU frequency is 200 MHz | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -1/+6 |
* | hw/mips/mipssim: Use MMIO serial device on fake ISA I/O | Philippe Mathieu-Daudé | 2020-09-30 | 1 | -2/+3 |
* | load_elf: Remove unused address variables from callers | BALATON Zoltan | 2020-09-26 | 1 | -4/+4 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 2 | -6/+2 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-12 | 1 | -4/+1 |
|\ |
|
| * | hw/mips/fuloong2e: Convert pointless error message to an assert() | Philippe Mathieu-Daudé | 2020-09-09 | 1 | -4/+1 |
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-09-11 | 4 | -11/+19 |
|\ \ |
|
| * | | esp: Rename ESP_STATE to ESP | Eduardo Habkost | 2020-09-09 | 1 | -1/+1 |
| * | | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 3 | -4/+6 |
| * | | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 3 | -6/+12 |
| |/ |
|
* / | trace-events: Fix attribution of trace points to source | Markus Armbruster | 2020-09-09 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200908' into... | Peter Maydell | 2020-09-08 | 1 | -4/+11 |
|\ |
|
| * | mips/cps: Use start-powered-off CPUState property | Thiago Jung Bauermann | 2020-09-08 | 1 | -4/+11 |
* | | configure: do not include dependency flags in QEMU_CFLAGS and LIBS | Paolo Bonzini | 2020-09-08 | 1 | -1/+1 |
|/ |
|
* | meson: convert hw/arch* | Marc-André Lureau | 2020-08-21 | 2 | -8/+11 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -9/+4 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 4 | -18/+18 |
* | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 1 | -8/+4 |
* | audio: rework pcspk_init() | Gerd Hoffmann | 2020-07-06 | 1 | -1/+1 |
* | mips/cps: Fix mips_cps_realize() error API violations | Markus Armbruster | 2020-07-02 | 1 | -10/+19 |
* | hw: Fix error API violation around object_property_set_link() | Markus Armbruster | 2020-07-02 | 1 | -2/+4 |
* | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 | Markus Armbruster | 2020-06-15 | 3 | -20/+12 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 5 | -10/+10 |