index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
accel/tcg: Improve can_do_io management
Richard Henderson
2
-23
/
+23
2024-04-09
target/s390x: Use insn_start from DisasContextBase
Richard Henderson
1
-3
/
+1
2024-04-09
target/riscv: Use insn_start from DisasContextBase
Richard Henderson
1
-6
/
+5
2024-04-09
target/microblaze: Use insn_start from DisasContextBase
Richard Henderson
1
-6
/
+2
2024-04-09
target/i386: Preserve DisasContextBase.insn_start across rewind
Richard Henderson
1
-0
/
+3
2024-04-09
target/hppa: Use insn_start from DisasContextBase
Richard Henderson
1
-5
/
+5
2024-04-09
target/arm: Use insn_start from DisasContextBase
Richard Henderson
3
-8
/
+8
2024-04-09
accel/tcg: Add insn_start to DisasContextBase
Richard Henderson
2
-0
/
+5
2024-04-09
tcg: Add TCGContext.emit_before_op
Richard Henderson
2
-2
/
+18
2024-04-09
target/m68k: Map FPU exceptions to FPSR register
Keith Packard
6
-7
/
+90
2024-04-09
target/sh4: add missing CHECK_NOT_DELAY_SLOT
Zack Buhman
1
-0
/
+3
2024-04-09
target/sh4: Fix mac.w with saturation enabled
Zack Buhman
4
-12
/
+82
2024-04-09
target/sh4: Fix mac.l with saturation enabled
Zack Buhman
4
-11
/
+86
2024-04-09
target/sh4: Merge mach and macl into a union
Richard Henderson
1
-2
/
+12
2024-04-09
target/sh4: mac.w: memory accesses are 16-bit words
Zack Buhman
1
-2
/
+2
2024-04-09
target/hppa: Fix IIAOQ, IIASQ for pa2.0
Richard Henderson
2
-18
/
+20
2024-04-09
linux-user: replace calloc() with g_new0()
Nguyen Dinh Phi
1
-5
/
+1
2024-04-09
linux-user: Fix waitid return of siginfo_t and rusage
Richard Henderson
1
-6
/
+16
2024-04-09
tcg/optimize: Do not attempt to constant fold neg_vec
Richard Henderson
3
-10
/
+21
2024-04-09
qdev-monitor: fix error message in find_device_state()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2024-04-09
vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
Vladimir Sementsov-Ogievskiy
1
-8
/
+3
2024-04-09
vdpa-dev: Fix the issue of device status not updating when configuration inte...
lyx634449800
1
-0
/
+7
2024-04-09
hw/virtio: Fix packed virtqueue flush used_idx
Wafer
1
-2
/
+10
2024-04-09
virtio-snd: rewrite invalid tx/rx message handling
Manos Pitsidianakis
2
-76
/
+77
2024-04-09
virtio-snd: Enhance error handling for invalid transfers
Zheyu Ma
1
-4
/
+4
2024-04-09
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
9
-399
/
+3
2024-04-08
kvm: error out of kvm_irqchip_add_msi_route() in case of full route table
Igor Mammedov
1
-5
/
+10
2024-04-08
nanomips: fix warnings with GCC 14
Paolo Bonzini
1
-97
/
+97
2024-04-08
target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3
Peter Maydell
1
-2
/
+5
2024-04-08
Makefile: preserve --jobserver-auth argument when calling ninja
Martin Hundebøll
1
-1
/
+1
2024-04-07
MAINTAINERS: Adjust migration documentation files
Avihai Horon
1
-2
/
+4
2024-04-07
migration/postcopy: ensure preempt channel is ready before loading states
Wei Wang
1
-0
/
+21
2024-04-05
target/arm: Fix CNTPOFF_EL2 trap to missing EL3
Pierre-Clément Tosi
1
-1
/
+2
2024-04-04
esp.c: remove explicit setting of DRQ within ESP state machine
Mark Cave-Ayland
1
-9
/
+0
2024-04-04
esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
Mark Cave-Ayland
1
-6
/
+4
2024-04-04
esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
Mark Cave-Ayland
1
-4
/
+10
2024-04-04
esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...
Mark Cave-Ayland
1
-1
/
+47
2024-04-04
esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...
Mark Cave-Ayland
1
-18
/
+18
2024-04-04
esp.c: prevent cmdfifo overflow in esp_cdb_ready()
Mark Cave-Ayland
1
-1
/
+11
2024-04-04
esp.c: rework esp_cdb_length() into esp_cdb_ready()
Mark Cave-Ayland
1
-16
/
+14
2024-04-04
esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
Mark Cave-Ayland
1
-1
/
+2
2024-04-04
esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
Mark Cave-Ayland
1
-3
/
+8
2024-04-04
esp.c: change esp_fifo_pop_buf() to take ESPState
Mark Cave-Ayland
1
-12
/
+12
2024-04-04
esp.c: use esp_fifo_push() instead of fifo8_push()
Mark Cave-Ayland
1
-3
/
+3
2024-04-04
esp.c: change esp_fifo_pop() to take ESPState
Mark Cave-Ayland
1
-5
/
+5
2024-04-04
esp.c: change esp_fifo_push() to take ESPState
Mark Cave-Ayland
1
-5
/
+5
2024-04-04
esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()
Mark Cave-Ayland
1
-1
/
+2
2024-04-04
esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()
Mark Cave-Ayland
1
-1
/
+1
2024-04-04
esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()
Mark Cave-Ayland
1
-1
/
+1
2024-04-04
esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() function
Mark Cave-Ayland
1
-1
/
+6
[next]