Age | Commit message (Expand) | Author |
2024-04-04 | esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS | Mark Cave-Ayland |
2024-04-04 | esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO | Mark Cave-Ayland |
2024-04-04 | esp.c: change esp_fifo_pop_buf() to take ESPState | Mark Cave-Ayland |
2024-04-04 | esp.c: use esp_fifo_push() instead of fifo8_push() | Mark Cave-Ayland |
2024-04-04 | esp.c: change esp_fifo_pop() to take ESPState | Mark Cave-Ayland |
2024-04-04 | esp.c: change esp_fifo_push() to take ESPState | Mark Cave-Ayland |
2024-04-04 | esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase() | Mark Cave-Ayland |
2024-04-04 | esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase() | Mark Cave-Ayland |
2024-04-04 | esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase() | Mark Cave-Ayland |
2024-04-04 | esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() function | Mark Cave-Ayland |
2024-04-04 | block/virtio-blk: Fix memory leak from virtio_blk_zone_report | Zheyu Ma |
2024-04-03 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2024-04-02 | pc_q35: remove unnecessary m->alias assignment | Paolo Bonzini |
2024-04-02 | lsi53c895a: avoid out of bounds access to s->msg[] | Paolo Bonzini |
2024-04-02 | vga: do not treat horiz pel panning value of 8 as "enabled" | Paolo Bonzini |
2024-04-02 | vga: adjust dirty memory region if pel panning is active | Paolo Bonzini |
2024-04-02 | vga: move computation of dirty memory region later | Paolo Bonzini |
2024-04-02 | vga: merge conditionals on shift control register | Paolo Bonzini |
2024-04-02 | Merge tag 'hw-misc-20240402' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-04-02 | hw/net/virtio-net: fix qemu set used ring flag even vhost started | Yajun Wu |
2024-04-02 | hw/xen_evtchn: Initialize flush_kvm_routes | Artem Chernyshev |
2024-04-02 | hw/nvme: fix -Werror=maybe-uninitialized | Marc-André Lureau |
2024-04-02 | hw/i386/pc: Restrict CXL to PCI-based machines | Philippe Mathieu-Daudé |
2024-04-02 | hw/arm/smmu: Avoid using inlined functions with external linkage again | Philippe Mathieu-Daudé |
2024-04-02 | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging | Peter Maydell |
2024-04-02 | raspi4b: Reduce RAM to 1Gb on 32-bit hosts | Cédric Le Goater |
2024-04-02 | hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled | Peter Maydell |
2024-04-01 | usb-audio: Fix invalid values in AudioControl descriptors | Joonas Kankaala |
2024-03-31 | Merge tag 'pull-ppc-for-9.0-3-20240331' of https://gitlab.com/npiggin/qemu in... | Peter Maydell |
2024-03-30 | hw/ppc/spapr: Include missing 'sysemu/tcg.h' header | Philippe Mathieu-Daudé |
2024-03-30 | spapr: nested: use bitwise NOT operator for flags check | Harsh Prateek Bora |
2024-03-29 | hw/net/net_tx_pkt: Fix virtio header without checksum offloading | Akihiko Odaki |
2024-03-29 | virtio-net: Fix vhost virtqueue notifiers for RSS | Akihiko Odaki |
2024-03-26 | Merge tag 'hw-misc-20240326' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-03-26 | hw/smbios: add stub for smbios_get_table_legacy() | Igor Mammedov |
2024-03-26 | hw/misc/stm32l4x5_rcc: Propagate period when enabling a clock | Arnaud Minier |
2024-03-26 | hw/misc/stm32l4x5_rcc: Inline clock_update() in clock_mux_update() | Philippe Mathieu-Daudé |
2024-03-26 | hw/clock: Let clock_set_mul_div() return a boolean value | Philippe Mathieu-Daudé |
2024-03-26 | hw/scsi/scsi-generic: Fix io_timeout property not applying | Lorenz Brun |
2024-03-26 | vdpa-dev: Fix initialisation order to restore VDUSE compatibility | Kevin Wolf |
2024-03-25 | Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-03-25 | misc/pca955*: Move models under hw/gpio | Cédric Le Goater |
2024-03-25 | hw/nvram/mac_nvram: Report failure to write data | Peter Maydell |
2024-03-25 | hw/misc/pca9554: Correct error check bounds in get/set pin functions | Peter Maydell |
2024-03-25 | aspeed: Make the ast1030-a1 SoC not user creatable | Cédric Le Goater |
2024-03-25 | aspeed: Make the ast2600-a3 SoC not user creatable | Cédric Le Goater |
2024-03-25 | hw/microblaze: Do not allow xlnx-zynqmp-pmu-soc to be created by the user | Thomas Huth |
2024-03-22 | target/riscv/kvm: fix timebase-frequency when using KVM acceleration | Yong-Xuan Wang |
2024-03-22 | hw/intc: Update APLIC IDC after claiming iforce register | Frank Chang |
2024-03-20 | hw/intc/loongarch_extioi: Fix interrupt routing update | Bibo Mao |