aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell24-48/+382
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie4-2/+23
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck6-25/+0
2018-02-26s390x/sclp: remove memory hotplug supportDavid Hildenbrand3-331/+5
2018-02-26s390x/cpumodel: document S390FeatDef.bit not applicableHalil Pasic1-2/+6
2018-02-26hmp: change hmp_info_cpus to use query-cpus-fastViktor Mihajlovski2-37/+17
2018-02-26qemu-doc: deprecate query-cpusViktor Mihajlovski2-0/+8
2018-02-26qmp: add architecture specific cpu data for query-cpus-fastViktor Mihajlovski2-7/+28
2018-02-26qmp: add query-cpus-fastLuiz Capitulino2-0/+108
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski8-44/+73
2018-02-26s390x/tcg: add various alignment checksDavid Hildenbrand3-9/+75
2018-02-26s390x/tcg: fix disabling/enabling DATDavid Hildenbrand3-5/+14
2018-02-26s390/stattrib: Make SaveVMHandlers data staticDr. David Alan Gilbert1-13/+13
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger6-13/+120
2018-02-26usb-mtp: Advertise SendObjectInfo for write supportBandan Das1-2/+134
2018-02-26usb-mtp: Introduce write support for MTP objectsBandan Das1-2/+155
2018-02-26usb-mtp: Support delete of mtp objectsBandan Das1-0/+123
2018-02-26usb-mtp: print parent path in IN_IGNORED trace fnBandan Das1-3/+2
2018-02-26usb-mtp: Add one more argument when building resultsBandan Das1-23/+27
2018-02-26pc-bios/s390: Rebuild the s390x firmware images with the boot menu changesThomas Huth2-0/+0
2018-02-26s390-ccw: interactive boot menu for scsiCollin L. Walling5-0/+29
2018-02-26s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling5-2/+24
2018-02-26s390-ccw: set cp_receive mask only when needed and consume pending service irqsCollin L. Walling3-6/+10
2018-02-26s390-ccw: read user input for boot index via the SCLP consoleCollin L. Walling4-2/+170
2018-02-26s390-ccw: print zipl boot menuCollin L. Walling1-1/+32
2018-02-26s390-ccw: read stage2 boot loader data to find menuCollin L. Walling4-7/+122
2018-02-26s390-ccw: set up interactive boot menu parametersCollin L. Walling4-1/+50
2018-02-26s390-ccw: parse and set boot menu optionsCollin L. Walling3-4/+66
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling4-6/+61
2018-02-26s390-ccw: update libcCollin L. Walling7-45/+129
2018-02-26s390-ccw: refactor IPL structsCollin L. Walling2-22/+27
2018-02-26s390-ccw: refactor eckd_block_num to use CHSCollin L. Walling2-16/+20
2018-02-26s390-ccw: refactor boot map table codeCollin L. Walling2-34/+37
2018-02-25linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su3-0/+13
2018-02-25linux-user, m68k: select CPU according to ELF header valuesLaurent Vivier2-0/+34
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su3-10/+46
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier21-39/+290
2018-02-23maintainers: Add myself as a OpenBSD maintainerBrad Smith2-0/+7
2018-02-23Merge remote-tracking branch 'remotes/rth/tags/pull-decode-20180222' into sta...Peter Maydell23-1/+1202
2018-02-22scripts: Add decodetree.pyRichard Henderson23-1/+1202
2018-02-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180222'...Peter Maydell12-237/+443
2018-02-22sdcard: simplify SD_SEND_OP_COND (ACMD41)Philippe Mathieu-Daudé1-30/+26
2018-02-22sdcard: simplify SEND_IF_COND (CMD8)Philippe Mathieu-Daudé1-15/+11
2018-02-22sdcard: warn if host uses an incorrect address for APP CMD (CMD55)Philippe Mathieu-Daudé1-0/+5
2018-02-22sdcard: check the card is in correct state for APP CMD (CMD55)Philippe Mathieu-Daudé1-0/+8
2018-02-22sdcard: handles more commands in SPI modePhilippe Mathieu-Daudé1-3/+26
2018-02-22sdcard: use a more descriptive label 'unimplemented_spi_cmd'Philippe Mathieu-Daudé1-9/+13
2018-02-22sdcard: handle the Security Specification commandsPhilippe Mathieu-Daudé1-0/+12
2018-02-22sdcard: handle CMD54 (SDIO)Philippe Mathieu-Daudé1-3/+2
2018-02-22sdcard: use the registerfields API for the CARD_STATUS register masksPhilippe Mathieu-Daudé1-3/+45