aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-21target/mips: Fix if-else-switch-case arms checkpatch errors in translate.cAleksandar Markovic1-72/+133
2019-06-21target/mips: Fix some space checkpatch errors in translate.cAleksandar Markovic1-118/+122
2019-06-21MAINTAINERS: Consolidate MIPS disassembler-related itemsAleksandar Markovic1-4/+1
2019-06-21MAINTAINERS: Update file items for MIPS Malta boardAleksandar Markovic1-0/+1
2019-06-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell17-97/+283
2019-06-18Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell1-1/+3
2019-06-18block/null: Expose read-zeroes option in QAPI schemaKevin Wolf1-1/+3
2019-06-18iotests: Test failure to loosen restrictionsMax Reitz2-0/+27
2019-06-18block: Ignore loosening perm restrictions failuresMax Reitz1-6/+38
2019-06-18block: Add *tighten_restrictions to *check*_perm()Max Reitz1-17/+70
2019-06-18block: Fix order in bdrv_replace_child()Max Reitz1-5/+13
2019-06-18block/commit: Drop bdrv_child_try_set_perm()Max Reitz1-2/+0
2019-06-18block/mirror: Fix child permissionsMax Reitz1-9/+23
2019-06-18block: Add bdrv_child_refresh_perms()Max Reitz2-0/+27
2019-06-18file-posix: Update open_flags in raw_set_perm()Max Reitz1-0/+4
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy6-17/+5
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy3-9/+31
2019-06-18block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy2-4/+5
2019-06-18block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy3-31/+40
2019-06-18iotests: Hide timestamps for skipped testsMax Reitz1-0/+1
2019-06-18Travis: print acceptance tests logs in case of job failureCleber Rosa1-0/+2
2019-06-18Revert "travis: Make check-acceptance job more verbose"Eduardo Habkost1-1/+1
2019-06-18target/arm: Check for dp support for dp VFM, not spPeter Maydell1-4/+4
2019-06-18Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2'...Peter Maydell24-4777/+5073
2019-06-18vl: Deprecate -mon pretty=... for HMP monitorsKevin Wolf2-1/+15
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf10-36/+27
2019-06-18monitor: Split Monitor.flags into separate boolsKevin Wolf5-15/+22
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf7-599/+640
2019-06-18monitor: Split out monitor/hmp.cKevin Wolf5-1352/+1443
2019-06-17monitor: Split out monitor/qmp.cKevin Wolf6-393/+450
2019-06-17monitor: Create monitor-internal.h with common definitionsKevin Wolf4-116/+150
2019-06-17monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.cKevin Wolf6-9/+12
2019-06-17Move monitor.c to monitor/misc.cKevin Wolf8-15/+19
2019-06-17monitor: Rename HMP command type and tablesKevin Wolf2-38/+36
2019-06-17monitor: Remove Monitor.cmd_table indirectionKevin Wolf1-6/+3
2019-06-17monitor: Create MonitorHMP with readline stateKevin Wolf3-58/+77
2019-06-17monitor: Make MonitorQMP a child class of MonitorKevin Wolf1-96/+123
2019-06-17monitor: Split monitor_init in HMP and QMP functionKevin Wolf1-40/+55
2019-06-17monitor: Remove unused password prompting fieldsKevin Wolf1-2/+0
2019-06-17monitor: Fix return type of monitor_fdset_dup_fd_findYury Kotov3-4/+4
2019-06-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20190617' into ...Peter Maydell6-215/+139
2019-06-17docs: Build and install specs manualPeter Maydell2-1/+22
2019-06-17docs/specs/index.rst: Fix minor syntax issuesPeter Maydell1-4/+5
2019-06-17qemu-tech.texi: Remove "QEMU compared to other emulators" sectionPeter Maydell1-107/+0
2019-06-17Convert "translator internals" docs to RST, move to devel manualPeter Maydell3-103/+112
2019-06-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190617'...Peter Maydell16-276/+572
2019-06-17target/arm: Only implement doubles if the FPU supports themPeter Maydell2-0/+90
2019-06-17target/arm: Fix typos in trans function prototypesPeter Maydell1-14/+14
2019-06-17target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1dPeter Maydell1-10/+2
2019-06-17target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16Peter Maydell1-15/+11