aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-18s390x/kvm: Report warnings with warn_report(), not error_printf()Markus Armbruster1-1/+1
2019-04-18vfio: Report warnings with warn_report(), not error_printf()Markus Armbruster1-6/+13
2019-04-17hpet: Report warnings with warn_report(), not error_printf()Markus Armbruster1-1/+1
2019-04-17pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster1-1/+1
2019-04-17mips/boston: Report errors with error_report(), not error_printf()Markus Armbruster1-3/+3
2019-04-17loader-fit: Wean off error_printf()Markus Armbruster1-26/+36
2019-04-17block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster2-25/+16
2019-04-17qemu-img: Use error_vreport() in error_exit()Markus Armbruster1-4/+2
2019-04-17util/error: do not free error on error_abortVladimir Sementsov-Ogievskiy1-1/+4
2019-04-17error: Fix error_report_err(), warn_report_err() hint printingMarkus Armbruster1-2/+2
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau9-6/+65
2019-04-17qemu-io: Use error_[gs]et_progname()Christophe Fergeau1-8/+6
2019-04-17MAINTAINERS: add the "EDK2 Firmware" subsystemLaszlo Ersek1-0/+12
2019-04-17Makefile: install the edk2 firmware images and their descriptorsLaszlo Ersek3-1/+30
2019-04-17tests: add missing dependency to build QTEST_QEMU_BINARY, round 2Laszlo Ersek1-1/+1
2019-04-17pc-bios: document the edk2 firmware images; add firmware descriptorsLaszlo Ersek7-0/+209
2019-04-17pc-bios: add edk2 firmware binaries and variable store templatesLaszlo Ersek9-0/+209
2019-04-17roms: build edk2 firmware binaries and variable store templatesLaszlo Ersek3-0/+208
2019-04-17roms/Makefile: replace the $(EDK2_EFIROM) target with "edk2-basetools"Laszlo Ersek1-2/+2
2019-04-17roms/edk2-funcs.sh: add the qemu_edk2_get_thread_count() functionLaszlo Ersek1-0/+25
2019-04-17roms/edk2: advance to tag edk2-stable201903Laszlo Ersek1-0/+0
2019-04-17tests/uefi-test-tools/build.sh: work around TianoCore#1607Laszlo Ersek1-0/+3
2019-04-17roms/edk2-funcs.sh: require gcc-4.8+ for building i386 and x86_64Laszlo Ersek1-13/+1
2019-04-17roms: lift "edk2-funcs.sh" from "tests/uefi-test-tools/build.sh"Laszlo Ersek2-91/+246
2019-04-16Update version for v4.0.0-rc4 releasev4.0.0-rc4Peter Maydell1-1/+1
2019-04-16usb-mtp: fix bounds check for guest provided filenameDaniel P. Berrangé1-2/+9
2019-04-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+2
2019-04-16qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf1-1/+2
2019-04-16socket: allow wait=false for client socketMarc-André Lureau2-4/+13
2019-04-16Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell1-1/+4
2019-04-15slirp: Gcc 9 -O3 fixDr. David Alan Gilbert1-1/+4
2019-04-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-6/+14
2019-04-12iotest: Fix 241 to run in generic directoryEric Blake2-4/+6
2019-04-12iotests: Let 245 pass on tmpfsMax Reitz1-2/+8
2019-04-12qemu-img: fix .hx and .texi disparityJohn Snow2-3/+3
2019-04-12curses: fix wchar_t printf warningGerd Hoffmann1-2/+2
2019-04-12pc-bios/s390: Update firmware imagesThomas Huth2-0/+0
2019-04-12s390-bios: Use control unit type to find bootable devicesJason J. Herne1-10/+35
2019-04-12s390-bios: Support booting from real dasd deviceJason J. Herne7-1/+404
2019-04-12s390-bios: Add channel command codes/structs needed for dasd-iplJason J. Herne1-0/+23
2019-04-12s390-bios: Use control unit type to determine boot methodJason J. Herne3-3/+15
2019-04-12s390-bios: Refactor virtio to run channel programs via cioJason J. Herne1-30/+27
2019-04-12s390-bios: Factor finding boot device out of virtio code pathJason J. Herne2-40/+47
2019-04-12s390-bios: Extend find_dev() for non-virtio devicesJason J. Herne1-5/+11
2019-04-12s390-bios: cio error handlingJason J. Herne2-0/+246
2019-04-12s390-bios: Support for running format-0/1 channel programsJason J. Herne4-3/+301
2019-04-12s390-bios: ptr2u32 and u32toptrJason J. Herne1-0/+31
2019-04-12s390-bios: Map low core memoryJason J. Herne2-0/+92
2019-04-12s390-bios: Decouple channel i/o logic from virtioJason J. Herne8-28/+53
2019-04-12s390-bios: Clean up cio.hJason J. Herne2-65/+57