summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-09accel/tcg: Improve can_do_io managementRichard Henderson2-23/+23
2024-04-09target/s390x: Use insn_start from DisasContextBaseRichard Henderson1-3/+1
2024-04-09target/riscv: Use insn_start from DisasContextBaseRichard Henderson1-6/+5
2024-04-09target/microblaze: Use insn_start from DisasContextBaseRichard Henderson1-6/+2
2024-04-09target/i386: Preserve DisasContextBase.insn_start across rewindRichard Henderson1-0/+3
2024-04-09target/hppa: Use insn_start from DisasContextBaseRichard Henderson1-5/+5
2024-04-09target/arm: Use insn_start from DisasContextBaseRichard Henderson3-8/+8
2024-04-09accel/tcg: Add insn_start to DisasContextBaseRichard Henderson2-0/+5
2024-04-09tcg: Add TCGContext.emit_before_opRichard Henderson2-2/+18
2024-04-09target/m68k: Map FPU exceptions to FPSR registerKeith Packard6-7/+90
2024-04-09target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman1-0/+3
2024-04-09target/sh4: Fix mac.w with saturation enabledZack Buhman4-12/+82
2024-04-09target/sh4: Fix mac.l with saturation enabledZack Buhman4-11/+86
2024-04-09target/sh4: Merge mach and macl into a unionRichard Henderson1-2/+12
2024-04-09target/sh4: mac.w: memory accesses are 16-bit wordsZack Buhman1-2/+2
2024-04-09target/hppa: Fix IIAOQ, IIASQ for pa2.0Richard Henderson2-18/+20
2024-04-09linux-user: replace calloc() with g_new0()Nguyen Dinh Phi1-5/+1
2024-04-09linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson1-6/+16
2024-04-09tcg/optimize: Do not attempt to constant fold neg_vecRichard Henderson3-10/+21
2024-04-09qdev-monitor: fix error message in find_device_state()Vladimir Sementsov-Ogievskiy1-1/+1
2024-04-09vhost-user-blk: simplify and fix vhost_user_blk_handle_config_changeVladimir Sementsov-Ogievskiy1-8/+3
2024-04-09vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx6344498001-0/+7
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer1-2/+10
2024-04-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis2-76/+77
2024-04-09virtio-snd: Enhance error handling for invalid transfersZheyu Ma1-4/+4
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin9-399/+3
2024-04-08kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov1-5/+10
2024-04-08nanomips: fix warnings with GCC 14Paolo Bonzini1-97/+97
2024-04-08target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell1-2/+5
2024-04-08Makefile: preserve --jobserver-auth argument when calling ninjaMartin Hundebøll1-1/+1
2024-04-07MAINTAINERS: Adjust migration documentation filesAvihai Horon1-2/+4
2024-04-07migration/postcopy: ensure preempt channel is ready before loading statesWei Wang1-0/+21
2024-04-05target/arm: Fix CNTPOFF_EL2 trap to missing EL3Pierre-Clément Tosi1-1/+2
2024-04-04esp.c: remove explicit setting of DRQ within ESP state machineMark Cave-Ayland1-9/+0
2024-04-04esp.c: ensure esp_pdma_write() always calls esp_fifo_push()Mark Cave-Ayland1-6/+4
2024-04-04esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()Mark Cave-Ayland1-4/+10
2024-04-04esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...Mark Cave-Ayland1-1/+47
2024-04-04esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...Mark Cave-Ayland1-18/+18
2024-04-04esp.c: prevent cmdfifo overflow in esp_cdb_ready()Mark Cave-Ayland1-1/+11
2024-04-04esp.c: rework esp_cdb_length() into esp_cdb_ready()Mark Cave-Ayland1-16/+14
2024-04-04esp.c: don't assert() if FIFO empty when executing non-DMA SELATNSMark Cave-Ayland1-1/+2
2024-04-04esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFOMark Cave-Ayland1-3/+8
2024-04-04esp.c: change esp_fifo_pop_buf() to take ESPStateMark Cave-Ayland1-12/+12
2024-04-04esp.c: use esp_fifo_push() instead of fifo8_push()Mark Cave-Ayland1-3/+3
2024-04-04esp.c: change esp_fifo_pop() to take ESPStateMark Cave-Ayland1-5/+5
2024-04-04esp.c: change esp_fifo_push() to take ESPStateMark Cave-Ayland1-5/+5
2024-04-04esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()Mark Cave-Ayland1-1/+2
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()Mark Cave-Ayland1-1/+1
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()Mark Cave-Ayland1-1/+1
2024-04-04esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() functionMark Cave-Ayland1-1/+6