Age | Commit message (Expand) | Author |
2019-06-18 | block/commit: Drop bdrv_child_try_set_perm() | Max Reitz |
2019-06-18 | block/mirror: Fix child permissions | Max Reitz |
2019-06-18 | block: Add bdrv_child_refresh_perms() | Max Reitz |
2019-06-18 | file-posix: Update open_flags in raw_set_perm() | Max Reitz |
2019-06-18 | block: drop bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | blockdev: blockdev_mark_auto_del: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | block/block-backend: blk_iostatus_reset: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | block/replication: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | iotests: Hide timestamps for skipped tests | Max Reitz |
2019-06-18 | Travis: print acceptance tests logs in case of job failure | Cleber Rosa |
2019-06-18 | Revert "travis: Make check-acceptance job more verbose" | Eduardo Habkost |
2019-06-18 | target/arm: Check for dp support for dp VFM, not sp | Peter Maydell |
2019-06-18 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2'... | Peter Maydell |
2019-06-18 | vl: Deprecate -mon pretty=... for HMP monitors | Kevin Wolf |
2019-06-18 | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf |
2019-06-18 | monitor: Split Monitor.flags into separate bools | Kevin Wolf |
2019-06-18 | monitor: Split out monitor/monitor.c | Kevin Wolf |
2019-06-18 | monitor: Split out monitor/hmp.c | Kevin Wolf |
2019-06-17 | monitor: Split out monitor/qmp.c | Kevin Wolf |
2019-06-17 | monitor: Create monitor-internal.h with common definitions | Kevin Wolf |
2019-06-17 | monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c | Kevin Wolf |
2019-06-17 | Move monitor.c to monitor/misc.c | Kevin Wolf |
2019-06-17 | monitor: Rename HMP command type and tables | Kevin Wolf |
2019-06-17 | monitor: Remove Monitor.cmd_table indirection | Kevin Wolf |
2019-06-17 | monitor: Create MonitorHMP with readline state | Kevin Wolf |
2019-06-17 | monitor: Make MonitorQMP a child class of Monitor | Kevin Wolf |
2019-06-17 | monitor: Split monitor_init in HMP and QMP function | Kevin Wolf |
2019-06-17 | monitor: Remove unused password prompting fields | Kevin Wolf |
2019-06-17 | monitor: Fix return type of monitor_fdset_dup_fd_find | Yury Kotov |
2019-06-17 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20190617' into ... | Peter Maydell |
2019-06-17 | docs: Build and install specs manual | Peter Maydell |
2019-06-17 | docs/specs/index.rst: Fix minor syntax issues | Peter Maydell |
2019-06-17 | qemu-tech.texi: Remove "QEMU compared to other emulators" section | Peter Maydell |
2019-06-17 | Convert "translator internals" docs to RST, move to devel manual | Peter Maydell |
2019-06-17 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190617'... | Peter Maydell |
2019-06-17 | target/arm: Only implement doubles if the FPU supports them | Peter Maydell |
2019-06-17 | target/arm: Fix typos in trans function prototypes | Peter Maydell |
2019-06-17 | target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d | Peter Maydell |
2019-06-17 | target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16 | Peter Maydell |
2019-06-17 | target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32 | Peter Maydell |
2019-06-17 | target/arm: Stop using cpu_F0s in Neon VCVT fixed-point ops | Peter Maydell |
2019-06-17 | target/arm: Stop using cpu_F0s for Neon f32/s32 VCVT | Peter Maydell |
2019-06-17 | target/arm: Stop using cpu_F0s for NEON_2RM_VRECPE_F and NEON_2RM_VRSQRTE_F | Peter Maydell |
2019-06-17 | target/arm: Stop using cpu_F0s for NEON_2RM_VCVT[ANPM][US] | Peter Maydell |
2019-06-17 | target/arm: Stop using cpu_F0s for NEON_2RM_VRINT* | Peter Maydell |
2019-06-17 | target/arm: Stop using cpu_F0s for NEON_2RM_VNEG_F | Peter Maydell |
2019-06-17 | target/arm: Stop using cpu_F0s for NEON_2RM_VABS_F | Peter Maydell |
2019-06-17 | target/arm: Use vfp_expand_imm() for AArch32 VFP VMOV_imm | Peter Maydell |
2019-06-17 | target/arm: Move vfp_expand_imm() to translate.[ch] | Peter Maydell |
2019-06-17 | hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1 | Peter Maydell |