aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-04esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFOMark Cave-Ayland
2024-04-04esp.c: change esp_fifo_pop_buf() to take ESPStateMark Cave-Ayland
2024-04-04esp.c: use esp_fifo_push() instead of fifo8_push()Mark Cave-Ayland
2024-04-04esp.c: change esp_fifo_pop() to take ESPStateMark Cave-Ayland
2024-04-04esp.c: change esp_fifo_push() to take ESPStateMark Cave-Ayland
2024-04-04esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()Mark Cave-Ayland
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()Mark Cave-Ayland
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()Mark Cave-Ayland
2024-04-04esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() functionMark Cave-Ayland
2024-04-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-04-02Update version for v9.0.0-rc2 releasePeter Maydell
2024-04-02pc_q35: remove unnecessary m->alias assignmentPaolo Bonzini
2024-04-02lsi53c895a: avoid out of bounds access to s->msg[]Paolo Bonzini
2024-04-02vga: do not treat horiz pel panning value of 8 as "enabled"Paolo Bonzini
2024-04-02vga: adjust dirty memory region if pel panning is activePaolo Bonzini
2024-04-02vga: move computation of dirty memory region laterPaolo Bonzini
2024-04-02vga: merge conditionals on shift control registerPaolo Bonzini
2024-04-02Merge tag 'hw-misc-20240402' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-04-02hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu
2024-04-02hw/xen_evtchn: Initialize flush_kvm_routesArtem Chernyshev
2024-04-02gpio/pca955x: Update maintainer email addressGlenn Miles
2024-04-02hw/nvme: fix -Werror=maybe-uninitializedMarc-André Lureau
2024-04-02plugins: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-04-02block: Remove unnecessary NULL check in bdrv_pad_request()Kevin Wolf
2024-04-02hw/i386/pc: Restrict CXL to PCI-based machinesPhilippe Mathieu-Daudé
2024-04-02MAINTAINERS: Fix error-report.c entryZhao Liu
2024-04-02qtest/libqos: Reduce size_to_prdtl() declaration scopePhilippe Mathieu-Daudé
2024-04-02accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé
2024-04-02hw/arm/smmu: Avoid using inlined functions with external linkage againPhilippe Mathieu-Daudé
2024-04-02target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()Philippe Mathieu-Daudé
2024-04-02gdbstub/system: Rename 'user_ctx' argument as 'ctx'Philippe Mathieu-Daudé
2024-04-02gdbstub: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé
2024-04-02accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definitionPhilippe Mathieu-Daudé
2024-04-02Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-04-02hmp: Add help information for watchdog action: inject-nmiDayu Liu
2024-04-02Fix some typos in documentation (found by codespell)Stefan Weil
2024-04-02Merge tag 'pull-target-arm-20240402' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-04-02raspi4b: Reduce RAM to 1Gb on 32-bit hostspull-target-arm-20240402Cédric Le Goater
2024-04-02tests/qtest: Fix STM32L4x5 GPIO test on 32-bitCédric Le Goater
2024-04-02hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabledPeter Maydell
2024-04-02docs: sbsa: update specs, add dt noteMarcin Juszkiewicz
2024-04-02target/arm: take HSTR traps of cp15 accesses to EL2, not EL1Peter Maydell
2024-04-01fpu/softfloat: Remove mention of TILE-Gx targetPhilippe Mathieu-Daudé
2024-04-01usb-audio: Fix invalid values in AudioControl descriptorsJoonas Kankaala
2024-04-01Merge tag 'migration-20240331-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-04-01gitlab-ci/cirrus: switch from 'master' to 'latest'Michael Tokarev
2024-03-31migration/postcopy: Ensure postcopy_start() sets errp if it failsAvihai Horon
2024-03-31migration: Set migration error in migration_completion()Avihai Horon
2024-03-31Merge tag 'pull-ppc-for-9.0-3-20240331' of https://gitlab.com/npiggin/qemu in...Peter Maydell
2024-03-31Merge tag 'pull-9p-20240329' of https://github.com/cschoenebeck/qemu into sta...Peter Maydell