aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell34-169/+768
2023-03-08log: Remove unneeded new lineBALATON Zoltan1-1/+1
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen1-4/+10
2023-03-08ui/cocoa: Override windowDidResignKeyAkihiko Odaki1-3/+8
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan1-6/+17
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan5-7/+482
2023-03-08hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow1-12/+0
2023-03-08hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan2-5/+25
2023-03-08hw/isa/vt82c686: Implement PCI IRQ routingBALATON Zoltan1-0/+42
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse3-7/+28
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan1-3/+15
2023-03-08Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"BALATON Zoltan1-1/+9
2023-03-08Revert "hw/isa/i82378: Remove intermediate IRQ forwarder"Philippe Mathieu-Daudé1-1/+9
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé3-28/+26
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé9-18/+18
2023-03-08target/mips: Set correct CP0.Config[4, 5] values for M14K(c)Marcin Nowakowski1-2/+8
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski3-1/+7
2023-03-08target/mips: Fix SWM32 handling for microMIPSMarcin Nowakowski1-2/+2
2023-03-07target/mips: Fix JALS32/J32 instruction handling for microMIPSMarcin Nowakowski1-0/+8
2023-03-07target/mips: Replace [g_]assert(0) -> g_assert_not_reached()Philippe Mathieu-Daudé2-54/+53
2023-03-07docs/system: Remove "mips" board from target-mips.rstJiaxun Yang1-14/+0
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell9-70/+186
2023-03-07Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...Peter Maydell23-60/+1060
2023-03-07async: clarify usage of barriers in the polling casePaolo Bonzini1-2/+8
2023-03-07async: update documentation of the memory barriersPaolo Bonzini1-14/+19
2023-03-07physmem: add missing memory barrierPaolo Bonzini1-0/+3
2023-03-07qemu-coroutine-lock: add smp_mb__after_rmw()Paolo Bonzini1-1/+8
2023-03-07aio-wait: switch to smp_mb__after_rmw()Paolo Bonzini1-1/+1
2023-03-07edu: add smp_mb__after_rmw()Paolo Bonzini1-0/+5
2023-03-07qemu-thread-win32: cleanup, fix, document QemuEventPaolo Bonzini1-26/+56
2023-03-07qemu-thread-posix: cleanup, fix, document QemuEventPaolo Bonzini1-20/+49
2023-03-07qatomic: add smp_mb__before/after_rmw()Paolo Bonzini2-6/+37
2023-03-07Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...Peter Maydell19-255/+739
2023-03-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell6-27/+1345
2023-03-07Merge tag 'pull-xen-20230306' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell5-12/+79
2023-03-06MAINTAINERS: Add entry for RISC-V ACPISunil V L1-6/+12
2023-03-06hw/riscv/virt.c: Initialize the ACPI tablesSunil V L1-0/+4
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RHCT TableSunil V L1-0/+78
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADTSunil V L1-0/+34
2023-03-06hw/riscv/virt: Enable basic ACPI infrastructureSunil V L4-0/+307
2023-03-06hw/riscv/virt: Add memmap pointer to RiscVVirtStateSunil V L2-0/+3
2023-03-06hw/riscv/virt: Add a switch to disable ACPISunil V L2-0/+31
2023-03-06hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fieldsSunil V L2-0/+7
2023-03-06riscv: Correctly set the device-tree entry 'mmu-type'Alexandre Ghiti1-8/+11
2023-03-06riscv: Introduce satp mode hw capabilitiesAlexandre Ghiti2-26/+75
2023-03-06riscv: Allow user to set the satp modeAlexandre Ghiti3-7/+240
2023-03-06riscv: Change type of valid_vm_1_10_[32|64] to boolAlexandre Ghiti1-10/+11
2023-03-06riscv: Pass Object to register_cpu_props instead of DeviceStateAlexandre Ghiti1-14/+15
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao2-4/+31
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier6-15/+1179