summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-09block: Add bdrv_lock()/unlock()Kevin Wolf2-0/+41
2020-10-09block: Add bdrv_co_enter()/leave()Kevin Wolf2-0/+40
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf2-0/+40
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf3-7/+35
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf7-46/+214
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf15-14/+73
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf5-13/+33
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf6-13/+20
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf1-1/+4
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf2-10/+5
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf21-46/+73
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf5-14/+14
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf3-7/+7
2020-10-08target/arm: Make '-cpu max' have a 48-bit PAPeter Maydell1-0/+4
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones10-13/+209
2020-10-08tests/qtest: Restore aarch64 arm-cpu-features testAndrew Jones1-1/+2
2020-10-08hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones1-16/+18
2020-10-08hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones1-16/+27
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones1-19/+32
2020-10-08linux headers: sync to 5.9-rc7Andrew Jones1-2/+4
2020-10-08hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé1-1/+3
2020-10-08hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory1-0/+1
2020-10-08hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory1-1/+1
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-10-08hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé2-7/+7
2020-10-08accel/tcg: Fix computing of is_write for MIPSKele Huang1-4/+39
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson3-3/+0
2020-10-08tcg/optimize: Fold dup2_vecRichard Henderson1-0/+15
2020-10-08tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson1-4/+8
2020-10-08tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson1-1/+1
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson1-3/+0
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson2-23/+19
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson11-49/+4
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson2-19/+18
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson11-93/+91
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson2-20/+51
2020-10-06tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth1-0/+12
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth2-0/+0
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank1-1/+4
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank3-9/+24
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank1-20/+13
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2-3/+9
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth1-1/+0
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2-12/+24
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth1-15/+31
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth5-16/+37
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth1-42/+57
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth1-4/+2