aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf
2020-10-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...Peter Maydell
2020-10-08target/arm: Make '-cpu max' have a 48-bit PAPeter Maydell
2020-10-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into stagingPeter Maydell
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-08tests/qtest: Restore aarch64 arm-cpu-features testAndrew Jones
2020-10-08hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones
2020-10-08hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones
2020-10-08linux headers: sync to 5.9-rc7Andrew Jones
2020-10-08hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé
2020-10-08hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory
2020-10-08hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé
2020-10-08hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé
2020-10-08accel/tcg: Fix computing of is_write for MIPSKele Huang
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson
2020-10-08tcg/optimize: Fold dup2_vecRichard Henderson
2020-10-08tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson
2020-10-08tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-10-06Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...Peter Maydell
2020-10-06tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth