summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* linux-user: replace calloc() with g_new0()Nguyen Dinh Phi2024-04-091-5/+1
* linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson2024-04-091-6/+16
* tcg/optimize: Do not attempt to constant fold neg_vecRichard Henderson2024-04-093-10/+21
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-04-0914-482/+97
|\
| * qdev-monitor: fix error message in find_device_state()Vladimir Sementsov-Ogievskiy2024-04-091-1/+1
| * vhost-user-blk: simplify and fix vhost_user_blk_handle_config_changeVladimir Sementsov-Ogievskiy2024-04-091-8/+3
| * vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx6344498002024-04-091-0/+7
| * hw/virtio: Fix packed virtqueue flush used_idxWafer2024-04-091-2/+10
| * virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis2024-04-092-76/+77
| * virtio-snd: Enhance error handling for invalid transfersZheyu Ma2024-04-091-4/+4
| * Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin2024-04-099-399/+3
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-04-093-103/+108
|\ \
| * | kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov2024-04-081-5/+10
| * | nanomips: fix warnings with GCC 14Paolo Bonzini2024-04-081-97/+97
| * | Makefile: preserve --jobserver-auth argument when calling ninjaMartin Hundebøll2024-04-081-1/+1
| |/
* | Merge tag 'pull-target-arm-20240408' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-04-081-3/+7
|\ \
| * | target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell2024-04-081-2/+5
| * | target/arm: Fix CNTPOFF_EL2 trap to missing EL3Pierre-Clément Tosi2024-04-051-1/+2
| |/
* | Merge tag 'migration-20240407-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-04-082-2/+25
|\ \ | |/ |/|
| * MAINTAINERS: Adjust migration documentation filesAvihai Horon2024-04-071-2/+4
| * migration/postcopy: ensure preempt channel is ready before loading statesWei Wang2024-04-071-0/+21
|/
* Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into stagingPeter Maydell2024-04-041-81/+142
|\
| * esp.c: remove explicit setting of DRQ within ESP state machineMark Cave-Ayland2024-04-041-9/+0
| * esp.c: ensure esp_pdma_write() always calls esp_fifo_push()Mark Cave-Ayland2024-04-041-6/+4
| * esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()Mark Cave-Ayland2024-04-041-4/+10
| * esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...Mark Cave-Ayland2024-04-041-1/+47
| * esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...Mark Cave-Ayland2024-04-041-18/+18
| * esp.c: prevent cmdfifo overflow in esp_cdb_ready()Mark Cave-Ayland2024-04-041-1/+11
| * esp.c: rework esp_cdb_length() into esp_cdb_ready()Mark Cave-Ayland2024-04-041-16/+14
| * esp.c: don't assert() if FIFO empty when executing non-DMA SELATNSMark Cave-Ayland2024-04-041-1/+2
| * esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFOMark Cave-Ayland2024-04-041-3/+8
| * esp.c: change esp_fifo_pop_buf() to take ESPStateMark Cave-Ayland2024-04-041-12/+12
| * esp.c: use esp_fifo_push() instead of fifo8_push()Mark Cave-Ayland2024-04-041-3/+3
| * esp.c: change esp_fifo_pop() to take ESPStateMark Cave-Ayland2024-04-041-5/+5
| * esp.c: change esp_fifo_push() to take ESPStateMark Cave-Ayland2024-04-041-5/+5
| * esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()Mark Cave-Ayland2024-04-041-1/+2
| * esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()Mark Cave-Ayland2024-04-041-1/+1
| * esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()Mark Cave-Ayland2024-04-041-1/+1
| * esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() functionMark Cave-Ayland2024-04-041-1/+6
* | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell2024-04-041-1/+2
|\ \ | |/ |/|
| * block/virtio-blk: Fix memory leak from virtio_blk_zone_reportZheyu Ma2024-04-041-1/+2
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-04-033-81/+85
|\
| * pc_q35: remove unnecessary m->alias assignmentPaolo Bonzini2024-04-021-1/+0
| * lsi53c895a: avoid out of bounds access to s->msg[]Paolo Bonzini2024-04-021-7/+12
| * vga: do not treat horiz pel panning value of 8 as "enabled"Paolo Bonzini2024-04-021-1/+3
| * vga: adjust dirty memory region if pel panning is activePaolo Bonzini2024-04-021-1/+4
| * vga: move computation of dirty memory region laterPaolo Bonzini2024-04-021-25/+25
| * vga: merge conditionals on shift control registerPaolo Bonzini2024-04-021-47/+42
* | Update version for v9.0.0-rc2 releasePeter Maydell2024-04-021-1/+1
* | Merge tag 'hw-misc-20240402' of https://github.com/philmd/qemu into stagingPeter Maydell2024-04-0216-38/+37
|\ \