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-02-07
virtio-blk: Use ioeventfd_attach in start_ioeventfd
Hanna Czenczek
1
-11
/
+10
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
2
-1
/
+48
2024-02-07
virtio-scsi: Attach event vq notifier with no_poll
Hanna Czenczek
1
-1
/
+6
2024-02-07
blkio: Respect memory-alignment for bounce buffer allocations
Kevin Wolf
1
-0
/
+3
2024-02-07
scsi: Don't ignore most usb-storage properties
Kevin Wolf
3
-28
/
+15
2024-02-07
virtio-blk: do not use C99 mixed declarations
Stefan Hajnoczi
1
-7
/
+10
2024-02-07
iotests: give tempdir an identifying name
Daniel P. Berrangé
1
-1
/
+1
2024-02-07
iotests: fix leak of tmpdir in dry-run mode
Daniel P. Berrangé
1
-1
/
+2
2024-02-07
scsi: Await request purging
Hanna Czenczek
1
-9
/
+21
2024-02-07
block-backend: Allow concurrent context changes
Hanna Czenczek
1
-11
/
+11
2024-02-07
monitor: use aio_co_reschedule_self()
Stefan Hajnoczi
1
-5
/
+2
2024-02-07
virtio-blk: declare VirtIOBlock::rq with a type
Stefan Hajnoczi
1
-1
/
+1
2024-02-07
virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()
Stefan Hajnoczi
1
-0
/
+2
2024-02-07
virtio-blk: clarify that there is at least 1 virtqueue
Stefan Hajnoczi
1
-0
/
+1
2024-02-07
virtio-blk: enforce iothread-vq-mapping validation
Stefan Hajnoczi
1
-81
/
+102
2024-02-06
meson: Link with libinotify on FreeBSD
Ilya Leoshkevich
2
-5
/
+24
2024-02-06
test-util-filemonitor: Adapt to the FreeBSD inotify rename semantics
Ilya Leoshkevich
1
-0
/
+8
2024-02-06
tests/vm/freebsd: Reload the sshd configuration
Ilya Leoshkevich
1
-0
/
+1
2024-02-06
tests/vm: Set UseDNS=no in the sshd configuration
Ilya Leoshkevich
1
-0
/
+2
2024-02-06
target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
7
-25
/
+11
2024-02-06
tests/tcg/s390x: Test CONVERT TO BINARY
Ilya Leoshkevich
2
-0
/
+103
2024-02-06
tests/tcg/s390x: Test CONVERT TO DECIMAL
Ilya Leoshkevich
2
-0
/
+64
2024-02-06
target/s390x: Emulate CVB, CVBY and CVBG
Ilya Leoshkevich
4
-0
/
+98
2024-02-06
target/s390x: Emulate CVDG
Ilya Leoshkevich
4
-0
/
+31
2024-02-06
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
7
-37
/
+145
2024-02-06
memory-device: reintroduce memory region size check
David Hildenbrand
1
-0
/
+14
2024-02-05
tcg/tci: Support TCG_COND_TST{EQ,NE}
Richard Henderson
2
-1
/
+15
2024-02-05
tcg/s390x: Support TCG_COND_TST{EQ,NE}
Richard Henderson
2
-44
/
+97
2024-02-05
docs/about: Deprecate the old "power5+" and "power7+" CPU names
Thomas Huth
1
-0
/
+9
2024-02-05
target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rules
Thomas Huth
3
-10
/
+8
2024-02-05
hw/scsi/lsi53c895a: add missing decrement of reentrancy counter
Sven Schnelle
1
-0
/
+1
2024-02-04
hv-balloon: use get_min_alignment() to express 32 GiB alignment
David Hildenbrand
1
-16
/
+21
2024-02-03
tcg/s390x: Add TCG_CT_CONST_CMP
Richard Henderson
3
-21
/
+58
2024-02-03
tcg/s390x: Split constraint A into J+U
Richard Henderson
3
-23
/
+23
2024-02-03
tcg/ppc: Support TCG_COND_TST{EQ,NE}
Richard Henderson
2
-9
/
+115
2024-02-03
tcg/ppc: Add TCG_CT_CONST_CMP
Richard Henderson
3
-10
/
+44
2024-02-03
tcg/ppc: Tidy up tcg_target_const_match
Richard Henderson
1
-11
/
+16
2024-02-03
tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
Richard Henderson
1
-34
/
+34
2024-02-03
tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
Richard Henderson
1
-11
/
+17
2024-02-03
tcg/sparc64: Support TCG_COND_TST{EQ,NE}
Richard Henderson
2
-3
/
+15
2024-02-03
tcg/sparc64: Pass TCGCond to tcg_out_cmp
Richard Henderson
1
-10
/
+11
2024-02-03
tcg/sparc64: Hoist read of tcg_cond_to_rcond
Richard Henderson
1
-11
/
+14
2024-02-03
tcg/i386: Use TEST r,r to test 8/16/32 bits
Paolo Bonzini
1
-0
/
+17
2024-02-03
tcg/i386: Improve TSTNE/TESTEQ vs powers of two
Richard Henderson
3
-8
/
+53
2024-02-03
tcg/i386: Support TCG_COND_TST{EQ,NE}
Richard Henderson
2
-37
/
+60
2024-02-03
tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
Richard Henderson
1
-11
/
+13
2024-02-03
tcg/i386: Pass x86 condition codes to tcg_out_cmov
Richard Henderson
1
-8
/
+8
2024-02-03
tcg/arm: Support TCG_COND_TST{EQ,NE}
Richard Henderson
2
-2
/
+29
2024-02-03
tcg/arm: Split out tcg_out_cmp()
Richard Henderson
1
-15
/
+17
2024-02-03
tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX
Richard Henderson
1
-0
/
+6
[next]