aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-04hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé5-48/+38
2021-05-04hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_initPhilippe Mathieu-Daudé1-130/+118
2021-05-04hw/sparc/sun4m: Fix code style for checkpatch.plPhilippe Mathieu-Daudé1-9/+9
2021-05-04hw/sparc/sun4m: Register machine types in sun4m_machine_types[]Philippe Mathieu-Daudé1-64/+36
2021-05-04hw/sparc/sun4m: Factor out sun4m_machine_class_init()Philippe Mathieu-Daudé1-95/+8
2021-05-04hw/sparc/sun4m: Introduce Sun4mMachineClassPhilippe Mathieu-Daudé1-11/+39
2021-05-04hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINEPhilippe Mathieu-Daudé1-9/+21
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell20-76/+1389
2021-05-04glib-compat: accept G_TEST_SLOW environment variablePaolo Bonzini1-0/+17
2021-05-04gitlab-ci: use --meson=internal for CFI jobsPaolo Bonzini1-3/+7
2021-05-04configure: handle meson options that have changed typePaolo Bonzini1-0/+9
2021-05-04configure: reindent meson invocationPaolo Bonzini1-38/+38
2021-05-04slirp: add configure option to disable smbdJoelle van Dyne3-12/+32
2021-05-04ratelimit: protect with a mutexPaolo Bonzini3-0/+19
2021-05-04Add NVMM Accelerator: add maintainers for NetBSD/NVMMReinoud Zandijk1-0/+11
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk3-1/+28
2021-05-04Add NVMM accelerator: x86 CPU supportReinoud Zandijk5-0/+1370
2021-05-04Add NVMM accelerator: configure and build logicReinoud Zandijk5-5/+30
2021-05-04oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini1-1/+1
2021-05-04Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210430' int...Peter Maydell3-29/+31
2021-05-04usb/mtp: avoid dynamic stack allocationGerd Hoffmann1-1/+2
2021-05-04usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann1-3/+3
2021-05-04usb/hid: avoid dynamic stack allocationGerd Hoffmann2-2/+2
2021-05-04hw/usb: Do not build USB subsystem if not requiredPhilippe Mathieu-Daudé4-6/+30
2021-05-04hw/usb/host-stub: Remove unused headerPhilippe Mathieu-Daudé1-1/+0
2021-05-04hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-2/+2
2021-05-04hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()Peter Maydell1-1/+1
2021-05-04hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-1/+1
2021-05-04target/ppc: removed VSCR from SPR registrationBruno Larsen (billionai)1-7/+13
2021-05-04target/ppc: Reduce the size of ppc_spr_tRichard Henderson1-4/+8
2021-05-04target/ppc: Clean up _spr_register et alRichard Henderson1-82/+76
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin6-8/+65
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin4-70/+108
2021-05-04target/ppc: move opcode table logic to translate.cBruno Larsen (billionai)3-390/+403
2021-05-04target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)3-253/+264
2021-05-04spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()Daniel Henrique Barboza1-0/+23
2021-05-04spapr.h: increase FDT_MAX_SIZEDaniel Henrique Barboza1-1/+1
2021-05-04spapr.c: do not use MachineClass::max_cpus to limit CPUsDaniel Henrique Barboza1-1/+10
2021-05-04ppc: Rename current DAWR macros and variablesRavi Bangoria3-5/+5
2021-05-04target/ppc: POWER10 supports scvNicholas Piggin1-1/+1
2021-05-04target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviourNicholas Piggin1-4/+13
2021-05-04docs/system: ppc: Add documentation for ppce500 machineBin Meng2-0/+157
2021-05-04roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci supportBin Meng2-0/+0
2021-05-04roms/Makefile: Update ppce500 u-boot build directory nameBin Meng1-4/+4
2021-05-04ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain2-1/+38
2021-05-04spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDRAlexey Kardashevskiy1-4/+4
2021-05-04hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan5-0/+167
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan7-0/+1890
2021-05-04vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan3-0/+86
2021-05-04vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan2-32/+40