OSDN Git Service

qmiga/qemu.git
2023-09-25 Philippe Mathieu... tests/qtest/netdev-socket: Do not test multicast on...
2023-09-25 Thomas Huthtests/qtest/m48t59-test: Silence compiler warning with...
2023-09-25 Stefan Hajnoczitests/qtest/netdev-socket: Raise connection timeout...
2023-09-25 Thomas Huthmeson.build: Make keyutils independent from keyring
2023-09-21 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-09-21 Stefan HajnocziMerge tag 'pull-parallels-2023-09-20-v2' of https:...
2023-09-21 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-09-21 Stefan HajnocziMerge tag 'pull-testing-200923-1' of https://gitlab...
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-21 Akihiko Odakidocs/devel/reset.rst: Correct function names
2023-09-21 Jonathan Camerondocs/cxl: Cleanout some more aarch64 examples.
2023-09-21 Jonathan Cameronhw/mem/cxl_type3: Add missing copyright and license...
2023-09-21 Dmitry Frolovhw/cxl: Fix out of bound array access
2023-09-21 Li Zhijiandocs/cxl: Change to lowercase as others
2023-09-21 Fan Nihw/cxl/cxl_device: Replace magic number in CXLError...
2023-09-21 Dave Jianghw/pci-bridge/cxl_upstream: Fix bandwidth entry base...
2023-09-21 Li Zhijianhw/cxl: Fix CFMW config memory leak
2023-09-21 Laszlo Ersekhw/i386/pc: fix code comment on cumulative flash size
2023-09-21 Thomas Huthsubprojects: Use the correct .git suffix in the reposit...
2023-09-21 Michael Tokarevhw/other: spelling fixes
2023-09-21 Denis V. Lunevtests: extend test 131 to cover availability of the...
2023-09-21 Denis V. Lunevparallels: naive implementation of parallels_co_pwrite_...
2023-09-21 Denis V. Lunevtests: extend test 131 to cover availability of the...
2023-09-21 Denis V. Lunevparallels: naive implementation of parallels_co_pdiscard
2023-09-21 Denis V. Lunevparallels: improve readability of allocate_clusters
2023-09-21 Denis V. Lunevparallels: naive implementation of allocate_clusters...
2023-09-21 Denis V. Lunevparallels: update used bitmap in allocate_cluster
2023-09-21 Denis V. Lunevparallels: accept multiple clusters in mark_used()
2023-09-21 Denis V. Lunevtests: test self-cure of parallels image with duplicate...
2023-09-21 Denis V. Lunevtests: fix broken deduplication check in parallels...
2023-09-21 Denis V. Lunevparallels: collect bitmap of used clusters at open
2023-09-21 Denis V. Lunevparallels: add test which will validate data_off fixes...
2023-09-21 Denis V. Lunevparallels: fix broken parallels_check_data_off()
2023-09-21 Denis V. Lunevtests: ensure that image validation will not cure the...
2023-09-21 Denis V. Lunevparallels: create mark_used() helper which sets bit...
2023-09-21 Denis V. Lunevparallels: refactor path when we need to re-check image...
2023-09-21 Denis V. Lunevparallels: return earlier from parallels_open() functio...
2023-09-21 Denis V. Lunevparallels: return earler in fail_format branch in paral...
2023-09-21 Denis V. Lunevparallels: invent parallels_opts_prealloc() helper...
2023-09-21 Denis V. Lunevparallels: fix memory leak in parallels_open()
2023-09-21 Denis V. Lunevparallels: mark driver as supporting CBT
2023-09-21 Denis V. Lunevparallels: fix formatting in bdrv_parallels initialization
2023-09-20 Stefan HajnocziMerge tag 'pull-loongarch-20230920' of https://gitlab...
2023-09-20 Stefan HajnocziMerge tag 'hppa-btlb-pull-request' of https://github...
2023-09-20 Paolo Bonziniblock: mark aio_poll as non-coroutine
2023-09-20 Stefan Hajnocziblock-backend: process zoned requests in the current...
2023-09-20 Stefan Hajnocziblock-backend: process I/O in the current AioContext
2023-09-20 Stefan Hajnoczitest-bdrv-drain: avoid race with BH in IOThread drain...
2023-09-20 Stefan Hajnocziblock: remove AIOCBInfo->get_aio_context()
2023-09-20 Andrey Drobyshev viaqemu-img: map: report compressed data blocks
2023-09-20 Andrey Drobyshev viablock: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_st...
2023-09-20 Kevin Wolfblock: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Mark bdrv_unref_child() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Mark bdrv_root_unref_child() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Take graph rdlock in bdrv_change_aio_context()
2023-09-20 Kevin Wolfblock: Take graph rdlock in bdrv_drop_intermediate()
2023-09-20 Kevin Wolfblock: Mark bdrv_parent_cb_change_media() GRAPH_RDLOCK
2023-09-20 Kevin Wolfblock: Mark bdrv_child_perm() GRAPH_RDLOCK
2023-09-20 Kevin Wolfblock: Mark bdrv_get_cumulative_perm() and callers...
2023-09-20 Kevin Wolfblock: Mark bdrv_parent_perms_conflict() and callers...
2023-09-20 Kevin Wolfblock: Mark bdrv_attach_child() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Call transaction callbacks with lock held
2023-09-20 Kevin Wolfblock: Mark bdrv_attach_child_common() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock-coroutine-wrapper: Allow arbitrary parameter...
2023-09-20 Kevin Wolfblock-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock...
2023-09-20 Kevin Wolfblock: Introduce bdrv_schedule_unref()
2023-09-20 Kevin Wolfblock: Take AioContext lock for bdrv_append() more...
2023-09-20 Kevin Wolfpreallocate: Don't poll during permission updates
2023-09-20 Kevin Wolfpreallocate: Factor out preallocate_truncate_to_real_size()
2023-09-20 Kevin Wolfblock: Remove unused BlockReopenQueueEntry.perms_checked
2023-09-20 Philippe Mathieu... tests/avocado: Disable MIPS Malta tests due to GitLab...
2023-09-20 Nicholas Piggintests/avocado: Fix console data loss
2023-09-20 Daniel P. Berrangégitlab: make Cirrus CI jobs gating
2023-09-20 Daniel P. Berrangégitlab: make Cirrus CI timeout explicit
2023-09-20 Daniel P. Berrangéqtest: kill orphaned qtest QEMU processes on FreeBSD
2023-09-20 Daniel P. Berrangémicrobit: add missing qtest_quit() call
2023-09-20 Richard Hendersontests/docker: Update docker-loongarch-cross toolchain
2023-09-20 Alex Bennéegitlab: fix typo/spelling in comments
2023-09-20 Alex Bennéetests: update most Debian images to Bookworm
2023-09-20 Song Gaotarget/loongarch: CPUCFG support LASX
2023-09-20 Song Gaotarget/loongarch: Move simply DO_XX marcos togther
2023-09-20 Song Gaotarget/loongarch: Implement xvld xvst
2023-09-20 Song Gaotarget/loongarch: Implement xvshuf xvperm{i} xvshuf4i
2023-09-20 Song Gaotarget/loongarch: Implement xvpack xvpick xvilv{l/h}
2023-09-20 Song Gaotarget/loongarch: Implement xvreplve xvinsve0 xvpickve
2023-09-20 Song Gaotarget/loongarch: Implement xvinsgr2vr xvpickve2gr
2023-09-20 Song Gaotarget/loongarch: Implement xvbitsel xvset
2023-09-20 Song Gaotarget/loongarch: Implement xvfcmp
2023-09-20 Song Gaotarget/loongarch: Implement xvseq xvsle xvslt
2023-09-20 Song Gaotarget/loongarch: Implement LASX fpu fcvt instructions
2023-09-20 Song Gaotarget/loongarch: Implement LASX fpu arith instructions
2023-09-20 Song Gaotarget/loongarch: Implement xvfrstp
2023-09-20 Song Gaotarget/loongarch: Implement xvbitclr xvbitset xvbitrev
2023-09-20 Song Gaotarget/loongarch: Implement xvpcnt
2023-09-20 Song Gaotarget/loongarch: Implement xvclo xvclz
2023-09-20 Song Gaotarget/loongarch: Implement xvssrlrn xvssrarn
2023-09-20 Song Gaotarget/loongarch: Implement xvssrln xvssran
2023-09-20 Song Gaotarget/loongarch: Implement xvsrlrn xvsrarn
next