aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17docs/system/ppc/ppce500: Add heading for networking chapterBernhard Beschow
2022-10-17hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow
2022-10-17hw/ppc/meson: Allow e500 boards to be enabled separatelyBernhard Beschow
2022-10-17ppc440_uc.c: Remove unneeded parenthesisBALATON Zoltan
2022-10-17ppc440_uc.c: Move some macros to ppc4xx.hBALATON Zoltan
2022-10-17ppc440_sdram: QOM'ifyBALATON Zoltan
2022-10-17ppc440_sdram: Move RAM size check to ppc440_sdram_initBALATON Zoltan
2022-10-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan
2022-10-17ppc440_sdram: Rename local variable for readabilityBALATON Zoltan
2022-10-17ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan
2022-10-17ppc440_sdram: Implement enable bit in the DDR2 SDRAM controllerBALATON Zoltan
2022-10-17ppc440_sdram: Split off map/unmap of sdram banks for later reuseBALATON Zoltan
2022-10-17ppc4xx_sdram: Drop extra zeros for readabilityBALATON Zoltan
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan
2022-10-17ppc440_bamboo: Add missing 4 MiB valid memory sizeBALATON Zoltan
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan
2022-10-17ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan
2022-10-17ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan
2022-10-17ppc440_bamboo: Remove unnecessary memsetsBALATON Zoltan
2022-10-17target/ppc: restore powerpc_excp_booke doorbell interruptsNicholas Piggin
2022-10-17MAINTAINERS: step back from PPCCédric Le Goater
2022-10-16Merge tag 'pull-riscv-to-apply-20221014' of https://github.com/alistair23/qem...Stefan Hajnoczi
2022-10-14target/riscv: pmp: Fixup TLB size calculationAlistair Francis
2022-10-14hw/intc: sifive_plic: change interrupt priority register to WARL fieldJim Shu
2022-10-14hw/intc: sifive_plic: fix hard-coded max priority levelJim Shu
2022-10-14disas/riscv.c: rvv: Add disas support for vector instructionsYang Liu
2022-10-14hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L
2022-10-14hw/riscv: virt: Move create_fw_cfg() prior to loading kernelSunil V L
2022-10-14hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L
2022-10-14hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa
2022-10-14hw/ssi: ibex_spi: fixup coverity issueWilfred Mallawa
2022-10-14hw/riscv: Update comment for qtest check in riscv_find_firmware()Bin Meng
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-12Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-12audio: improve out.voices testHelge Konetzka
2022-10-12audio: fix in.voices testHelge Konetzka
2022-10-12tests/unit: make test-io-channel-command work on win32Marc-André Lureau
2022-10-12io/command: implement support for win32Marc-André Lureau
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau
2022-10-12tests/channel-helper: set blocking in main threadMarc-André Lureau
2022-10-12util: make do_send_recv work with partial send/recvMarc-André Lureau
2022-10-12osdep: make readv_writev() work with partial read/writeMarc-André Lureau
2022-10-12win32: set threads nameMarc-André Lureau
2022-10-12gtk: Add show_menubar=on|off command line option.Bryce Mills