aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-23target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeabilityAlex Bennée1-1/+1
2021-04-23net: check the existence of peer before trying to padJason Wang4-3/+8
2021-04-20Update version for v6.0.0-rc4 releasev6.0.0-rc4Peter Maydell1-1/+1
2021-04-20qga: fix guest-get-disks regressionMarc-André Lureau1-0/+1
2021-04-20target/mips/rel6_translate: Change license to GNU LGPL v2.1 (or later)Philippe Mathieu-Daudé1-5/+4
2021-04-20migration: Deprecate redundant query-migrate result @blockedMarkus Armbruster1-2/+7
2021-04-19mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)Michael Tokarev2-7/+0
2021-04-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210417'...Peter Maydell7-22/+57
2021-04-17accel/tcg: avoid re-translating one-shot instructionsAlex Bennée1-1/+1
2021-04-17target/arm: drop CF_LAST_IO/dc->condjump checkAlex Bennée1-5/+0
2021-04-17hw/arm/armsse: Make SSE-300 use Cortex-M55Peter Maydell1-2/+5
2021-04-17hw/arm/armsse: Give SSE-300 its own Property arrayPeter Maydell1-3/+14
2021-04-17include/qemu/osdep.h: Move system includes to topPeter Maydell1-7/+13
2021-04-17osdep: protect qemu/osdep.h with extern "C"Paolo Bonzini4-3/+17
2021-04-17osdep: include glib-compat.h before other QEMU headersPaolo Bonzini1-1/+7
2021-04-14Update version for v6.0.0-rc3 releasev6.0.0-rc3Peter Maydell1-1/+1
2021-04-14qapi/qom.json: Do not use CONFIG_VIRTIO_CRYPTO in common codeThomas Huth1-2/+2
2021-04-13Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell1-4/+16
2021-04-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-04-13' in...Peter Maydell1-0/+11
2021-04-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210413'...Peter Maydell2-4/+10
2021-04-13vhost-user-fs: fix features handlingAnton Kuchin1-4/+16
2021-04-13block/nbd: fix possible use after free of s->connect_threadVladimir Sementsov-Ogievskiy1-0/+11
2021-04-13Merge remote-tracking branch 'remotes/philmd/tags/mips-20210413' into stagingPeter Maydell3-1/+17
2021-04-13Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210412' in...Peter Maydell5-83/+10
2021-04-13target/mips: Fix TCG temporary leak in gen_cache_operation()Philippe Mathieu-Daudé1-0/+2
2021-04-13hw/isa/piix4: Migrate Reset Control RegisterPhilippe Mathieu-Daudé1-1/+14
2021-04-13hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APMPhilippe Mathieu-Daudé1-0/+1
2021-04-13Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210412' into...Peter Maydell6-55/+293
2021-04-13sphinx: qapidoc: Wrap "If" section body in a paragraph nodeJohn Snow1-1/+3
2021-04-12tests/qtest: add tests for am53c974 deviceMark Cave-Ayland3-0/+220
2021-04-12esp: ensure that do_cmd is set to zero before submitting an ESP select commandMark Cave-Ayland1-0/+2
2021-04-12esp: don't reset async_len directly in esp_select() if cancelling requestMark Cave-Ayland1-1/+1
2021-04-12esp: don't overflow cmdfifo if TC is larger than the cmdfifo sizeMark Cave-Ayland1-0/+1
2021-04-12esp: don't overflow cmdfifo in get_cmd()Mark Cave-Ayland1-0/+2
2021-04-12esp: don't underflow cmdfifo in do_cmd()Mark Cave-Ayland1-2/+4
2021-04-12esp: ensure cmdfifo is not empty and current_dev is non-NULLMark Cave-Ayland1-0/+3
2021-04-12esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()Mark Cave-Ayland1-12/+28
2021-04-12esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()Mark Cave-Ayland1-14/+6
2021-04-12esp: consolidate esp_cmdfifo_push() into esp_fifo_push()Mark Cave-Ayland1-19/+8
2021-04-12esp: rework write_response() to avoid using the FIFO for DMA transactionsMark Cave-Ayland1-7/+6
2021-04-12esp: always check current_req is not NULL before use in DMA callbacksMark Cave-Ayland1-5/+14
2021-04-12esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland3-3/+6
2021-04-12hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPCPeter Maydell1-2/+6
2021-04-12hw/arm/mps2-tz: Fix MPC setting for AN524 SRAM blockPeter Maydell1-1/+1
2021-04-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210412'...Peter Maydell8-13/+66
2021-04-12exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1Richard Henderson1-2/+2
2021-04-12target/arm: Check PAGE_WRITE_ORG for MTE writeabilityRichard Henderson1-1/+1
2021-04-12accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson4-4/+53
2021-04-12hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range of StreamIDsZenghui Yu1-4/+8
2021-04-12hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interruptsZenghui Yu1-2/+2