summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-18machine: remove 'arch' field from 'query-cpus-fast' QMP commandDaniel P. Berrangé4-69/+6
2021-03-18machine: remove 'query-cpus' QMP commandDaniel P. Berrangé11-258/+22
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé17-320/+40
2021-03-18monitor: remove 'query-events' QMP commandDaniel P. Berrangé4-75/+6
2021-03-18monitor: raise error when 'pretty' option is used with HMPDaniel P. Berrangé4-11/+11
2021-03-18ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé5-317/+12
2021-03-16Update OpenBIOS images to 4a004110 built from submodule.Mark Cave-Ayland4-0/+0
2021-03-16vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu2-44/+40
2021-03-16vfio: Support host translation granule sizeKunkun Jiang1-23/+25
2021-03-16vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu1-3/+17
2021-03-16vfio: Set the priority of the VFIO VM state change handler explicitlyShenming Lu1-1/+2
2021-03-16vfio: Move the saving of the config space to the right place in VFIO migrationShenming Lu1-10/+15
2021-03-16spapr_iommu: Fix vhost integration regressionEric Auger1-0/+5
2021-03-16vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifierEric Auger1-1/+1
2021-03-16MAINTAINERS: Cover docs/igd-assign.txt in VFIO sectionPhilippe Mathieu-Daudé1-0/+1
2021-03-16hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé4-11/+11
2021-03-16vfio: Fix vfio_listener_log_sync function name typoZenghui Yu1-2/+2
2021-03-16hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARDMahmoud Mandour1-8/+4
2021-03-16coreaudio: Handle output device changeAkihiko Odaki1-42/+164
2021-03-16coreaudio: Extract device operationsAkihiko Odaki1-57/+80
2021-03-16coreaudio: Drop support for macOS older than 10.6Akihiko Odaki1-103/+0
2021-03-16ui/cocoa: Comment about modifier key input quirksAkihiko Odaki1-1/+37
2021-03-16ui: fold qemu_alloc_display in only callerMarc-André Lureau1-11/+3
2021-03-15m68k: add Virtual M68k MachineLaurent Vivier6-0/+355
2021-03-15m68k: add a system controllerLaurent Vivier6-0/+212
2021-03-15m68k: add an interrupt controllerLaurent Vivier4-0/+164
2021-03-15hw/intc: add goldfish-picLaurent Vivier5-0/+264
2021-03-15hw/char: add goldfish-ttyLaurent Vivier5-0/+335
2021-03-15migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour2-8/+4
2021-03-15monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour2-33/+26
2021-03-15migration/tls: add error handling in multifd_tls_handshake_threadHao Wang1-1/+10
2021-03-15migration/tls: fix inverted semantics in multifd_channel_connectHao Wang1-5/+5
2021-03-15virtiofsd: Convert some functions to return boolGreg Kurz1-3/+3
2021-03-15virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz1-2/+1
2021-03-15virtiofsd: Don't allow empty filenamesGreg Kurz1-0/+35
2021-03-15virtiofsd: Add qemu version and copyright infoVivek Goyal1-0/+8
2021-03-15virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz1-0/+6
2021-03-15utils: Use fixed-point arithmetic in qemu_strtoszRichard Henderson2-16/+36
2021-03-15ui: honour the actual guest display dimensions without roundingDaniel P. Berrangé3-4/+22
2021-03-15ui: use client width/height in WMVi messageDaniel P. Berrangé1-2/+2
2021-03-15ui: avoid sending framebuffer updates outside client desktop boundsDaniel P. Berrangé2-4/+45
2021-03-15ui: add more trace points for VNC client/server messagesDaniel P. Berrangé2-2/+28
2021-03-15ui/cocoa: Do not exit immediately after shutdownAkihiko Odaki1-1/+7
2021-03-15opengl: Do not convert format with glTexImage2D on OpenGL ESAkihiko Odaki1-5/+14
2021-03-15ui: deprecate "password" option for SPICE serverDaniel P. Berrangé3-0/+14
2021-03-15ui: introduce "password-secret" option for SPICE serverDaniel P. Berrangé2-4/+35
2021-03-15ui: introduce "password-secret" option for VNC serversDaniel P. Berrangé2-1/+27
2021-03-15usb/storage: clear csw on resetGerd Hoffmann1-0/+1
2021-03-15usb/storage: add kconfig symbolsGerd Hoffmann2-3/+14
2021-03-15usb/storage move usb-storage device to separate source fileGerd Hoffmann3-135/+157