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
2023-09-25
hw/mips/jazz: Move the NIC init code into a separate function
Thomas Huth
1
-27
/
+35
2023-09-25
tests/qtest/netdev-socket: Do not test multicast on Darwin
Philippe Mathieu-Daudé
1
-2
/
+4
2023-09-25
tests/qtest/m48t59-test: Silence compiler warning with -Wshadow
Thomas Huth
1
-6
/
+6
2023-09-25
tests/qtest/netdev-socket: Raise connection timeout to 120 seconds
Stefan Hajnoczi
1
-1
/
+1
2023-09-25
meson.build: Make keyutils independent from keyring
Thomas Huth
3
-2
/
+9
2023-09-21
docs/devel/reset.rst: Correct function names
Akihiko Odaki
1
-9
/
+8
2023-09-21
docs/cxl: Cleanout some more aarch64 examples.
Jonathan Cameron
1
-2
/
+2
2023-09-21
hw/mem/cxl_type3: Add missing copyright and license notice
Jonathan Cameron
2
-0
/
+21
2023-09-21
hw/cxl: Fix out of bound array access
Dmitry Frolov
1
-1
/
+1
2023-09-21
docs/cxl: Change to lowercase as others
Li Zhijian
1
-4
/
+4
2023-09-21
hw/cxl/cxl_device: Replace magic number in CXLError definition
Fan Ni
1
-1
/
+1
2023-09-21
hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS
Dave Jiang
1
-1
/
+1
2023-09-21
hw/cxl: Fix CFMW config memory leak
Li Zhijian
1
-6
/
+6
2023-09-21
hw/i386/pc: fix code comment on cumulative flash size
Laszlo Ersek
1
-6
/
+6
2023-09-21
subprojects: Use the correct .git suffix in the repository URLs
Thomas Huth
3
-3
/
+3
2023-09-21
hw/other: spelling fixes
Michael Tokarev
48
-85
/
+85
2023-09-21
tests: extend test 131 to cover availability of the write-zeroes
Denis V. Lunev
2
-0
/
+43
2023-09-21
parallels: naive implementation of parallels_co_pwrite_zeroes
Denis V. Lunev
1
-0
/
+14
2023-09-21
tests: extend test 131 to cover availability of the discard operation
Denis V. Lunev
2
-0
/
+69
2023-09-21
parallels: naive implementation of parallels_co_pdiscard
Denis V. Lunev
1
-0
/
+46
2023-09-21
parallels: improve readability of allocate_clusters
Denis V. Lunev
1
-8
/
+5
2023-09-21
parallels: naive implementation of allocate_clusters with used bitmap
Denis V. Lunev
1
-12
/
+39
2023-09-21
parallels: update used bitmap in allocate_cluster
Denis V. Lunev
1
-0
/
+14
2023-09-21
parallels: accept multiple clusters in mark_used()
Denis V. Lunev
1
-8
/
+10
2023-09-21
tests: test self-cure of parallels image with duplicated clusters
Denis V. Lunev
2
-0
/
+67
2023-09-21
tests: fix broken deduplication check in parallels format test
Denis V. Lunev
2
-8
/
+22
2023-09-21
parallels: collect bitmap of used clusters at open
Denis V. Lunev
2
-0
/
+76
2023-09-21
parallels: add test which will validate data_off fixes through repair
Denis V. Lunev
2
-0
/
+35
2023-09-21
parallels: fix broken parallels_check_data_off()
Denis V. Lunev
1
-0
/
+1
2023-09-21
tests: ensure that image validation will not cure the corruption
Denis V. Lunev
1
-4
/
+5
2023-09-21
parallels: create mark_used() helper which sets bit in used bitmap
Denis V. Lunev
1
-9
/
+25
2023-09-21
parallels: refactor path when we need to re-check image in parallels_open
Denis V. Lunev
1
-11
/
+10
2023-09-21
parallels: return earlier from parallels_open() function on error
Denis V. Lunev
1
-9
/
+5
2023-09-21
parallels: return earler in fail_format branch in parallels_open()
Denis V. Lunev
1
-1
/
+2
2023-09-21
parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
Denis V. Lunev
1
-28
/
+44
2023-09-21
parallels: fix memory leak in parallels_open()
Denis V. Lunev
1
-0
/
+1
2023-09-21
parallels: mark driver as supporting CBT
Denis V. Lunev
1
-0
/
+6
2023-09-21
parallels: fix formatting in bdrv_parallels initialization
Denis V. Lunev
1
-17
/
+19
2023-09-20
block: mark aio_poll as non-coroutine
Paolo Bonzini
1
-1
/
+1
2023-09-20
block-backend: process zoned requests in the current AioContext
Stefan Hajnoczi
1
-6
/
+6
2023-09-20
block-backend: process I/O in the current AioContext
Stefan Hajnoczi
1
-3
/
+3
2023-09-20
test-bdrv-drain: avoid race with BH in IOThread drain test
Stefan Hajnoczi
1
-0
/
+8
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
8
-57
/
+10
2023-09-20
qemu-img: map: report compressed data blocks
Andrey Drobyshev via
16
-738
/
+744
2023-09-20
block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
Andrey Drobyshev via
4
-1
/
+12
2023-09-20
block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Kevin Wolf
4
-30
/
+27
2023-09-20
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
10
-8
/
+50
2023-09-20
block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
Kevin Wolf
4
-4
/
+9
2023-09-20
block: Take graph rdlock in bdrv_change_aio_context()
Kevin Wolf
1
-0
/
+4
2023-09-20
block: Take graph rdlock in bdrv_drop_intermediate()
Kevin Wolf
1
-0
/
+2
[next]