summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/fuloong2e: Set CPU frequency to 533 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
* hw/mips/r4k: Explicit CPU frequency is 200 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
* target/mips/cpu: Introduce mips_cpu_create_with_clock() helperPhilippe Mathieu-Daudé2020-10-172-0/+24
* target/mips/cpu: Allow the CPU to use dynamic frequenciesPhilippe Mathieu-Daudé2020-10-172-2/+13
* target/mips/cpu: Make cp0_count_rate a propertyPhilippe Mathieu-Daudé2020-10-172-8/+20
* target/mips/cpu: Calculate the CP0 timer period using the CPU frequencyPhilippe Mathieu-Daudé2020-10-171-2/+2
* target/mips: Move cp0_count_ns to CPUMIPSStatePhilippe Mathieu-Daudé2020-10-173-17/+28
* target/mips/cp0_timer: Document TIMER_PERIOD originPhilippe Mathieu-Daudé2020-10-171-1/+11
* target/mips/cp0_timer: Explicit unit in variable namePhilippe Mathieu-Daudé2020-10-171-9/+10
* target/mips: Move cpu_mips_get_random() with CP0 helpersPhilippe Mathieu-Daudé2020-10-173-26/+26
* target/mips/op_helper: Log unimplemented cache opcodePhilippe Mathieu-Daudé2020-10-171-0/+9
* target/mips/op_helper: Document Invalidate/Writeback opcodes as no-opPhilippe Mathieu-Daudé2020-10-171-0/+5
* target/mips/op_helper: Convert multiple if() to switch casePhilippe Mathieu-Daudé2020-10-171-4/+9
* target/mips: Add loongson-ext lsdc2 group of instructionsJiaxun Yang2020-10-171-0/+179
* target/mips: Add loongson-ext lswc2 group of instructions (Part 2)Jiaxun Yang2020-10-171-2/+180
* target/mips: Add loongson-ext lswc2 group of instructions (Part 1)Jiaxun Yang2020-10-171-0/+86
* target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>Aleksandar Markovic2020-10-171-23/+81
* target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>Aleksandar Markovic2020-10-171-17/+46
* target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>Aleksandar Markovic2020-10-171-21/+40
* target/mips: Fix some comment spelling errorszhaolichang2020-10-173-7/+7
* hw/core/clock: Add the clock_new helper functionLuc Michel2020-10-162-0/+28
* hw/qdev-clock: Display error hint when clock is missing from devicePhilippe Mathieu-Daudé2020-10-161-0/+11
* util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé2020-10-162-0/+26
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-10-1613-162/+339
|\
| * block: deprecate the sheepdog block driverDaniel P. Berrangé2020-10-153-2/+26
| * block: drop moderated sheepdog mailing list from MAINTAINERS fileDaniel P. Berrangé2020-10-151-1/+0Star
| * monitor: Fix order in monitor_cleanup()Kevin Wolf2020-10-151-16/+17
| * qemu-storage-daemon: Remove QemuOpts from --object parserKevin Wolf2020-10-151-11/+4Star
| * qom: Add user_creatable_print_help_from_qdict()Kevin Wolf2020-10-152-3/+27
| * qom: Factor out helpers from user_creatable_print_help()Kevin Wolf2020-10-151-38/+52
| * keyval: Parse help optionsKevin Wolf2020-10-156-78/+185
| * keyval: Fix parsing of ',' in value of implied keyMarkus Armbruster2020-10-152-16/+20
| * test-keyval: Demonstrate misparse of ',' with implied keyMarkus Armbruster2020-10-151-0/+7
| * keyval: Fix and clarify grammarMarkus Armbruster2020-10-151-6/+10
* | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201015-pull-reque...Peter Maydell2020-10-1514-70/+68Star
|\ \
| * | chardev/spice: build spice chardevs as moduleGerd Hoffmann2020-10-152-1/+8
| * | meson: add spice dependency to core spice source files.Gerd Hoffmann2020-10-151-1/+1
| * | meson: add spice_headers dependency.Gerd Hoffmann2020-10-153-2/+4
| * | chardev/spice: simplify chardev setupGerd Hoffmann2020-10-156-39/+20Star
| * | chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann2020-10-152-7/+4Star
| * | ui/spice-app: don't use qemu_chr_open_spice_port directlyGerd Hoffmann2020-10-151-4/+13
| * | modules: update qom object module commentGerd Hoffmann2020-10-151-1/+3
| * | module: silence errors for module_load_qom_all().Gerd Hoffmann2020-10-153-15/+15
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20201014' into stagingPeter Maydell2020-10-153-81/+60Star
|\ \
| * | linux-user/microblaze: Remove non-rt signal framesRichard Henderson2020-10-152-96/+2Star
| * | linux-user/microblaze: Implement rt signal framesRichard Henderson2020-10-151-9/+82
| * | tests/tcg/linux-test: Adjust getsockname for muslRichard Henderson2020-10-151-1/+1
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-10-1510-93/+97
|\ \ | |/ |/|
| * can-host-socketcan: Fix crash when 'if' option is not setEduardo Habkost2020-10-131-0/+5
| * authz-list-file: Fix crash when filename is not setEduardo Habkost2020-10-131-0/+5