aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-01-08hw/arm/highbank: Drop dead KVM support codePeter Maydell1-10/+4
2021-01-08hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGNPeter Maydell1-0/+15
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones2-15/+15
2021-01-08intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUsEdgar E. Iglesias1-1/+3
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+0
2021-01-06Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210106' into...Peter Maydell5-18/+37
2021-01-06sun4m: don't connect two qemu_irqs directly to the same inputMark Cave-Ayland2-5/+20
2021-01-06hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2-13/+13
2021-01-06hw/timer/slavio_timer: Allow 64-bit accessesPhilippe Mathieu-Daudé1-0/+4
2021-01-06Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in...Peter Maydell16-375/+529
2021-01-06ppc440_pcix: Fix up pci config accessBALATON Zoltan via1-15/+22
2021-01-06ppc440_pcix: Fix register write trace eventBALATON Zoltan via2-1/+2
2021-01-06ppc440_pcix: Improve comment for IRQ mappingBALATON Zoltan via1-2/+9
2021-01-06sam460ex: Remove FDT_PPC dependency from KConfigBALATON Zoltan via1-1/+0
2021-01-06ppc4xx: Move common dependency on serial to common optionBALATON Zoltan via1-4/+1
2021-01-06pnv: Fix reverse dependency on PCI express root portsGreg Kurz3-3/+7
2021-01-06ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVEGreg Kurz3-17/+4
2021-01-06ppc: Fix build with --without-default-devicesGreg Kurz3-18/+6
2021-01-06spapr: Add drc_ prefix to the DRC realize and unrealize functionsGreg Kurz1-6/+6
2021-01-06spapr: Use spapr_drc_reset_all() at machine resetGreg Kurz1-14/+1
2021-01-06spapr: Introduce spapr_drc_reset_all()Greg Kurz2-34/+37
2021-01-06spapr: Fix reset of transient DR connectorsGreg Kurz2-2/+12
2021-01-06spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz2-9/+6
2021-01-06spapr: Allow memory unplug to always succeedGreg Kurz2-2/+7
2021-01-06spapr: Fix DR properties of the root nodeGreg Kurz2-9/+18
2021-01-06spapr/xive: Make spapr_xive_pic_print_info() staticCédric Le Goater1-1/+1
2021-01-06spapr: DRC lookup cannot failGreg Kurz1-0/+2
2021-01-06hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()Peter Maydell1-11/+27
2021-01-06hw/ppc/virtex_ml507: Drop use of ppcuic_init()Peter Maydell1-5/+16
2021-01-06ppc: Convert PPC UIC to a QOM devicePeter Maydell5-237/+356
2021-01-06hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell1-10/+15
2021-01-04hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang1-3/+3
2021-01-04hw/mips/fuloong2e: Remove unused env entryJiaxun Yang1-1/+0
2021-01-04hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang1-10/+3
2021-01-04hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang1-2/+0
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang2-43/+43
2021-01-04hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang1-2/+2
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang3-21/+21
2021-01-04hw/mips: Add Loongson-3 machine supportHuacai Chen3-1/+651
2021-01-04hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen3-0/+393
2021-01-04hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen4-0/+58
2021-01-04hw/intc: Rework Loongson LIOINTCHuacai Chen1-20/+16
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell1-0/+6
2021-01-04vt82c686: Rename superio config related partsBALATON Zoltan1-24/+24
2021-01-04vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan1-15/+15
2021-01-04vt82c686: Remove unneeded includes and definesBALATON Zoltan1-5/+0
2021-01-04vt82c686: Convert debug printf to trace pointsBALATON Zoltan2-36/+21
2021-01-04vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2-19/+4
2021-01-04vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2-10/+3
2021-01-04audio/via-ac97: Simplify code and set user_creatable to falseBALATON Zoltan1-32/+19