summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/m68k/next-cube: Add vmstate for NeXTPC devicePeter Maydell2021-01-191-1/+33
* hw/m68k/next-cube: Remove unused fields from NeXTStatePeter Maydell2021-01-191-4/+0Star
* hw/m68k/next-cube: Move rtc into NeXTPC structPeter Maydell2021-01-191-14/+8Star
* hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell2021-01-191-17/+4Star
* hw/m68k/next-cube: Move int_status and int_mask to NeXTPC structPeter Maydell2021-01-191-17/+16Star
* hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaquePeter Maydell2021-01-191-8/+23
* hw/m68k/next-cube: Move scr_ops into NeXTPC devicePeter Maydell2021-01-191-25/+25
* hw/m68k/next-cube: Move mmio_ops into NeXTPC devicePeter Maydell2021-01-191-36/+44
* hw/m68k/next-cube: Move register/interrupt functionality into a devicePeter Maydell2021-01-191-0/+44
* hw/m68k/next-cube: Make next_irq() function staticPeter Maydell2021-01-191-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-01-184-5/+26
|\
| * hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2021-01-181-3/+5
| * misc/mos6522: Use timer_free() in the finalize function to avoid memleakGan Qixin2021-01-181-0/+9
| * pl031: Use timer_free() in the finalize function to avoid memleaksGan Qixin2021-01-181-0/+8
| * hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2021-01-181-2/+4
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1801...Peter Maydell2021-01-184-0/+1352
|\ \
| * | semihosting: Implement SYS_ISERRORKeith Packard2021-01-181-0/+4
| * | semihosting: Implement SYS_TMPNAMKeith Packard2021-01-181-2/+19
| * | semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard2021-01-181-0/+16
| * | riscv: Add semihosting supportKeith Packard2021-01-182-2/+85
| * | semihosting: Support SYS_HEAPINFO when env->boot_info is not setKeith Packard2021-01-181-1/+42
| * | semihosting: Change internal common-semi interfaces to use CPUState *Keith Packard2021-01-181-163/+186
| * | semihosting: Change common-semi API to be architecture-independentKeith Packard2021-01-182-6/+46
| * | semihosting: Move ARM semihosting code to shared directoriesKeith Packard2021-01-183-0/+1128
* | | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-01-186-36/+119
|\ \ \ | |_|/ |/| |
| * | riscv: Pass RISCVHartArrayState by pointerAlistair Francis2021-01-164-19/+17Star
| * | hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan2021-01-161-8/+23
| * | hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_typeBin Meng2021-01-161-5/+1Star
| * | RISC-V: Place DTB at 3GB boundary instead of 4GBAtish Patra2021-01-161-4/+4
| * | hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng2021-01-161-0/+73
| * | hw/block: m25p80: Don't write to flash if write is disabledBin Meng2021-01-161-0/+1
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-01-177-36/+90
|\ \ | |/ |/|
| * Kconfig: Compile PXB for ARM_VIRTJiahui Cen2021-01-171-1/+1
| * acpi/gpex: Exclude pxb's resources from PCI0Jiahui Cen2021-01-171-21/+43
| * acpi/gpex: Inform os to keep firmware resource mapJiahui Cen2021-01-171-2/+18
| * acpi: Add addr offset in build_crsJiahui Cen2021-01-173-10/+14
| * vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2021-01-132-0/+12
| * pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan2021-01-131-2/+2
* | 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
| |/