aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-15w32: Fix Lesser GPL version numberChetan Pant
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-11-05Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-11-04qapi, qemu-options: make all parsing visitors parse boolean options the samePaolo Bonzini
2020-11-04coroutine: let CoQueue wake up outside a coroutineMarc-André Lureau
2020-11-03configure: introduce --enable-vhost-user-blk-serverStefan Hajnoczi
2020-11-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-11-03qmp: fix aio_poll() assertion failure on WindowsVolker Rümelin
2020-11-03cutils: replace strdup with g_strdupPaolo Bonzini
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster
2020-11-03sockets: Bypass "replace empty @path" for abstract unix socketsMarkus Armbruster
2020-11-03sockets: Fix socket_sockaddr_to_address_unix() for abstract socketsMarkus Armbruster
2020-11-03sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster
2020-10-31Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell
2020-10-29util: include the target address in socket connect failuresDaniel P. Berrangé
2020-10-29modules: turn off lazy bindingGerd Hoffmann
2020-10-29virtio-gpu: add virtio-vga moduleGerd Hoffmann
2020-10-29virtio-gpu: add virtio-gpu-pci moduleGerd Hoffmann
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-26win32: boot broken when bind & data dir are the sameSunil Muthuswamy
2020-10-23util/vhost-user-server: use static library in meson.buildStefan Hajnoczi
2020-10-23util/vhost-user-server: move header to include/Stefan Hajnoczi
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi
2020-10-23util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi
2020-10-23util/vhost-user-server: check EOF when reading payloadStefan Hajnoczi
2020-10-23util/vhost-user-server: fix memory leak in vu_message_read()Stefan Hajnoczi
2020-10-23util/vhost-user-server: drop unused DevicePanicNotifierStefan Hajnoczi
2020-10-23util/vhost-user-server: drop unnecessary watch deletionStefan Hajnoczi
2020-10-23util/vhost-user-server: drop unnecessary QOM castStefan Hajnoczi
2020-10-23util/vhost-user-server: s/fileds/fields/ typo fixStefan Hajnoczi
2020-10-23block: move logical block size check function to a common utility functionCoiby Xu
2020-10-23util/vhost-user-server: generic vhost user serverCoiby Xu
2020-10-21opengl: build opengl helper code modularGerd Hoffmann
2020-10-21modules: add spice dependenciesGerd Hoffmann
2020-10-21modules: dependencies infrastructureGerd Hoffmann
2020-10-16util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-10-15keyval: Parse help optionsKevin Wolf
2020-10-15keyval: Fix parsing of ',' in value of implied keyMarkus Armbruster
2020-10-15keyval: Fix and clarify grammarMarkus Armbruster
2020-10-15chardev/spice: build spice chardevs as moduleGerd Hoffmann
2020-10-15modules: update qom object module commentGerd Hoffmann
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana