aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-25linux-headers: add linux/mman.h.Zhang Yi
2019-04-25scripts/update-linux-headers: add linux/mman.hZhang Yi
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi
2019-04-25cpu: Fix crash with empty -cpu optionEduardo Habkost
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost
2019-04-25vl: Simplify machine_parse()Markus Armbruster
2019-04-25vl: Clean up after previous commitMarkus Armbruster
2019-04-25vl.c: allocate TYPE_MACHINE list once during bootupWei Yang
2019-04-25vl.c: make find_default_machine() localWei Yang
2019-04-25hw: add compat machines for 4.1Cornelia Huck
2019-04-24Merge remote-tracking branch 'remotes/lersek/tags/edk2-pull-2019-04-22' into ...Peter Maydell
2019-04-24Merge remote-tracking branch 'remotes/armbru/tags/pull-error-monitor-2019-04-...Peter Maydell
2019-04-24Open 4.1 development treePeter Maydell
2019-04-23Update version for v4.0.0 releasev4.0.0Peter Maydell
2019-04-18include: Move fprintf_function to disas/Markus Armbruster
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster
2019-04-18monitor: Clean up how monitor_disas() funnels output to monitorMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18qemu-print: New qemu_fprintf(), qemu_vfprintf()Markus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_drift_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster
2019-04-18trace: Simplify how st_print_trace_file_status() printsMarkus Armbruster
2019-04-18include: Include fprintf-fn.h only where neededMarkus Armbruster
2019-04-18monitor: Simplify how -device/device_add print helpMarkus Armbruster
2019-04-18char-pty: Print "char device redirected" message to stdoutMarkus Armbruster
2019-04-18char: Make -chardev help print to stdoutMarkus Armbruster
2019-04-18blockdev: Make -drive format=help print to stdoutMarkus Armbruster
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster
2019-04-18vl: Make -machine $TYPE,help and -accel help print to stdoutMarkus Armbruster
2019-04-18s390x/kvm: Report warnings with warn_report(), not error_printf()Markus Armbruster
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