summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz2021-01-063-12/+6Star
| * | spapr: Fix buffer overflow in spapr_numa_associativity_init()Greg Kurz2021-01-062-3/+4
| * | spapr: Allow memory unplug to always succeedGreg Kurz2021-01-063-2/+8
| * | spapr: Fix DR properties of the root nodeGreg Kurz2021-01-062-9/+18
| * | spapr/xive: Make spapr_xive_pic_print_info() staticCédric Le Goater2021-01-062-3/+1Star
| * | spapr: DRC lookup cannot failGreg Kurz2021-01-061-0/+2
| * | hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()Peter Maydell2021-01-061-11/+27
| * | hw/ppc/virtex_ml507: Drop use of ppcuic_init()Peter Maydell2021-01-061-5/+16
| * | ppc: Convert PPC UIC to a QOM devicePeter Maydell2021-01-067-237/+431
| * | hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell2021-01-061-10/+15
* | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210104' into ...Peter Maydell2021-01-0537-362/+1537
|\ \ \ | |/ / |/| |
| * | tests/acceptance: Test boot_linux_console for fuloong2eJiaxun Yang2021-01-041-0/+21
| * | hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang2021-01-041-3/+3
| * | hw/mips/fuloong2e: Remove unused env entryJiaxun Yang2021-01-041-1/+0Star
| * | hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang2021-01-041-10/+3Star
| * | hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang2021-01-041-2/+0Star
| * | hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang2021-01-042-43/+43
| * | hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang2021-01-041-2/+2
| * | hw/mips: Make bootloader addresses unsignedJiaxun Yang2021-01-043-21/+21
| * | docs/system: Update MIPS machine documentationHuacai Chen2021-01-041-0/+10
| * | hw/mips: Add Loongson-3 machine supportHuacai Chen2021-01-045-1/+653
| * | hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen2021-01-044-0/+395
| * | hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen2021-01-044-0/+58
| * | hw/intc: Rework Loongson LIOINTCHuacai Chen2021-01-042-20/+38
| * | clock: Define and use new clock_display_freq()Peter Maydell2021-01-044-3/+26
| * | clock: Remove clock_get_ns()Peter Maydell2021-01-042-10/+13
| * | target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell2021-01-041-2/+2
| * | clock: Introduce clock_ticks_to_ns()Peter Maydell2021-01-042-0/+70
| * | vt82c686: Rename superio config related partsBALATON Zoltan2021-01-041-24/+24
| * | vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan2021-01-041-15/+15
| * | vt82c686: Remove unneeded includes and definesBALATON Zoltan2021-01-041-5/+0Star
| * | vt82c686: Convert debug printf to trace pointsBALATON Zoltan2021-01-042-36/+21Star
| * | vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2021-01-043-23/+5Star
| * | vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2021-01-043-12/+4Star
| * | audio/via-ac97: Simplify code and set user_creatable to falseBALATON Zoltan2021-01-041-32/+19Star
| * | vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan2021-01-043-91/+107
| * | vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan2021-01-043-27/+8Star
| * | vt82c686: Rename VT82C686B to VT82C686B_ISABALATON Zoltan2021-01-041-10/+10
| * | vt82c686: Remove unnecessary _DEVICE suffix from type macrosBALATON Zoltan2021-01-041-25/+23Star
| * | vt82c686: Rename AC97/MC97 parts from VT82C686B to VIABALATON Zoltan2021-01-041-14/+14
| * | hw/pci-host/bonito: Use pci_config_set_interrupt_pin()Philippe Mathieu-Daudé2021-01-041-1/+2
| * | hw/pci-host/bonito: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé2021-01-041-2/+2
| * | hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-043-6/+5Star
| * | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-048-8/+8
| * | hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
| * | hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-042-3/+2Star
* | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210104' into...Peter Maydell2021-01-055-6/+55
|\ \ \
| * | | tcg: Add tcg_gen_bswap_tl aliasRichard Henderson2021-01-041-0/+2
| * | | tcg/riscv: Fix illegal shift instructionsZihao Yu2021-01-041-6/+6
| * | | tcg: Use memset for large vector byte replicationRichard Henderson2021-01-043-0/+47
| | |/ | |/|