summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-2021-01-15' i...Peter Maydell2021-01-151-3/+3
|\
| * 9pfs: Fully restart unreclaim loop (CVE-2021-20181)Greg Kurz2021-01-151-3/+3
* | docs/system: Remove deprecated 'fulong2e' machine aliasPhilippe Mathieu-Daudé2021-01-141-1/+0Star
* | hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé2021-01-141-4/+2Star
|/
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20210113' int...Peter Maydell2021-01-134-122/+102Star
|\
| * macio: don't set user_creatable to falseMark Cave-Ayland2021-01-131-2/+0Star
| * macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2021-01-132-24/+12Star
| * macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-132-24/+20Star
| * mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland2021-01-131-20/+26
| * macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2021-01-132-44/+42Star
| * mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland2021-01-131-15/+15
| * mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland2021-01-131-6/+0Star
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-132-1/+38
|\ \ | |/ |/|
| * virtio-scsi: trace eventsHannes Reinecke2021-01-122-1/+38
* | hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu2021-01-127-7/+7
* | hw/misc: Add a PWM module for NPCM7XXHao Wu2021-01-124-2/+581
* | hw/adc: Add an ADC module for NPCM7XXHao Wu2021-01-125-1/+331
* | hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu2021-01-122-21/+23
* | hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu2021-01-121-6/+789
* | hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell2021-01-121-6/+18
* | hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell2021-01-121-1/+1
|/
* 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