aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-01-19spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()Daniel Henrique Barboza1-9/+3
2021-01-19spapr_rtas.c: fix identation of rtas_ibm_suspend_me() argsDaniel Henrique Barboza1-3/+3
2021-01-19spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza1-0/+1
2021-01-19spapr: Improve handling of memory unplug with old guestsGreg Kurz3-13/+21
2021-01-19sam460ex: Use type cast macro instead of simple castBALATON Zoltan1-5/+2
2021-01-19Revert "ppc4xx: Move common dependency on serial to common option"BALATON Zoltan1-1/+4
2021-01-19Revert "sam460ex: Remove FDT_PPC dependency from KConfig"BALATON Zoltan1-0/+1
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell1-38/+0
2021-01-19hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell3-33/+47
2021-01-19hw/intc/ppc-uic: Make default dcr-base 0xc0, not 0x30Peter Maydell1-1/+1
2021-01-19hw/ppc: Delete unused ppc405cr_init() codePeter Maydell2-351/+0
2021-01-19hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell1-16/+53
2021-01-18Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell4-5/+26
2021-01-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1801...Peter Maydell4-0/+1352
2021-01-18hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-3/+5
2021-01-18misc/mos6522: Use timer_free() in the finalize function to avoid memleakGan Qixin1-0/+9
2021-01-18pl031: Use timer_free() in the finalize function to avoid memleaksGan Qixin1-0/+8
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-2/+4
2021-01-18Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell6-36/+119
2021-01-18semihosting: Implement SYS_ISERRORKeith Packard1-0/+4
2021-01-18semihosting: Implement SYS_TMPNAMKeith Packard1-2/+19
2021-01-18semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard1-0/+16
2021-01-18riscv: Add semihosting supportKeith Packard2-2/+85
2021-01-18semihosting: Support SYS_HEAPINFO when env->boot_info is not setKeith Packard1-1/+42
2021-01-18semihosting: Change internal common-semi interfaces to use CPUState *Keith Packard1-163/+186
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard2-6/+46
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard3-0/+1128
2021-01-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell7-36/+90
2021-01-17Kconfig: Compile PXB for ARM_VIRTJiahui Cen1-1/+1
2021-01-17acpi/gpex: Exclude pxb's resources from PCI0Jiahui Cen1-21/+43
2021-01-17acpi/gpex: Inform os to keep firmware resource mapJiahui Cen1-2/+18
2021-01-17acpi: Add addr offset in build_crsJiahui Cen3-10/+14
2021-01-16riscv: Pass RISCVHartArrayState by pointerAlistair Francis4-19/+17
2021-01-16hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan1-8/+23
2021-01-16hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_typeBin Meng1-5/+1
2021-01-16RISC-V: Place DTB at 3GB boundary instead of 4GBAtish Patra1-4/+4
2021-01-16hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng1-0/+73
2021-01-16hw/block: m25p80: Don't write to flash if write is disabledBin Meng1-0/+1
2021-01-15Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-2021-01-15' i...Peter Maydell1-3/+3
2021-01-159pfs: Fully restart unreclaim loop (CVE-2021-20181)Greg Kurz1-3/+3
2021-01-14docs/system: Remove deprecated 'fulong2e' machine aliasPhilippe Mathieu-Daudé1-1/+0
2021-01-14hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé1-4/+2
2021-01-13Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20210113' int...Peter Maydell4-122/+102
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2-0/+12
2021-01-13pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan1-2/+2
2021-01-13macio: don't set user_creatable to falseMark Cave-Ayland1-2/+0
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2-24/+12
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2-24/+20
2021-01-13mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland1-20/+26
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2-44/+42