summary refs log tree commit diff stats
path: root/scripts/qapi/doc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-24hw/i386/pc.c: fix one typo in function nameWei Yang1-2/+2
2019-01-24virtio-net: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-01-24ppc: e6500 registers SPR 604 twiceJon Diekema1-8/+0
2019-01-24contrib/gitdm: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-01-24MAINTAINERS: Fix utf-8 manglingPhilippe Mathieu-Daudé1-1/+1
2019-01-24io: ensure UNIX client doesn't unlink server socketDaniel P. Berrangé2-25/+80
2019-01-24audio: probe audio drivers by defaultGerd Hoffmann1-7/+7
2019-01-24audio: error message tweakGerd Hoffmann1-5/+7
2019-01-24audio: check for pulseaudio daemon pidfileGerd Hoffmann1-0/+15
2019-01-24audio: use try-sdl for openbsdGerd Hoffmann1-1/+1
2019-01-24audio: allow optional audio drivers.Gerd Hoffmann1-6/+28
2019-01-24audio: use pkg-configGerd Hoffmann1-26/+13
2019-01-24audio: fix pc speaker initGerd Hoffmann1-20/+15
2019-01-24qemu-coroutine-sleep: drop CoSleepCBVladimir Sementsov-Ogievskiy1-17/+10
2019-01-24iotests: add 238 for throttling tgm unregister iothread segfaultStefan Hajnoczi3-0/+54
2019-01-24throttle-groups: fix restart coroutine iothread raceStefan Hajnoczi2-0/+14
2019-01-24input-linux: customizable grab toggle keysRyan El Kochta2-3/+73
2019-01-24qmp: Add examples to qom list, get, and set commandsWainer dos Santos Moschetta1-0/+36
2019-01-24qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster8-45/+24
2019-01-24qapi: Belatedly update docs for commit 9c2f56e9f9dMarkus Armbruster1-2/+2
2019-01-23migration: introduce pages-per-secondXiao Guangrong5-3/+31
2019-01-23vmstate: constify SaveVMHandlersMarc-André Lureau2-3/+3
2019-01-23tests: add /vmstate/simple/arrayMarc-André Lureau1-0/+50
2019-01-23migration/rdma: unregister fd handlerDr. David Alan Gilbert1-0/+1
2019-01-23migration: unify error handling for process_incoming_migration_coFei Li1-13/+13
2019-01-23migration: add more error handling for postcopy_ram_enable_notifyFei Li2-0/+2
2019-01-23migration: multifd_save_cleanup() can't fail, simplifyFei Li3-12/+6
2019-01-23migration: fix the multifd code when receiving less channelsFei Li5-12/+29
2019-01-23Fix segmentation fault when qemu_signal_init failsFei Li1-4/+4
2019-01-23tests/Makefile: add check-softfloat ruleAlex Bennée1-2/+15
2019-01-23scripts/archive-source: include softfloat testsAlex Bennée1-1/+1
2019-01-23tests/Makefile: add floating point testsAlex Bennée1-0/+120
2019-01-22include/fpu/softfloat: Fix compilation with Clang on s390xThomas Huth1-1/+1
2019-01-22softfloat: enforce softfloat if the host's FMA is brokenEmilio G. Cota1-0/+33
2019-01-22tests/fp/platform.h: include config-host.hEmilio G. Cota1-0/+1
2019-01-22fp-test: fix signature of slow_clear_flags and qemu_clear_flagsEmilio G. Cota1-2/+2
2019-01-22tests/fp/Makefile: do not use gcc-only -W flagsEmilio G. Cota1-2/+1
2019-01-22berkeley-testfloat-3: pull changesEmilio G. Cota1-0/+0
2019-01-22fp-bench: remove wrong exponent raise in fill_randomEmilio G. Cota1-4/+0
2019-01-22fp-bench: fix update_random_opsEmilio G. Cota1-3/+8
2019-01-22target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias2-1/+13
2019-01-22hw/microblaze: s3adsp1800: Create an unimplemented GPIO areaEdgar E. Iglesias1-0/+4
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell3-14/+17
2019-01-22ipxe: update to latest git masterGerd Hoffmann9-0/+0
2019-01-22tests: remove rule for nonexisting qdev-monitor-testPaolo Bonzini1-1/+0
2019-01-22tests/hexloader-test: Don't pass -nographic to the QEMU under testPeter Maydell1-1/+1
2019-01-22configure: Force the C standard to gnu99Thomas Huth1-1/+4
2019-01-22seccomp: Work-around GCC 4.x bug in gnu99 modeThomas Huth1-1/+2
2019-01-22block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 modeThomas Huth1-0/+2
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth2-5/+5