summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/usb: Fix bad printf format specifiersAlex Chen2021-01-224-9/+9
* hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine2021-01-221-1/+2
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210121' into...Peter Maydell2021-01-211-4/+36
|\
| * vfio-ccw: Connect the device request notifierEric Farman2021-01-211-4/+36
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-01-20' into st...Peter Maydell2021-01-213-3/+14
|\ \ | |/ |/|
| * block: Honor blk_set_aio_context() context requirementsSergio Lopez2021-01-203-3/+14
* | hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZEJiaxun Yang2021-01-201-20/+20
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1...Peter Maydell2021-01-191-82/+157
|\
| * 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
* | spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()Daniel Henrique Barboza2021-01-191-9/+3Star
* | spapr_rtas.c: fix identation of rtas_ibm_suspend_me() argsDaniel Henrique Barboza2021-01-191-3/+3
* | spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza2021-01-191-0/+1
* | spapr: Improve handling of memory unplug with old guestsGreg Kurz2021-01-193-13/+21
* | sam460ex: Use type cast macro instead of simple castBALATON Zoltan2021-01-191-5/+2Star
* | Revert "ppc4xx: Move common dependency on serial to common option"BALATON Zoltan2021-01-191-1/+4
* | Revert "sam460ex: Remove FDT_PPC dependency from KConfig"BALATON Zoltan2021-01-191-0/+1
* | hw/ppc: Remove unused ppcuic_init()Peter Maydell2021-01-191-38/+0Star
* | hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell2021-01-193-33/+47
* | hw/intc/ppc-uic: Make default dcr-base 0xc0, not 0x30Peter Maydell2021-01-191-1/+1
* | hw/ppc: Delete unused ppc405cr_init() codePeter Maydell2021-01-192-351/+0Star
* | hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell2021-01-191-16/+53
|/
* 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