aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell38-100/+44
2023-02-24Merge tag 'pull-qapi-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell6-122/+111
2023-02-24Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingPeter Maydell14-396/+94
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell7-2/+129
2023-02-24Merge tag 'pull-tcg-20230221' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell19-31/+226
2023-02-23rocker: Tweak stubbed out monitor commands' error messagesMarkus Armbruster2-10/+5
2023-02-23migration/colo: Improve an x-colo-lost-heartbeat error messageMarkus Armbruster1-2/+1
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster1-2/+1
2023-02-23replay: Simplify setting replay blockersMarkus Armbruster6-20/+11
2023-02-23qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLEDMarkus Armbruster1-3/+2
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster5-30/+18
2023-02-23hw/acpi: Dumb down acpi_table_add() stubMarkus Armbruster1-3/+1
2023-02-23hw/smbios: Dumb down smbios_entry_add() stubMarkus Armbruster1-3/+1
2023-02-23hw/core: Improve error message when machine doesn't provide NMIsMarkus Armbruster1-2/+1
2023-02-23dump: Assert cpu_get_note_size() can't failMarkus Armbruster1-4/+1
2023-02-23dump: Improve error message when target doesn't support memory dumpMarkus Armbruster1-1/+2
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster20-20/+0
2023-02-23qapi: remove JSON value FIXMEJohn Snow1-4/+0
2023-02-23qapi: remove _JSONObjectJohn Snow2-13/+5
2023-02-23qapi/parser: add QAPIExpression typeJohn Snow3-100/+100
2023-02-23qapi: Add minor typing workaround for 3.6John Snow1-3/+2
2023-02-23qapi: update pylint configurationJohn Snow1-0/+1
2023-02-23qapi: Update flake8 configJohn Snow1-1/+2
2023-02-23docs/devel/qapi-code-gen: Fix a missing 'may', clarify SchemaInfoMarkus Armbruster1-5/+4
2023-02-23docs/devel/qapi-code-gen: Belatedly update features documentationMarkus Armbruster1-3/+4
2023-02-22python: drop pipenvJohn Snow9-388/+86
2023-02-22python: support pylint 2.16John Snow5-8/+8
2023-02-21sysemu/os-win32: fix setjmp/longjmp on windows-arm64Pierrick Bouvier2-4/+45
2023-02-21util/cacheflush: fix cache on windows-arm64Pierrick Bouvier1-3/+11
2023-02-21target/microblaze: Add gdbstub xmlRichard Henderson9-12/+125
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich1-2/+8
2023-02-21cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich2-4/+12
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2-4/+7
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson1-0/+8
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson1-2/+10
2023-02-21target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.TaiseiIto1-1/+3
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell13-61/+272
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell14-404/+71
2023-02-20Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell19-596/+612
2023-02-20Merge tag 'pull-virtiofs-20230216b' of https://gitlab.com/dagrh/qemu into sta...Peter Maydell35-13990/+13
2023-02-20docs: build-platforms: refine requirements on Python build dependenciesPaolo Bonzini1-0/+32
2023-02-20Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell25-128/+295
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko2-2/+2
2023-02-17block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threadsEmanuele Giuseppe Esposito1-1/+1
2023-02-17MAINTAINERS: drop Vladimir from parallels block driverVladimir Sementsov-Ogievskiy1-2/+0
2023-02-17block: temporarily hold the new AioContext of bs_top in bdrv_append()Stefano Garzarella1-0/+23
2023-02-17block: Handle curl 7.55.0, 7.85.0 version changesAnton Johansson1-7/+37
2023-02-17block: Assert non-coroutine context for bdrv_open_inherit()Kevin Wolf1-7/+6
2023-02-17block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapperKevin Wolf1-2/+2
2023-02-17vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5