aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-06hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd statePhilippe Mathieu-Daudé
2024-08-06hw/sd/sdcard: Explicit dummy byte valuePhilippe Mathieu-Daudé
2024-08-06hw/intc/loongson_ipi: Restrict to MIPSBibo Mao
2024-08-06hw/loongarch/virt: Replace Loongson IPI with LoongArch IPIBibo Mao
2024-08-06hw/intc/loongarch_ipi: Add loongarch IPI supportBibo Mao
2024-08-06hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao
2024-08-06hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpersBibo Mao
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handlerBibo Mao
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handlerBibo Mao
2024-08-06hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()Bibo Mao
2024-08-06hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao
2024-08-06hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIStateBibo Mao
2024-08-06hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.hBibo Mao
2024-08-06hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stubBibo Mao
2024-08-06hw/intc/loongson_ipi: Extract loongson_ipi_common_realize()Bibo Mao
2024-08-06hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIStateBibo Mao
2024-08-06Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/q...Richard Henderson
2024-08-06roms/opensbi: Update to v1.5.1Daniel Henrique Barboza
2024-08-06target/riscv: Add asserts for out-of-bound accessAtish Patra
2024-08-06target/riscv: Relax fld alignment requirementLIU Zhiwei
2024-08-06target/riscv: Add MXLEN check for F/D/Q applies to zama16bLIU Zhiwei
2024-08-06target/riscv: Remove redundant insn length check for zama16bLIU Zhiwei
2024-08-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-08-06Merge tag 'pull-qapi-2024-08-05' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-08-05target/i386: Fix VSIB decodeRichard Henderson
2024-08-05qmp: Fix higher half vaddrs for [p]memsaveJosh Junon
2024-08-05qapi: Refill doc comments to conform to conventionsMarkus Armbruster
2024-08-05Merge tag 'pull-misc-20240805' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-08-05net/tap: Use qemu_close_all_open_fd()Clément Léger
2024-08-05qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger
2024-08-05net/tap: Factorize fd closing after forkingClément Léger
2024-08-05qemu/osdep: Split qemu_close_all_open_fd() and add fallbackClément Léger
2024-08-05qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger
2024-08-05linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich
2024-08-03Merge tag 'migration-20240802-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson
2024-08-03hvf: arm: Fix hvf_sysreg_read_cp() callAkihiko Odaki
2024-08-02migration/multifd: Fix multifd_send_setup cleanup when channel creation failsFabiano Rosas
2024-08-02migration: Fix cleanup of iochannel in file migrationFabiano Rosas
2024-08-02migration: Free removed SaveStateEntryAkihiko Odaki
2024-08-02target/i386: SEV: fix mismatch in vcek-disabled property namePaolo Bonzini
2024-08-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson
2024-08-02net: Reinstate '-net nic, model=help' output as documented in man pageDavid Woodhouse
2024-08-02net: update netdev stream man page with the reconnect parameterLaurent Vivier
2024-08-02net: update netdev dgram man page with unix socketLaurent Vivier
2024-08-02net: update netdev stream man page with unix socketLaurent Vivier
2024-08-02net: update netdev stream/dgram man pageLaurent Vivier
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas
2024-08-02virtio-net: Ensure queue index fits with RSSAkihiko Odaki
2024-08-02rtl8139: Fix behaviour for old kernels.Hans
2024-08-02Merge tag 'pull-target-arm-20240801' of https://git.linaro.org/people/pmaydel...Richard Henderson