aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-01-19hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell
2021-01-19hw/intc/ppc-uic: Make default dcr-base 0xc0, not 0x30Peter Maydell
2021-01-19hw/ppc: Delete unused ppc405cr_init() codePeter Maydell
2021-01-19hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell
2021-01-18Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-01-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1801...Peter Maydell
2021-01-18hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2021-01-18misc/mos6522: Use timer_free() in the finalize function to avoid memleakGan Qixin
2021-01-18pl031: Use timer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2021-01-18Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-01-18semihosting: Implement SYS_ISERRORKeith Packard
2021-01-18semihosting: Implement SYS_TMPNAMKeith Packard
2021-01-18semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard
2021-01-18riscv: Add semihosting supportKeith Packard
2021-01-18semihosting: Support SYS_HEAPINFO when env->boot_info is not setKeith Packard
2021-01-18semihosting: Change internal common-semi interfaces to use CPUState *Keith Packard
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard
2021-01-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-01-17Kconfig: Compile PXB for ARM_VIRTJiahui Cen
2021-01-17acpi/gpex: Exclude pxb's resources from PCI0Jiahui Cen
2021-01-17acpi/gpex: Inform os to keep firmware resource mapJiahui Cen
2021-01-17acpi: Add addr offset in build_crsJiahui Cen
2021-01-16riscv: Pass RISCVHartArrayState by pointerAlistair Francis
2021-01-16hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan
2021-01-16hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_typeBin Meng
2021-01-16RISC-V: Place DTB at 3GB boundary instead of 4GBAtish Patra
2021-01-16hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng
2021-01-16hw/block: m25p80: Don't write to flash if write is disabledBin Meng
2021-01-15Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-2021-01-15' i...Peter Maydell
2021-01-159pfs: Fully restart unreclaim loop (CVE-2021-20181)Greg Kurz
2021-01-14docs/system: Remove deprecated 'fulong2e' machine aliasPhilippe Mathieu-Daudé
2021-01-14hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé
2021-01-13Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20210113' int...Peter Maydell
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek
2021-01-13pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan
2021-01-13macio: don't set user_creatable to falseMark Cave-Ayland
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland
2021-01-13mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland
2021-01-13mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland
2021-01-13mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland
2021-01-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-12hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu
2021-01-12hw/misc: Add a PWM module for NPCM7XXHao Wu
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu
2021-01-12hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu