summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-01include/exec/helper-head.h: support f16 in helper callsAlex Bennée1-0/+3
2018-03-01arm/vexpress: Add proper display connector emulationLinus Walleij2-1/+7
2018-03-01hw/sii9022: Add support for Silicon Image SII9022Linus Walleij3-0/+197
2018-03-01hw/i2c-ddc: Do not fail writesLinus Walleij1-2/+2
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard2-17/+17
2018-03-01i2c: Fix some brace style issuesCorey Minyard2-6/+3
2018-03-01xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commandsFrancisco Iglesias1-1/+1
2018-03-01xilinx_spips: Enable only two slaves when reading/writing with stripeFrancisco Iglesias1-4/+37
2018-03-01hw: register: Run post_write hook on resetAlistair Francis2-3/+11
2018-03-01block/nvme: fix Coverity reportsPaolo Bonzini2-4/+8
2018-02-27loader: don't perform overlapping address check for memory region ROM imagesMark Cave-Ayland1-9/+11
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-22scripts: Add decodetree.pyRichard Henderson23-1/+1202
2018-02-22sdcard: simplify SD_SEND_OP_COND (ACMD41)Philippe Mathieu-Daudé1-30/+26