aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-06spapr: Fix buffer overflow in spapr_numa_associativity_init()Greg Kurz
2021-01-06spapr: Allow memory unplug to always succeedGreg Kurz
2021-01-06spapr: Fix DR properties of the root nodeGreg Kurz
2021-01-06spapr/xive: Make spapr_xive_pic_print_info() staticCédric Le Goater
2021-01-06spapr: DRC lookup cannot failGreg Kurz
2021-01-06hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()Peter Maydell
2021-01-06hw/ppc/virtex_ml507: Drop use of ppcuic_init()Peter Maydell
2021-01-06ppc: Convert PPC UIC to a QOM devicePeter Maydell
2021-01-06hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell
2021-01-05Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210104' into ...Peter Maydell
2021-01-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210104' into...Peter Maydell
2021-01-05Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell
2021-01-04tests/acceptance: Test boot_linux_console for fuloong2eJiaxun Yang
2021-01-04hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang
2021-01-04hw/mips/fuloong2e: Remove unused env entryJiaxun Yang
2021-01-04hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang
2021-01-04hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang
2021-01-04hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang
2021-01-04docs/system: Update MIPS machine documentationHuacai Chen
2021-01-04hw/mips: Add Loongson-3 machine supportHuacai Chen
2021-01-04hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen
2021-01-04hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen
2021-01-04hw/intc: Rework Loongson LIOINTCHuacai Chen
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell
2021-01-04clock: Remove clock_get_ns()Peter Maydell
2021-01-04target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell
2021-01-04clock: Introduce clock_ticks_to_ns()Peter Maydell
2021-01-04vt82c686: Rename superio config related partsBALATON Zoltan
2021-01-04vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan
2021-01-04vt82c686: Remove unneeded includes and definesBALATON Zoltan
2021-01-04vt82c686: Convert debug printf to trace pointsBALATON Zoltan
2021-01-04vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan
2021-01-04vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan
2021-01-04audio/via-ac97: Simplify code and set user_creatable to falseBALATON Zoltan
2021-01-04vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan
2021-01-04vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan
2021-01-04vt82c686: Rename VT82C686B to VT82C686B_ISABALATON Zoltan
2021-01-04vt82c686: Remove unnecessary _DEVICE suffix from type macrosBALATON Zoltan
2021-01-04vt82c686: Rename AC97/MC97 parts from VT82C686B to VIABALATON Zoltan
2021-01-04hw/pci-host/bonito: Use pci_config_set_interrupt_pin()Philippe Mathieu-Daudé
2021-01-04hw/pci-host/bonito: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04tcg: Add tcg_gen_bswap_tl aliasRichard Henderson
2021-01-04tcg/riscv: Fix illegal shift instructionsZihao Yu
2021-01-04tcg: Use memset for large vector byte replicationRichard Henderson