aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-18vfio: Report warnings with warn_report(), not error_printf()Markus Armbruster
2019-04-17hpet: Report warnings with warn_report(), not error_printf()Markus Armbruster
2019-04-17pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster
2019-04-17mips/boston: Report errors with error_report(), not error_printf()Markus Armbruster
2019-04-17loader-fit: Wean off error_printf()Markus Armbruster
2019-04-17block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster
2019-04-17qemu-img: Use error_vreport() in error_exit()Markus Armbruster
2019-04-17util/error: do not free error on error_abortVladimir Sementsov-Ogievskiy
2019-04-17error: Fix error_report_err(), warn_report_err() hint printingMarkus Armbruster
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau
2019-04-17qemu-io: Use error_[gs]et_progname()Christophe Fergeau
2019-04-17MAINTAINERS: add the "EDK2 Firmware" subsystemLaszlo Ersek
2019-04-17Makefile: install the edk2 firmware images and their descriptorsLaszlo Ersek
2019-04-17tests: add missing dependency to build QTEST_QEMU_BINARY, round 2Laszlo Ersek
2019-04-17pc-bios: document the edk2 firmware images; add firmware descriptorsLaszlo Ersek
2019-04-17pc-bios: add edk2 firmware binaries and variable store templatesLaszlo Ersek
2019-04-17roms: build edk2 firmware binaries and variable store templatesLaszlo Ersek
2019-04-17roms/Makefile: replace the $(EDK2_EFIROM) target with "edk2-basetools"Laszlo Ersek
2019-04-17roms/edk2-funcs.sh: add the qemu_edk2_get_thread_count() functionLaszlo Ersek
2019-04-17roms/edk2: advance to tag edk2-stable201903Laszlo Ersek
2019-04-17tests/uefi-test-tools/build.sh: work around TianoCore#1607Laszlo Ersek
2019-04-17roms/edk2-funcs.sh: require gcc-4.8+ for building i386 and x86_64Laszlo Ersek
2019-04-17roms: lift "edk2-funcs.sh" from "tests/uefi-test-tools/build.sh"Laszlo Ersek
2019-04-16Update version for v4.0.0-rc4 releasev4.0.0-rc4Peter Maydell
2019-04-16usb-mtp: fix bounds check for guest provided filenameDaniel P. Berrangé
2019-04-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-04-16qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf
2019-04-16socket: allow wait=false for client socketMarc-André Lureau
2019-04-16Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell
2019-04-15slirp: Gcc 9 -O3 fixDr. David Alan Gilbert
2019-04-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-04-12iotest: Fix 241 to run in generic directoryEric Blake
2019-04-12iotests: Let 245 pass on tmpfsMax Reitz
2019-04-12qemu-img: fix .hx and .texi disparityJohn Snow
2019-04-12curses: fix wchar_t printf warningGerd Hoffmann
2019-04-12pc-bios/s390: Update firmware imagesThomas Huth
2019-04-12s390-bios: Use control unit type to find bootable devicesJason J. Herne
2019-04-12s390-bios: Support booting from real dasd deviceJason J. Herne
2019-04-12s390-bios: Add channel command codes/structs needed for dasd-iplJason J. Herne
2019-04-12s390-bios: Use control unit type to determine boot methodJason J. Herne
2019-04-12s390-bios: Refactor virtio to run channel programs via cioJason J. Herne
2019-04-12s390-bios: Factor finding boot device out of virtio code pathJason J. Herne
2019-04-12s390-bios: Extend find_dev() for non-virtio devicesJason J. Herne
2019-04-12s390-bios: cio error handlingJason J. Herne
2019-04-12s390-bios: Support for running format-0/1 channel programsJason J. Herne
2019-04-12s390-bios: ptr2u32 and u32toptrJason J. Herne
2019-04-12s390-bios: Map low core memoryJason J. Herne
2019-04-12s390-bios: Decouple channel i/o logic from virtioJason J. Herne
2019-04-12s390-bios: Clean up cio.hJason J. Herne
2019-04-12s390-bios: decouple common boot logic from virtioJason J. Herne