summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]Daniel Henrique Barboza2022-08-041-1/+1
* hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()Peter Maydell2022-07-281-1/+4
* hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.cDaniel Henrique Barboza2022-07-281-4/+14
* ppc: Check partition and process table alignmentLeandro Lupori2022-07-182-0/+14
* hw/ppc: pass random seed to fdtJason A. Donenfeld2022-07-182-0/+10
* ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-182-8/+5Star
* ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-186-12/+9Star
* ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-185-15/+12Star
* ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-182-16/+7Star
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-3/+3
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-1/+1
* ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy2022-07-061-0/+4
* spapr/ddw: Implement 64bit query extensionAlexey Kardashevskiy2022-07-062-6/+18
* spapr/ddw: Reset DMA when the last non-default window is removedAlexey Kardashevskiy2022-07-063-1/+18
* ppc/pnv: make pnv_chip_power8_pic_print_info() use chip8->phbs[]Daniel Henrique Barboza2022-07-061-14/+8Star
* ppc/pnv: make pnv_ics_resend() use chip8->phbs[]Daniel Henrique Barboza2022-07-061-14/+8Star
* ppc/pnv: make pnv_ics_get() use the chip8->phbs[] arrayDaniel Henrique Barboza2022-07-061-27/+11Star
* ppc/pnv: assign pnv-phb-root-port chassis/slot earlierDaniel Henrique Barboza2022-07-061-2/+13
* ppc/pnv: attach phb3/phb4 root ports in QOM treeDaniel Henrique Barboza2022-07-061-1/+6
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* ppc: fix boot with sam460exMichael S. Tsirkin2022-06-201-0/+8
* spapr: Use address from elf parser for kernel addressAlexey Kardashevskiy2022-05-261-2/+11
* hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILEBernhard Beschow2022-05-261-1/+0Star
* pseries: allow setting stdout-path even on machines with a VGAPaolo Bonzini2022-05-261-4/+8
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-124-5/+5
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* target/ppc: Remove msr_pr macroVíctor Colombo2022-05-052-2/+2
* hw/ppc: change indentation to spaces from TABsGuo Zhi2022-04-202-12/+12
* ppc/vof: Fix uninitialized string tracingAlexey Kardashevskiy2022-04-201-1/+1
* hw/ppc/ppc405_boards: Initialize g_autofree pointerBernhard Beschow2022-04-201-2/+2
* spapr: Move nested KVM hypercalls under a TCG only config.Fabiano Rosas2022-04-201-6/+20
* spapr: Move hypercall_register_softmmuFabiano Rosas2022-04-201-25/+25
* ppc/pnv: Remove useless checks in set_irq handlersCédric Le Goater2022-04-201-10/+0Star
* ppc/pnv: Remove PnvPsiClas::irq_setCédric Le Goater2022-04-201-17/+6Star
* ppc/pnv: Remove PnvOCC::psi linkCédric Le Goater2022-04-202-18/+10Star
* ppc/pnv: Remove PnvLpcController::psi linkCédric Le Goater2022-04-203-21/+26
* ppc/pnv: Fix PSI IRQ definitionCédric Le Goater2022-04-201-6/+3Star
* ppc/spapr/ddw: Add 2M pagesizeAlexey Kardashevskiy2022-04-201-0/+1
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-2/+13
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0616-16/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-062-2/+2
* hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza2022-04-042-0/+10
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-2110-24/+23Star
* ppc/pnv: Remove user-created PHB{3,4,5} devicesCédric Le Goater2022-03-141-24/+1Star
* ppc/pnv: Always create the PHB5 PEC devicesFrederic Barrat2022-03-141-3/+1Star
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-072-0/+2
* hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice()Daniel Henrique Barboza2022-03-021-4/+2Star
* hw/ppc/spapr_rtas.c: use g_autofree in rtas_ibm_get_system_parameter()Daniel Henrique Barboza2022-03-021-13/+12Star
* spapr_pci_nvlink2.c: use g_autofree in spapr_phb_nvgpu_ram_populate_dt()Daniel Henrique Barboza2022-03-021-6/+4Star