summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ui: update keycodemapdb submodule commitDaniel P. Berrangé2021-01-292-1/+2
| * crypto: Add spaces around operatorshiliyang2021-01-292-3/+3
| * configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman2021-01-293-43/+66
| * docs: fix missing backslash in certtool shell exampleDaniel P. Berrangé2021-01-291-1/+1
| * docs: simplify and clarify the platform support rulesDaniel P. Berrangé2021-01-291-40/+23Star
| * Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé2021-01-294-10/+10
| * os: deprecate the -enable-fips option and QEMU's FIPS enforcementDaniel P. Berrangé2021-01-292-0/+15
| * crypto: Fix memory leaks in set_loaded for tls-*Kevin Wolf2021-01-293-6/+3Star
| * crypto: Forbid broken unloading of secretsKevin Wolf2021-01-291-3/+3
| * crypto: Move USER_CREATABLE to secret_common base classKevin Wolf2021-01-293-28/+15Star
| * crypto: Fix some code style problems, add spaces around operatorshiliyang2021-01-293-3/+3
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210129-...Peter Maydell2021-01-2952-319/+1436
|\ \
| * | hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYSPeter Maydell2021-01-291-10/+0Star
| * | arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell2021-01-298-28/+0Star
| * | arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell2021-01-295-15/+0Star
| * | hw/arm/armsse: Use Clock to set system_clock_scalePeter Maydell2021-01-291-5/+19
| * | tests/qtest/cmsdk-apb-watchdog-test: Test clock changesPeter Maydell2021-01-291-0/+52
| * | hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock inputPeter Maydell2021-01-291-4/+14
| * | hw/timer/cmsdk-apb-dualtimer: Convert to use Clock inputPeter Maydell2021-01-291-5/+37
| * | hw/timer/cmsdk-apb-timer: Convert to use Clock inputPeter Maydell2021-01-291-4/+14
| * | hw/arm/stellaris: Create Clock input for watchdogPeter Maydell2021-01-291-12/+31
| * | hw/arm/stellaris: Convert SSYS to QOM devicePeter Maydell2021-01-291-25/+107
| * | hw/arm/musca: Create and connect ARMSSE ClocksPeter Maydell2021-01-291-0/+12
| * | hw/arm/mps2-tz: Create and connect ARMSSE ClocksPeter Maydell2021-01-291-0/+13
| * | hw/arm/mps2: Create and connect SYSCLK ClockPeter Maydell2021-01-291-0/+9
| * | hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell2021-01-292-23/+16Star
| * | hw/arm/armsse: Wire up clocksPeter Maydell2021-01-292-2/+21
| * | hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell2021-01-294-6/+6
| * | hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell2021-01-292-2/+8
| * | hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell2021-01-292-2/+8
| * | hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell2021-01-292-2/+14
| * | hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell2021-01-293-19/+19
| * | tests: Add a simple test of the CMSDK APB dual timerPeter Maydell2021-01-293-0/+132
| * | tests: Add a simple test of the CMSDK APB watchdogPeter Maydell2021-01-293-0/+81
| * | tests: Add a simple test of the CMSDK APB timerPeter Maydell2021-01-293-0/+77
| * | clock: Add new clock_has_source() functionPeter Maydell2021-01-292-0/+31
| * | ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell2021-01-293-0/+57
| * | tests/qtest: add a test case for pvpanic-pciMihai Carabas2021-01-292-0/+99
| * | pvpanic : update pvpanic spec documentMihai Carabas2021-01-291-1/+12
| * | hw/misc/pvpanic: add PCI interface supportMihai Carabas2021-01-296-0/+104
| * | hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas2021-01-297-85/+130
| * | hvf: Add hypervisor entitlement to output binariesAlexander Graf2021-01-293-4/+46
| * | darwin: remove 64-bit build detection on 32-bit OSJoelle van Dyne2021-01-291-11/+0Star
| * | darwin: detect CoreAudio for buildJoelle van Dyne2021-01-291-2/+33
| * | configure: cross compile should use x86_64 cpu_familyJoelle van Dyne2021-01-291-1/+4
| * | darwin: fix cross-compiling for DarwinJoelle van Dyne2021-01-291-0/+4
| * | darwin: remove redundant dependency declarationJoelle van Dyne2021-01-291-1/+0Star
| * | osdep: build with non-working system() functionJoelle van Dyne2021-01-292-0/+13
| * | configure: cross-compiling with empty cross_prefixJoelle van Dyne2021-01-291-2/+4
| * | configure: Move preadv check to meson.buildPeter Maydell2021-01-292-17/+3Star