summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-15qapi: Use explicit bulleted listsPeter Maydell5-125/+119
2020-02-15qapi/ui.json: Avoid `...' Texinfo style quotingPeter Maydell1-12/+12
2020-02-15qapi/ui.json: Put input-send-event body text in the right placePeter Maydell1-7/+7
2020-02-15qapi: Remove hardcoded tabsPeter Maydell2-5/+5
2020-02-15qapi: Fix indent level on doc comments in json filesPeter Maydell20-670/+670
2020-02-15qapi: Fix incorrect "Not documented" claims in QMP documentationPeter Maydell1-118/+118
2020-02-15qapi/block-core.json: Use literal block for ascii artPeter Maydell1-7/+7
2020-02-15qga/qapi-schema.json: minor format fixups for rSTPeter Maydell1-43/+51
2020-02-15qga/qapi-schema.json: Fix indent level on doc commentsPeter Maydell1-31/+31
2020-02-15qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc commentPeter Maydell1-1/+1
2020-02-15Makefile: Fix typo in dependency list for interop manpagesPeter Maydell1-1/+1
2020-02-15configure: Check that sphinx-build is using Python 3Peter Maydell2-2/+20
2020-02-15configure: Pick sphinx-build-3 when availableMarkus Armbruster1-2/+12
2020-02-14configure: Allow user to specify sphinx-build binaryPeter Maydell2-2/+10
2020-02-14qapi: Expand documentation for LostTickPolicyAndrea Bolognani1-11/+23
2020-02-13qxl: introduce hardware revision 5Gerd Hoffmann3-2/+9
2020-02-12tcg: Add tcg_gen_gvec_5_ptrRichard Henderson2-0/+39
2020-02-12uas: fix super speed bMaxPacketSize0Gerd Hoffmann1-1/+1
2020-02-12usb-host: wait for cancel completeGerd Hoffmann1-8/+9
2020-02-12target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini1-0/+2
2020-02-12target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini1-2/+5
2020-02-12target/i386: fix TCG UCODE_REV accessPaolo Bonzini1-4/+4
2020-02-12build: move TARGET_GPROF to config-host.makPaolo Bonzini5-8/+10
2020-02-12exec: do not define use_icount for user-mode emulationPaolo Bonzini1-4/+4
2020-02-12minikconf: accept alnum identifiersMarc-André Lureau1-1/+1
2020-02-12Remove support for CLOCK_MONOTONIC not being definedPeter Maydell2-11/+5
2020-02-12seqlock: fix seqlock_write_unlock_impl functionLuc Michel1-2/+2
2020-02-12vl: Don't mismatch g_strsplit()/g_free()Pan Nengyuan1-1/+1
2020-02-12ui/cocoa: Drop workarounds for pre-10.12 OSXPeter Maydell1-59/+0
2020-02-12ui: deprecate legacy -show-cursor optionGerd Hoffmann2-0/+7
2020-02-12ui: drop curor_hide global variable.Gerd Hoffmann2-3/+0
2020-02-12ui/gtk: implement show-cursor optionGerd Hoffmann1-2/+6
2020-02-12ui/cocoa: switch to new show-cursor optionGerd Hoffmann1-0/+4
2020-02-12ui/sdl: switch to new show-cursor optionGerd Hoffmann2-8/+18
2020-02-12ui: wire up legacy -show-cursor optionGerd Hoffmann1-0/+2
2020-02-12ui: add show-cursor optionGerd Hoffmann1-0/+3
2020-02-12ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realizedPhilippe Mathieu-Daudé1-5/+7
2020-02-12ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsolePhilippe Mathieu-Daudé1-4/+5
2020-02-11tcg: Add support for a helper with 7 argumentsTaylor Simpson4-0/+28
2020-02-11exec: flush CPU TB cache in breakpoint_invalidateMax Filippov1-8/+7
2020-02-10docs: add virtiofsd(1) man pageStefan Hajnoczi5-2/+134
2020-02-10virtiofsd: do_read missing NULL checkDr. David Alan Gilbert1-0/+4
2020-02-10virtiofsd: load_capng missing unlockDr. David Alan Gilbert1-0/+1
2020-02-10virtiofsd: fv_create_listen_socket error path socket leakDr. David Alan Gilbert1-0/+2
2020-02-10virtiofsd: Remove fuse_req_getgroupsDr. David Alan Gilbert3-118/+0
2020-02-08MAINTAINERS: 9pfs: Add myself as reviewerChristian Schoenebeck1-0/+1
2020-02-08tests/virtio-9p: added readdir testChristian Schoenebeck1-0/+152
2020-02-08hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck2-0/+24
2020-02-089pfs: validate count sent by client with T_readdirChristian Schoenebeck1-0/+9
2020-02-089pfs: require msize >= 4096Christian Schoenebeck2-0/+23