aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-01-23ide: atapi: check logical block address and read size (CVE-2020-29443)Prasad J Pandit1-6/+24
2021-01-21Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-01-20' into st...Peter Maydell3-3/+14
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez3-3/+14
2021-01-20hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZEJiaxun Yang1-20/+20
2021-01-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1...Peter Maydell1-82/+157
2021-01-19hw/m68k/next-cube: Add vmstate for NeXTPC devicePeter Maydell1-1/+33
2021-01-19hw/m68k/next-cube: Remove unused fields from NeXTStatePeter Maydell1-4/+0
2021-01-19hw/m68k/next-cube: Move rtc into NeXTPC structPeter Maydell1-14/+8
2021-01-19hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell1-17/+4
2021-01-19hw/m68k/next-cube: Move int_status and int_mask to NeXTPC structPeter Maydell1-17/+16
2021-01-19hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaquePeter Maydell1-8/+23
2021-01-19hw/m68k/next-cube: Move scr_ops into NeXTPC devicePeter Maydell1-25/+25
2021-01-19hw/m68k/next-cube: Move mmio_ops into NeXTPC devicePeter Maydell1-36/+44
2021-01-19hw/m68k/next-cube: Move register/interrupt functionality into a devicePeter Maydell1-0/+44
2021-01-19hw/m68k/next-cube: Make next_irq() function staticPeter Maydell1-1/+1
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