aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-30qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type namesJohn Snow
2021-04-30qapi/expr.py: enable pylint checksJohn Snow
2021-04-30qapi/expr.py: Remove single-letter variableJohn Snow
2021-04-30qapi/expr.py: Consolidate check_if_str calls in check_ifJohn Snow
2021-04-30qapi/expr.py: add type hint annotationsJohn Snow
2021-04-30qapi/expr.py: Modify check_keys to accept any CollectionJohn Snow
2021-04-30qapi/expr.py: Add casts in a few select casesJohn Snow
2021-04-30qapi/expr.py: Check type of union and alternate 'data' memberJohn Snow
2021-04-30qapi/expr.py: move string check upwards in check_typeJohn Snow
2021-04-30qapi/expr.py: Add assertion for union type 'check_dict'John Snow
2021-04-30qapi/expr.py: constrain incoming expression typesJohn Snow
2021-04-30qapi/expr.py: Check for dict instead of OrderedDictJohn Snow
2021-04-30qapi/expr.py: Remove 'info' argument from nested check_if_strJohn Snow
2021-04-30qapi/expr: Comment cleanupJohn Snow
2021-04-30Open 6.1 development treePeter Maydell
2021-04-29Update version for v6.0.0 releasev6.0.0Peter Maydell
2021-04-26Update version for v6.0.0-rc5 releasev6.0.0-rc5Peter Maydell
2021-04-26hw/block/nvme: fix invalid msix exclusive uninitKlaus Jensen
2021-04-23target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeabilityAlex Bennée
2021-04-23net: check the existence of peer before trying to padJason Wang
2021-04-20Update version for v6.0.0-rc4 releasev6.0.0-rc4Peter Maydell
2021-04-20qga: fix guest-get-disks regressionMarc-André Lureau
2021-04-20target/mips/rel6_translate: Change license to GNU LGPL v2.1 (or later)Philippe Mathieu-Daudé
2021-04-20migration: Deprecate redundant query-migrate result @blockedMarkus Armbruster
2021-04-19mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)Michael Tokarev
2021-04-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210417'...Peter Maydell
2021-04-17accel/tcg: avoid re-translating one-shot instructionsAlex Bennée
2021-04-17target/arm: drop CF_LAST_IO/dc->condjump checkAlex Bennée
2021-04-17hw/arm/armsse: Make SSE-300 use Cortex-M55Peter Maydell
2021-04-17hw/arm/armsse: Give SSE-300 its own Property arrayPeter Maydell
2021-04-17include/qemu/osdep.h: Move system includes to topPeter Maydell
2021-04-17osdep: protect qemu/osdep.h with extern "C"Paolo Bonzini
2021-04-17osdep: include glib-compat.h before other QEMU headersPaolo Bonzini
2021-04-14Update version for v6.0.0-rc3 releasev6.0.0-rc3Peter Maydell
2021-04-14qapi/qom.json: Do not use CONFIG_VIRTIO_CRYPTO in common codeThomas Huth
2021-04-13Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell
2021-04-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-04-13' in...Peter Maydell
2021-04-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210413'...Peter Maydell
2021-04-13vhost-user-fs: fix features handlingAnton Kuchin
2021-04-13block/nbd: fix possible use after free of s->connect_threadVladimir Sementsov-Ogievskiy
2021-04-13Merge remote-tracking branch 'remotes/philmd/tags/mips-20210413' into stagingPeter Maydell
2021-04-13Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210412' in...Peter Maydell
2021-04-13target/mips: Fix TCG temporary leak in gen_cache_operation()Philippe Mathieu-Daudé
2021-04-13hw/isa/piix4: Migrate Reset Control RegisterPhilippe Mathieu-Daudé
2021-04-13hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APMPhilippe Mathieu-Daudé
2021-04-13Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210412' into...Peter Maydell
2021-04-13sphinx: qapidoc: Wrap "If" section body in a paragraph nodeJohn Snow
2021-04-12tests/qtest: add tests for am53c974 deviceMark Cave-Ayland
2021-04-12esp: ensure that do_cmd is set to zero before submitting an ESP select commandMark Cave-Ayland
2021-04-12esp: don't reset async_len directly in esp_select() if cancelling requestMark Cave-Ayland