Age | Commit message (Expand) | Author | Files | Lines |
2021-05-26 | target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed | Richard Henderson | 1 | -32/+3 |
2021-05-05 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 8 | -15/+0 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 7 | -7/+0 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 4 | -4/+0 |
2021-05-02 | Do not include hw/boards.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth | 2 | -2/+0 |
2021-05-02 | hw/mips: Restrict non-virtualized machines to TCG | Philippe Mathieu-Daudé | 1 | -3/+6 |
2021-03-13 | hw/mips/gt64xxx: Trace accesses to ISD registers | Philippe Mathieu-Daudé | 2 | -0/+4 |
2021-03-13 | hw/mips/gt64xxx: Rename trace events related to interrupt registers | Philippe Mathieu-Daudé | 2 | -10/+10 |
2021-03-13 | hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats | Philippe Mathieu-Daudé | 1 | -10/+10 |
2021-03-13 | hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlers | Philippe Mathieu-Daudé | 1 | -4/+6 |
2021-03-13 | hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize() | Philippe Mathieu-Daudé | 1 | -2/+9 |
2021-03-11 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda... | Peter Maydell | 1 | -1/+1 |
2021-03-10 | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-10 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'... | Peter Maydell | 1 | -1/+1 |
2021-03-08 | clock: Add ClockEvent parameter to callbacks | Peter Maydell | 1 | -1/+1 |
2021-03-07 | esp: rename existing ESP QOM type to SYSBUS_ESP | Mark Cave-Ayland | 1 | -2/+2 |
2021-02-21 | vt82c686: Move creation of ISA devices to the ISA bridge | BALATON Zoltan | 1 | -24/+5 |
2021-02-21 | vt82c686: Fix SMBus IO base and configuration registers | BALATON Zoltan | 1 | -3/+1 |
2021-02-21 | hw/mips/boston: Use bootloader helper to set GCRs | Jiaxun Yang | 1 | -34/+11 |
2021-02-21 | hw/mips/boston: Use bl_gen_kernel_jump to generate bootloaders | Jiaxun Yang | 1 | -15/+2 |
2021-02-21 | hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloaders | Jiaxun Yang | 1 | -24/+3 |
2021-02-21 | hw/mips: Add a bootloader helper | Jiaxun Yang | 2 | -1/+201 |
2021-02-21 | hw/mips: loongson3: Drop 'struct MemmapEntry' | Bin Meng | 2 | -9/+4 |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 1 | -2/+5 |
2021-02-05 | cpu: move cc->transaction_failed to tcg_ops | Claudio Fontana | 1 | -2/+7 |
2021-01-14 | docs/system: Remove deprecated 'fulong2e' machine alias | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-01-14 | hw/mips/boston: Check 64-bit support with cpu_type_is_64bit() | Philippe Mathieu-Daudé | 1 | -4/+2 |
2021-01-04 | hw/mips/fuloong2e: Correct cpuclock in PROM environment | Jiaxun Yang | 1 | -3/+3 |
2021-01-04 | hw/mips/fuloong2e: Remove unused env entry | Jiaxun Yang | 1 | -1/+0 |
2021-01-04 | hw/mips/fuloong2e: Replace faulty documentation links | Jiaxun Yang | 1 | -10/+3 |
2021-01-04 | hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT | Jiaxun Yang | 1 | -2/+0 |
2021-01-04 | hw/mips: Use address translation helper to handle ENVP_ADDR | Jiaxun Yang | 2 | -43/+43 |
2021-01-04 | hw/mips/malta: Use address translation helper to calculate bootloader_run_addr | Jiaxun Yang | 1 | -2/+2 |
2021-01-04 | hw/mips: Make bootloader addresses unsigned | Jiaxun Yang | 3 | -21/+21 |
2021-01-04 | hw/mips: Add Loongson-3 machine support | Huacai Chen | 3 | -1/+651 |
2021-01-04 | hw/mips: Add Loongson-3 boot parameter helpers | Huacai Chen | 3 | -0/+393 |
2021-01-04 | hw/mips: Implement fw_cfg_arch_key_name() | Huacai Chen | 4 | -0/+58 |
2021-01-04 | vt82c686: Remove legacy vt82c686b_pm_init() function | BALATON Zoltan | 1 | -1/+4 |
2021-01-04 | vt82c686: Remove legacy vt82c686b_isa_init() function | BALATON Zoltan | 1 | -1/+3 |
2021-01-04 | vt82c686: Remove vt82c686b_[am]c97_init() functions | BALATON Zoltan | 1 | -2/+2 |
2021-01-04 | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-12-13 | hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit() | Philippe Mathieu-Daudé | 1 | -2/+6 |
2020-12-13 | hw/mips/malta: Do not initialize MT registers if MT ASE absent | Philippe Mathieu-Daudé | 1 | -1/+3 |
2020-12-13 | target/mips: Introduce ase_mt_available() helper | Philippe Mathieu-Daudé | 1 | -2/+1 |
2020-12-13 | hw/mips: Move address translation helpers to target/mips/ | Philippe Mathieu-Daudé | 3 | -53/+1 |
2020-12-13 | target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT() | Philippe Mathieu-Daudé | 2 | -4/+4 |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini | 4 | -0/+4 |
2020-12-10 | mips: do not use ram_size global | Paolo Bonzini | 2 | -3/+3 |