aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-02-23block/qed: add missing graph rdlock in qed_need_check_timer_entryEmanuele Giuseppe Esposito
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23mirror: Fix access of uninitialised fields during startKevin Wolf
2023-02-23block: Make bdrv_can_set_read_only() staticKevin Wolf
2023-02-23rocker: Tweak stubbed out monitor commands' error messagesMarkus Armbruster
2023-02-23migration/colo: Improve an x-colo-lost-heartbeat error messageMarkus Armbruster
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster
2023-02-23replay: Simplify setting replay blockersMarkus Armbruster
2023-02-23qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLEDMarkus Armbruster
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster
2023-02-23hw/acpi: Dumb down acpi_table_add() stubMarkus Armbruster
2023-02-23hw/smbios: Dumb down smbios_entry_add() stubMarkus Armbruster
2023-02-23hw/core: Improve error message when machine doesn't provide NMIsMarkus Armbruster
2023-02-23dump: Assert cpu_get_note_size() can't failMarkus Armbruster
2023-02-23dump: Improve error message when target doesn't support memory dumpMarkus Armbruster
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-23qapi: remove JSON value FIXMEJohn Snow
2023-02-23qapi: remove _JSONObjectJohn Snow
2023-02-23qapi/parser: add QAPIExpression typeJohn Snow
2023-02-23qapi: Add minor typing workaround for 3.6John Snow
2023-02-23qapi: update pylint configurationJohn Snow
2023-02-23qapi: Update flake8 configJohn Snow
2023-02-23docs/devel/qapi-code-gen: Fix a missing 'may', clarify SchemaInfoMarkus Armbruster
2023-02-23docs/devel/qapi-code-gen: Belatedly update features documentationMarkus Armbruster
2023-02-22python: drop pipenvJohn Snow
2023-02-22python: support pylint 2.16John Snow
2023-02-21sysemu/os-win32: fix setjmp/longjmp on windows-arm64Pierrick Bouvier
2023-02-21util/cacheflush: fix cache on windows-arm64Pierrick Bouvier
2023-02-21target/microblaze: Add gdbstub xmlRichard Henderson
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich
2023-02-21cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson
2023-02-21target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.TaiseiIto
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell
2023-02-20Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell
2023-02-20Merge tag 'pull-virtiofs-20230216b' of https://gitlab.com/dagrh/qemu into sta...Peter Maydell
2023-02-20docs: build-platforms: refine requirements on Python build dependenciesPaolo Bonzini
2023-02-20Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko
2023-02-17block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threadsEmanuele Giuseppe Esposito
2023-02-17MAINTAINERS: drop Vladimir from parallels block driverVladimir Sementsov-Ogievskiy
2023-02-17block: temporarily hold the new AioContext of bs_top in bdrv_append()Stefano Garzarella
2023-02-17block: Handle curl 7.55.0, 7.85.0 version changesAnton Johansson
2023-02-17block: Assert non-coroutine context for bdrv_open_inherit()Kevin Wolf