aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini2-1/+1
2019-05-02accel: Remove unused AccelClass::available fieldEduardo Habkost1-1/+0
2019-05-02qtest: Don't compile qtest accel on non-POSIX systemsEduardo Habkost1-9/+0
2019-04-30block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy2-0/+35
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2-11/+19
2019-04-29hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé1-0/+2
2019-04-29hw/net/ne2000-isa: Add guards to the headerPhilippe Mathieu-Daudé1-0/+6
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé2-3/+19
2019-04-29hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé4-21/+37
2019-04-29hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé2-3/+19
2019-04-29hw/devices: Move CBus declarations into a new headerPhilippe Mathieu-Daudé2-14/+32
2019-04-29hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé2-7/+22
2019-04-29hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé2-6/+24
2019-04-29hw/display/tc6393xb: Remove unused functionsPhilippe Mathieu-Daudé1-3/+0
2019-04-29hw/arm/smmuv3: Remove SMMUNotifierNodeEric Auger1-6/+2
2019-04-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell2-3/+4
2019-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell3-1/+59
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell4-5/+29
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt1-0/+2
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz1-0/+4
2019-04-26spapr/rtas: modify spapr_rtas_register() to remove RTAS handlersCédric Le Goater1-0/+4
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2-1/+49
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi1-1/+20
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-3/+3
2019-04-25vl.c: make find_default_machine() localWei Yang1-1/+0
2019-04-25hw: add compat machines for 4.1Cornelia Huck2-0/+6
2019-04-25Merge tag 's390-ccw-bios-2019-04-12' into s390-next-stagingCornelia Huck2-0/+29
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand1-1/+2
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2-3/+4
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 Armbruster2-1/+1
2019-04-18monitor: Clean up how monitor_disas() funnels output to monitorMarkus Armbruster1-1/+0
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2-9/+4
2019-04-18qemu-print: New qemu_fprintf(), qemu_vfprintf()Markus Armbruster1-0/+4
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster1-7/+4
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2-15/+1
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster2-4/+2
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster1-7/+3
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster2-4/+3
2019-04-18tcg: Simplify how dump_drift_info() printsMarkus Armbruster1-1/+1
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster1-1/+1
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster1-1/+1
2019-04-18include: Include fprintf-fn.h only where neededMarkus Armbruster3-4/+1
2019-04-18monitor: Simplify how -device/device_add print helpMarkus Armbruster1-3/+0
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster1-0/+19
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster2-8/+8
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-1/+2
2019-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2-0/+29
2019-04-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-10/+16
2019-04-09include/qemu/bswap.h: Use __builtin_memcpy() in accessor functionsPeter Maydell1-10/+16