aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-13target/ppc: Remove interrupt handler wrapper functionsBALATON Zoltan1-39/+28
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 3BALATON Zoltan1-13/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 2BALATON Zoltan1-2/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 1BALATON Zoltan1-25/+24
2024-03-13target/ppc: Add gen_exception_err_nip() functionBALATON Zoltan1-13/+15
2024-03-13target/ppc: Readability improvements in exception handlersBALATON Zoltan2-147/+33
2024-03-13target/ppc: Use env_cpu for cpu_abort in excp_helperBALATON Zoltan1-55/+63
2024-03-13ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin5-28/+57
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan2-0/+40
2024-03-13target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...Chinmay Rath3-136/+96
2024-03-13docs/system/ppc: Document running Linux on AmigaNG machinesBALATON Zoltan3-0/+163
2024-03-13docs: Deprecate the pseries-2.12 machinesPhilippe Mathieu-Daudé1-3/+3
2024-03-13MAINTAINERS: Remove myself as reviewer from PPCCédric Le Goater1-3/+0
2024-03-13ppc/pnv: Set POWER9, POWER10 ibm,pa-features bitsNicholas Piggin2-2/+66
2024-03-13ppc/pnv: Permit ibm,pa-features set per machine variantNicholas Piggin1-12/+29
2024-03-13ppc/spapr: Add pa-features for POWER10 machinesBenjamin Gray1-0/+34
2024-03-13ppc/spapr: Adjust ibm,pa-features for POWER9Nicholas Piggin1-5/+5
2024-03-13ppc/spapr: Remove copy-paste from pa-featuresNicholas Piggin1-2/+6
2024-03-13ppc/spapr|pnv: Remove SAO from pa-featuresNicholas Piggin2-5/+11
2024-03-13target/ppc: POWER10 does not have transactional memoryNicholas Piggin1-3/+2
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin4-22/+2
2024-03-13spapr: set MSR[ME] and MSR[FP] on client entryNicholas Piggin1-1/+5
2024-03-13target/ppc: Prevent supervisor from modifying MSR[ME]Nicholas Piggin1-0/+5
2024-03-13target/ppc: Fix GDB SPR regnum indexingNicholas Piggin1-4/+3
2024-03-12Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell20-809/+1058
2024-03-12Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into stagingPeter Maydell21-27/+339
2024-03-12Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell44-297/+981
2024-03-12Merge tag 'pull-target-arm-20240311' of https://git.linaro.org/people/pmaydel...Peter Maydell20-232/+263
2024-03-12ebpf: Updated eBPF program and skeleton.Andrew Melnychenko3-673/+687
2024-03-12qmp: Added new command to retrieve eBPF blob.Andrew Melnychenko8-8/+172
2024-03-12virtio-net: Added property to load eBPF RSS with fds.Andrew Melnychenko2-6/+50
2024-03-12ebpf: Added eBPF initialization by fds.Andrew Melnychenko3-0/+38
2024-03-12ebpf: Added eBPF map update through mmap.Andrew Melnychenko2-23/+99
2024-03-12Avoid unaligned fetch in ladr_match()Nick Briggs1-1/+1
2024-03-12e1000e: fix link state on resumeLaurent Vivier2-55/+7
2024-03-12igb: fix link state on resumeLaurent Vivier2-46/+7
2024-03-12docs/about/deprecated.rst: Move SMP configurations item to system emulator se...Zhao Liu1-10/+10
2024-03-11meson.build: Always require an objc compiler on macos hostsPeter Maydell1-1/+1
2024-03-11hw/gpio: introduce pcf8574 driverDmitriy Sharikhin5-0/+188
2024-03-11hw/core: Cleanup unused included headers in numa.cZhao Liu1-2/+0
2024-03-11hw/core: Cleanup unused included header in machine-qmp-cmds.cZhao Liu1-1/+0
2024-03-11hw/core: Cleanup unused included headers in cpu-common.cZhao Liu1-4/+0
2024-03-11sun4u: remap ebus BAR0 to use unassigned_io_ops instead of alias to PCI IO spaceMark Cave-Ayland1-2/+7
2024-03-11hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-11hw/core/qdev-properties-system: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-11hw/core/loader-fit: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2024-03-11hw/ppc/sam460ex: Support short options for adding drivesBALATON Zoltan1-5/+19
2024-03-11hw/pci: add some convenient trace-events for pcie and shpc hotplugVladimir Sementsov-Ogievskiy3-0/+108
2024-03-11hw/ide/ahci: Rename ahci_internal.h to ahci-internal.hBALATON Zoltan3-2/+2
2024-03-11migration/multifd: Add new migration test cases for legacy zero page checking.Hao Xiang1-0/+52