summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* ppc/pegasos2: Warn when using VOF but no kernel is specifiedBALATON Zoltan2021-10-211-0/+3
* ppc/pegasos2: Restrict memory to 2 gigabytesBALATON Zoltan2021-10-211-0/+4
* hw/ppc: Fix iothread locking in the 405 codeThomas Huth2021-10-211-0/+4
* hw/ppc/spapr_softmmu: Reduce include listPhilippe Mathieu-Daudé2021-10-211-15/+0Star
* target/ppc: Fix the test raising the decrementer exceptionCédric Le Goater2021-10-211-1/+1
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-1/+1
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2021-09-301-1/+1
|\
| * qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* | spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()Daniel Henrique Barboza2021-09-301-10/+9Star
* | target/ppc: Fix 64-bit decrementerCédric Le Goater2021-09-301-11/+9Star
* | target/ppc: Convert debug to trace events (decrementer and IRQ)Cédric Le Goater2021-09-302-109/+82Star
* | spapr_numa.c: handle auto NUMA node with no distance infoDaniel Henrique Barboza2021-09-301-0/+11
* | spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza2021-09-302-0/+154
* | spapr: move FORM1 verifications to post CASDaniel Henrique Barboza2021-09-303-39/+53
* | spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza2021-09-302-13/+26
* | spapr_numa.c: parametrize FORM1 macrosDaniel Henrique Barboza2021-09-301-21/+53
* | spapr_numa.c: scrap 'legacy_numa' conceptDaniel Henrique Barboza2021-09-301-27/+20Star
* | spapr_numa.c: split FORM1 code into helpersDaniel Henrique Barboza2021-09-301-10/+25
* | target/ppc: Replace debug messages by asserts for unknown IRQ pinsCédric Le Goater2021-09-301-18/+6Star
* | spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errorsDaniel Henrique Barboza2021-09-302-5/+14
* | spapr_drc.c: do not error_report() when drc->dev->id == NULLDaniel Henrique Barboza2021-09-291-2/+5
* | spapr.c: handle dev->id in spapr_memory_unplug_rollback()Daniel Henrique Barboza2021-09-291-1/+1
* | ppc/pnv: Add an assert when calculating the RAM distribution on chipsCédric Le Goater2021-09-291-0/+2
* | ppc/pnv: Rename "id" to "quad-id" in PnvQuadCédric Le Goater2021-09-292-4/+4
* | ppc/pnv: Remove useless variableCédric Le Goater2021-09-291-4/+3Star
* | ppc/pnv: Add a comment on the "primary-topology-index" propertyCédric Le Goater2021-09-291-0/+4
* | ppc/spapr: Add a POWER10 DD2 CPUCédric Le Goater2021-09-291-0/+1
|/
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-2/+13
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...Peter Maydell2021-08-274-28/+44
|\
| * ppc/pnv: add a chip topology index for POWER10Cédric Le Goater2021-08-271-0/+2
| * ppc/pnv: Distribute RAM among the chipsCédric Le Goater2021-08-271-8/+25
| * ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater2021-08-271-5/+6
| * ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater2021-08-272-2/+2
| * spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofreeDavid Gibson2021-08-271-13/+9Star
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell2021-08-271-10/+10
|\ \ | |/ |/|
| * spapr: Explain purpose of ->fwnmi_migration_blocker more clearlyMarkus Armbruster2021-08-261-8/+9
| * spapr: Plug memory leak when we can't add a migration blockerMarkus Armbruster2021-08-261-2/+1Star
* | arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0Star
|/
* ppc/vof: Fix Coverity issuesAlexey Kardashevskiy2021-07-292-67/+76
* ppc/pegasos2: Fix spurious warning with -biosBALATON Zoltan2021-07-291-1/+1
* hw/ppc/spapr_events: Remove unused variable from check_exceptionRichard Henderson2021-07-261-5/+0Star
* hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGAPhilippe Mathieu-Daudé2021-07-201-0/+1
* hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTCPhilippe Mathieu-Daudé2021-07-201-0/+1
* ppc/pegasos2: Allow setprop in VOFBALATON Zoltan2021-07-131-0/+10
* Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into stagingPeter Maydell2021-07-121-1/+1
|\
| * hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé2021-07-111-1/+1
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-1/+1
|\ \ | |/ |/|
| * usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-091-1/+1