aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson15-0/+51
2019-04-24tcg: Implement tcg_gen_extract2_{i32,i64}David Hildenbrand2-0/+50
2019-04-24Merge remote-tracking branch 'remotes/lersek/tags/edk2-pull-2019-04-22' into ...Peter Maydell27-95/+933
2019-04-24Merge remote-tracking branch 'remotes/armbru/tags/pull-error-monitor-2019-04-...Peter Maydell166-1677/+1659
2019-04-24Open 4.1 development treePeter Maydell1-1/+1
2019-04-23Update version for v4.0.0 releasev4.0.0Peter Maydell1-1/+1
2019-04-18include: Move fprintf_function to disas/Markus Armbruster2-16/+3
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster25-24/+24
2019-04-18monitor: Clean up how monitor_disas() funnels output to monitorMarkus Armbruster3-13/+2
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster63-719/+690
2019-04-18qemu-print: New qemu_fprintf(), qemu_vfprintf()Markus Armbruster2-0/+31
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster5-18/+12
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster3-47/+40
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster18-183/+178
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster40-218/+129
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster5-107/+98
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster5-83/+67
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster4-15/+15
2019-04-18tcg: Simplify how dump_drift_info() printsMarkus Armbruster3-8/+11
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster5-45/+47
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster5-9/+10
2019-04-18trace: Simplify how st_print_trace_file_status() printsMarkus Armbruster3-5/+6
2019-04-18include: Include fprintf-fn.h only where neededMarkus Armbruster3-4/+1
2019-04-18monitor: Simplify how -device/device_add print helpMarkus Armbruster3-36/+17
2019-04-18char-pty: Print "char device redirected" message to stdoutMarkus Armbruster1-2/+3
2019-04-18char: Make -chardev help print to stdoutMarkus Armbruster1-1/+2
2019-04-18blockdev: Make -drive format=help print to stdoutMarkus Armbruster1-4/+5
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster6-0/+70
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster5-45/+57
2019-04-18vl: Make -machine $TYPE,help and -accel help print to stdoutMarkus Armbruster1-5/+5
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