aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-17target/arm: Allow M-profile CPUs to disable the DSP extension via CPU propertyPeter Maydell2-0/+31
2019-06-17target/arm: Allow VFP and Neon to be disabled via a CPU propertyPeter Maydell2-6/+148
2019-06-17hw/arm/boot: Honour image size field in AArch64 Image format kernelsPeter Maydell1-2/+15
2019-06-17hw/arm/boot: Avoid placing the initrd on top of the kernelPeter Maydell1-14/+20
2019-06-17hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAMPeter Maydell1-0/+23
2019-06-17hw/arm/boot: Don't assume RAM starts at address zeroPeter Maydell1-5/+4
2019-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell19-76/+127
2019-06-17Merge remote-tracking branch 'remotes/lersek/tags/edk2-pull-2019-06-14' into ...Peter Maydell10-75/+713
2019-06-16tests/rebuild-expected-aml.sh: blow out difflistMichael S. Tsirkin1-0/+3
2019-06-16q35: update DSDTMichael S. Tsirkin9-8/+0
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann3-23/+30