summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé2020-10-081-1/+1
| * hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé2020-10-082-7/+7
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into stagingPeter Maydell2020-10-0819-216/+243
|\ \
| * | accel/tcg: Fix computing of is_write for MIPSKele Huang2020-10-081-4/+39
| * | tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson2020-10-083-3/+0Star
| * | tcg/optimize: Fold dup2_vecRichard Henderson2020-10-081-0/+15
| * | tcg: Fix generation of dupi_vec for 32-bit hostRichard Henderson2020-10-081-4/+8
| * | tcg/i386: Fix dupi for avx2 32-bit hostsRichard Henderson2020-10-081-1/+1
| * | tcg: Remove TCGOpDef.usedRichard Henderson2020-10-081-3/+0Star
| * | tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson2020-10-082-23/+19Star
| * | tcg: Remove TCG_CT_REGRichard Henderson2020-10-0811-49/+4Star
| * | tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson2020-10-082-19/+18Star
| * | tcg: Drop union from TCGArgConstraintRichard Henderson2020-10-0811-93/+91Star
| * | tcg: Adjust simd_desc size encodingRichard Henderson2020-10-082-20/+51
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-10-0811-785/+831
|\ \ | |/ |/|
| * numa: hmat: require parent cache description before the next level oneIgor Mammedov2020-10-061-1/+7
| * kernel-doc: Remove $decl_type='type name' hackEduardo Habkost2020-10-061-11/+1Star
| * memory: Explicitly tag doc comments for structsEduardo Habkost2020-10-061-3/+3
| * qom: Explicitly tag doc comments for typedefs and structsEduardo Habkost2020-10-061-11/+11
| * kernel-doc: Handle function typedefs without asterisksEduardo Habkost2020-10-061-1/+1
| * kernel-doc: Handle function typedefs that return pointersEduardo Habkost2020-10-061-2/+2
| * docs/devel/qom: Avoid long linesEduardo Habkost2020-10-061-3/+6
| * docs/devel/qom: Remove usage of <code>Eduardo Habkost2020-10-061-6/+6
| * docs/devel/qom: Use *emphasis* for emphasisEduardo Habkost2020-10-061-3/+3
| * docs/devel/qom: Fix indentation of code blocksEduardo Habkost2020-10-061-38/+38
| * docs/devel/qom: Fix indentation of bulleted listEduardo Habkost2020-10-061-3/+3
| * qom: Fix DECLARE_*CHECKER documentationEduardo Habkost2020-10-061-2/+2
| * qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé2020-10-061-1/+2
| * hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé2020-10-061-0/+1
| * hw/core/qdev-properties: Extract system-mode specific propertiesPhilippe Mathieu-Daudé2020-10-062-682/+679Star
| * hw/core/qdev-properties: Export some integer-related functionsPhilippe Mathieu-Daudé2020-10-062-22/+35
| * hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé2020-10-062-0/+8
| * hw/core/qdev-properties: Export enum-related functionsPhilippe Mathieu-Daudé2020-10-062-28/+49
| * hw/core/qdev-properties: Fix code stylePhilippe Mathieu-Daudé2020-10-061-5/+5
| * hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()Philippe Mathieu-Daudé2020-10-061-13/+12Star
| * hw/core/qdev-properties: Use qemu_strtol() in set_mac() handlerPhilippe Mathieu-Daudé2020-10-061-2/+9
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0...Peter Maydell2020-10-0613-123/+218
|\ \
| * | tests/qtest/cdrom: Add more s390x-related boot testsThomas Huth2020-10-061-0/+12
| * | pc-bios/s390: Update the s390-ccw bios binariesThomas Huth2020-10-062-0/+0
| * | pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank2020-10-061-1/+4
| * | pc-bios: s390x: Use reset PSW if avaliableJanosch Frank2020-10-063-9/+24
| * | pc-bios: s390x: Save PSW reworkJanosch Frank2020-10-061-20/+13Star
| * | pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2020-10-062-3/+9
| * | pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer2020-10-061-1/+1
| * | pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer2020-10-061-1/+1
| * | pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth2020-10-061-1/+0Star
| * | pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2020-10-062-12/+24
| * | pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth2020-10-061-15/+31
| * | pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth2020-10-065-16/+37
| * | pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth2020-10-061-42/+57