summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | MAINTAINERS: add myself maintainer for the clock frameworkLuc Michel2021-02-161-0/+11
| * | hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu2021-02-164-16/+501
| * | hw/i2c: Add a QTest for NPCM7XX SMBus DeviceHao Wu2021-02-162-0/+353
| * | hw/arm: Add I2C sensors and EEPROM for GSJ machineHao Wu2021-02-162-0/+28
| * | hw/arm: Add I2C sensors for NPCM750 eval boardHao Wu2021-02-161-0/+19
| * | hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu2021-02-167-17/+938
| * | tests/tcg/aarch64: Add mte smoke testsRichard Henderson2021-02-167-0/+239
| * | target/arm: Enable MTE for user-onlyRichard Henderson2021-02-161-0/+15
| * | target/arm: Add allocation tag storage for user modeRichard Henderson2021-02-161-2/+27
| * | linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson2021-02-163-0/+22
| * | linux-user/aarch64: Signal SEGV_MTESERR for sync tag check faultRichard Henderson2021-02-162-0/+5
| * | linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson2021-02-162-9/+30
| * | target/arm: Split out syndrome.h from internals.hRichard Henderson2021-02-162-244/+274
| * | linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-164-8/+17
| * | linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson2021-02-162-0/+52
| * | target/arm: Use the proper TBI settings for linux-userRichard Henderson2021-02-163-10/+5Star
| * | target/arm: Improve gen_top_byte_ignoreRichard Henderson2021-02-161-11/+14
| * | linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson2021-02-164-0/+62
| * | linux-user: Handle tags in lock_user/unlock_userRichard Henderson2021-02-161-13/+14
| * | linux-user: Fix types in uaccess.cRichard Henderson2021-02-162-29/+28Star
| * | linux-user: Move lock_user et al out of lineRichard Henderson2021-02-162-40/+53
| * | linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson2021-02-166-13/+24
| * | exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson2021-02-165-13/+14
| * | linux-user: Use guest_range_valid in access_okRichard Henderson2021-02-161-6/+3Star
| * | linux-user: Explicitly untag memory management syscallsRichard Henderson2021-02-161-0/+11
| * | exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-1620-137/+154
| * | exec: Introduce cpu_untagged_addrRichard Henderson2021-02-161-0/+7
| * | linux-user: Fix guest_addr_valid vs reserved_vaRichard Henderson2021-02-161-5/+4Star
| * | linux-user: Do not use guest_addr_valid for h2g_validRichard Henderson2021-02-161-1/+4
| * | bsd-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson2021-02-161-5/+4Star
| * | linux-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson2021-02-161-5/+3Star
| * | linux-user: Check for overflow in access_okRichard Henderson2021-02-161-5/+12
| * | exec: Improve types for guest_addr_validRichard Henderson2021-02-161-1/+1
| * | exec: Use uintptr_t in cpu_ldst.hRichard Henderson2021-02-161-3/+3
| * | exec: Use uintptr_t for guest_baseRichard Henderson2021-02-164-7/+7
| * | linux-user: Introduce PAGE_ANONRichard Henderson2021-02-162-0/+5
| * | tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-164-9/+69
| |/
* | Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell2021-02-167-127/+163
|\ \ | |/ |/|
| * Acceptance Tests: set up existing ssh keys by defaultCleber Rosa2021-02-161-0/+14
| * Acceptance Tests: fix population of public key in cloudinit imageCleber Rosa2021-02-161-1/+3
| * Acceptance Tests: introduce method for requiring an acceleratorCleber Rosa2021-02-163-29/+34
| * Acceptance Tests: introduce LinuxTest base classCleber Rosa2021-02-163-93/+94
| * maint: Tell git that *.py files should use python diff hunksEric Blake2021-02-161-0/+1
| * tests/acceptance/virtio-gpu.py: preserve virtio-user-gpu logCleber Rosa2021-02-161-2/+3
| * Python: close the log file kept by QEMUMachine before reading itCleber Rosa2021-02-161-2/+2
| * virtiofs_submounts.py test: Note on vmlinuz paramMax Reitz2021-02-161-0/+12
| * Acceptance Tests: bump Avocado version requirement to 85.0Cleber Rosa2021-02-161-1/+1
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-02-1512-34/+69
|\
| * monitor/qmp: Stop processing requests when shutdown is requestedKevin Wolf2021-02-151-0/+5
| * monitor: Fix assertion failure on shutdownKevin Wolf2021-02-151-10/+15