summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-01-22hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé
2021-01-22hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hostsPhilippe Mathieu-Daudé
2021-01-22hw/usb: Convert to qdev_realize()Markus Armbruster
2021-01-22hw/usb: Fix bad printf format specifiersAlex Chen
2021-01-22hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine
2021-01-21Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210121' into...Peter Maydell
2021-01-21Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-01-20' into st...Peter Maydell
2021-01-21vfio-ccw: Connect the device request notifierEric Farman
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez
2021-01-20hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZEJiaxun Yang
2021-01-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1...Peter Maydell
2021-01-19hw/m68k/next-cube: Add vmstate for NeXTPC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Remove unused fields from NeXTStatePeter Maydell
2021-01-19hw/m68k/next-cube: Move rtc into NeXTPC structPeter Maydell
2021-01-19hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Move int_status and int_mask to NeXTPC structPeter Maydell
2021-01-19hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaquePeter Maydell
2021-01-19hw/m68k/next-cube: Move scr_ops into NeXTPC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Move mmio_ops into NeXTPC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Move register/interrupt functionality into a devicePeter Maydell
2021-01-19hw/m68k/next-cube: Make next_irq() function staticPeter Maydell
2021-01-19spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()Daniel Henrique Barboza
2021-01-19spapr_rtas.c: fix identation of rtas_ibm_suspend_me() argsDaniel Henrique Barboza
2021-01-19spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza
2021-01-19spapr: Improve handling of memory unplug with old guestsGreg Kurz
2021-01-19sam460ex: Use type cast macro instead of simple castBALATON Zoltan
2021-01-19Revert "ppc4xx: Move common dependency on serial to common option"BALATON Zoltan
2021-01-19Revert "sam460ex: Remove FDT_PPC dependency from KConfig"BALATON Zoltan
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell
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