summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: sabrelite: Connect the Ethernet PHY at address 6Bin Meng2021-01-081-0/+4
* hw/msic: imx6_ccm: Correct register value for silicon typeBin Meng2021-01-081-1/+1
* hw/misc: imx6_ccm: Update PMU_MISC0 reset valueBin Meng2021-01-081-1/+1
* exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+14
* musicpal: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+12
* mss-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+13
* exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+11
* exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+9
* allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+11
* digic-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+8
* Remove superfluous timer_del() callsPeter Maydell2021-01-0829-43/+0Star
* hw/arm/highbank: Drop dead KVM support codePeter Maydell2021-01-081-10/+4Star
* hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGNPeter Maydell2021-01-081-0/+15
* hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones2021-01-082-15/+15
* intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUsEdgar E. Iglesias2021-01-081-1/+3
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-061-1/+0Star
|\
| * remove TCG includes from common codePaolo Bonzini2021-01-021-1/+0Star
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210106' into...Peter Maydell2021-01-065-18/+37
|\ \
| * | sun4m: don't connect two qemu_irqs directly to the same inputMark Cave-Ayland2021-01-062-5/+20
| * | hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-062-13/+13
| * | hw/timer/slavio_timer: Allow 64-bit accessesPhilippe Mathieu-Daudé2021-01-061-0/+4
* | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in...Peter Maydell2021-01-0616-375/+529
|\ \ \ | |/ / |/| |
| * | ppc440_pcix: Fix up pci config accessBALATON Zoltan via2021-01-061-15/+22
| * | ppc440_pcix: Fix register write trace eventBALATON Zoltan via2021-01-062-1/+2
| * | ppc440_pcix: Improve comment for IRQ mappingBALATON Zoltan via2021-01-061-2/+9
| * | sam460ex: Remove FDT_PPC dependency from KConfigBALATON Zoltan via2021-01-061-1/+0Star
| * | ppc4xx: Move common dependency on serial to common optionBALATON Zoltan via2021-01-061-4/+1Star
| * | pnv: Fix reverse dependency on PCI express root portsGreg Kurz2021-01-063-3/+7
| * | ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVEGreg Kurz2021-01-063-17/+4Star
| * | ppc: Fix build with --without-default-devicesGreg Kurz2021-01-063-18/+6Star
| * | spapr: Add drc_ prefix to the DRC realize and unrealize functionsGreg Kurz2021-01-061-6/+6
| * | spapr: Use spapr_drc_reset_all() at machine resetGreg Kurz2021-01-061-14/+1Star
| * | spapr: Introduce spapr_drc_reset_all()Greg Kurz2021-01-062-34/+37
| * | spapr: Fix reset of transient DR connectorsGreg Kurz2021-01-062-2/+12
| * | spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz2021-01-062-9/+6Star
| * | spapr: Allow memory unplug to always succeedGreg Kurz2021-01-062-2/+7
| * | 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-061-1/+1
| * | 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-065-237/+356
| * | hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell2021-01-061-10/+15
| |/
* | 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