index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-09
hw/virtio: Fix packed virtqueue flush used_idx
Wafer
2024-04-09
virtio-snd: rewrite invalid tx/rx message handling
Manos Pitsidianakis
2024-04-09
virtio-snd: Enhance error handling for invalid transfers
Zheyu Ma
2024-04-09
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
2024-04-04
Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into staging
Peter Maydell
2024-04-04
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
2024-04-04
esp.c: remove explicit setting of DRQ within ESP state machine
Mark Cave-Ayland
2024-04-04
esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
Mark Cave-Ayland
2024-04-04
esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
Mark Cave-Ayland
2024-04-04
esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...
Mark Cave-Ayland
2024-04-04
esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...
Mark Cave-Ayland
2024-04-04
esp.c: prevent cmdfifo overflow in esp_cdb_ready()
Mark Cave-Ayland
2024-04-04
esp.c: rework esp_cdb_length() into esp_cdb_ready()
Mark Cave-Ayland
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
Update version for v9.0.0-rc2 release
v9.0.0-rc2
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
gpio/pca955x: Update maintainer email address
Glenn Miles
2024-04-02
hw/nvme: fix -Werror=maybe-uninitialized
Marc-André Lureau
2024-04-02
plugins: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
2024-04-02
block: Remove unnecessary NULL check in bdrv_pad_request()
Kevin Wolf
2024-04-02
hw/i386/pc: Restrict CXL to PCI-based machines
Philippe Mathieu-Daudé
2024-04-02
MAINTAINERS: Fix error-report.c entry
Zhao Liu
2024-04-02
qtest/libqos: Reduce size_to_prdtl() declaration scope
Philippe Mathieu-Daudé
2024-04-02
accel/hvf: Un-inline hvf_arch_supports_guest_debug()
Philippe Mathieu-Daudé
2024-04-02
hw/arm/smmu: Avoid using inlined functions with external linkage again
Philippe Mathieu-Daudé
2024-04-02
target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()
Philippe Mathieu-Daudé
2024-04-02
gdbstub/system: Rename 'user_ctx' argument as 'ctx'
Philippe Mathieu-Daudé
2024-04-02
gdbstub: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
2024-04-02
accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition
Philippe Mathieu-Daudé
2024-04-02
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
2024-04-02
hmp: Add help information for watchdog action: inject-nmi
Dayu Liu
[next]