aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-06-17target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32Peter Maydell1-15/+12
2019-06-17target/arm: Stop using cpu_F0s in Neon VCVT fixed-point opsPeter Maydell1-34/+28
2019-06-17target/arm: Stop using cpu_F0s for Neon f32/s32 VCVTPeter Maydell1-60/+22
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VRECPE_F and NEON_2RM_VRSQRTE_FPeter Maydell1-3/+3
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VCVT[ANPM][US]Peter Maydell1-4/+3
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VRINT*Peter Maydell1-5/+3
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VNEG_FPeter Maydell1-11/+2
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VABS_FPeter Maydell1-11/+8
2019-06-17target/arm: Use vfp_expand_imm() for AArch32 VFP VMOV_immPeter Maydell2-28/+10
2019-06-17target/arm: Move vfp_expand_imm() to translate.[ch]Peter Maydell4-33/+40
2019-06-17hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1Peter Maydell1-1/+7
2019-06-17hw/intc/arm_gicv3: Fix decoding of ID register rangePeter Maydell2-4/+4
2019-06-17hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell3-12/+61
2019-06-17hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPUPeter Maydell2-0/+22