summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* postcopy: listen thread is never joinedDr. David Alan Gilbert2019-11-291-1/+1
* migration: fix use-after-free in loadvm_postcopy_handle_run_bhDenis V. Lunev2019-11-291-4/+12
* migration: fix warning for source_return_path_threadPeter Xu2019-11-291-3/+2
* MAINTAINERS: Add entry for the include/hw/vfio/ folderThomas Huth2019-11-291-0/+1
* vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia2019-11-291-2/+3
* vfio/pci: Split out VGA setupAlex Williamson2019-11-292-34/+50
* vfio/pci: Fixup PCI option ROMsAlex Williamson2019-11-291-0/+30
* vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson2019-11-293-91/+71
* vfio: Generalize region supportAlex Williamson2019-11-297-190/+283
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2019-11-2911-63/+46
* osdep: add wrappers for socket functionsDaniel P. Berrange2019-11-297-19/+291
* char: remove qemu_chr_open_socket_fd methodDaniel P. Berrange2019-11-291-35/+24
* char: remove socket_try_connect methodDaniel P. Berrange2019-11-291-15/+10
* char: remove qemu_chr_finish_socket_connection methodDaniel P. Berrange2019-11-291-17/+7
* io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini2019-11-294-7/+170
* io: remove checking of EWOULDBLOCKDaniel P. Berrange2019-11-293-12/+6
* io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange2019-11-291-2/+2
* io: introduce qio_channel_create_socket_watchPaolo Bonzini2019-11-293-4/+37
* io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini2019-11-291-2/+11
* io: fix copy+paste mistake in socket error messageDaniel P. Berrange2019-11-291-1/+1
* io: assert errors before asserting content in I/O testDaniel P. Berrange2019-11-291-2/+2
* io: set correct error object in background reader test threadDaniel P. Berrange2019-11-291-1/+1
* io: wait for incoming client in socket testDaniel P. Berrange2019-11-291-0/+2
* io: bind to socket before creating QIOChannelSocketDaniel P. Berrange2019-11-291-0/+10
* io: initialize sockets in test programDaniel P. Berrange2019-11-291-0/+1
* io: use bind() to check for IPv4/6 availabilityDaniel P. Berrange2019-11-291-48/+31
* osdep: fix socket_error() to work with Mingw64Daniel P. Berrange2019-11-294-30/+81
* vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson2019-11-294-46/+73
* vfio: Add sysfsdev property for pci & platformAlex Williamson2019-11-293-100/+86
* s390x/cpu: use g_new0Cornelia Huck2019-11-291-1/+1
* s390x: Introduce S390MachineClassJanosch Frank2019-11-292-14/+41
* s390x: Introduce machine definition macrosJanosch Frank2019-11-291-42/+47
* pc-bios/s390-ccw: fix old bug in ptr incrementEugene (jno) Dvurechenski2019-11-291-1/+1
* s390x/cpu: Allow hotplug of CPUsMatthew Rosato2019-11-292-0/+17
* s390x/cpu: Add error handling to cpu creationMatthew Rosato2019-11-295-7/+112
* s390x/cpu: Add CPU property linksMatthew Rosato2019-11-292-5/+46
* s390x/cpu: Tolerate max_cpusMatthew Rosato2019-11-291-5/+6
* s390x/cpu: Get rid of side effects when creating a vcpuMatthew Rosato2019-11-292-5/+17
* s390x/cpu: Set initial CPU state in common routineMatthew Rosato2019-11-292-4/+2
* s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato2019-11-293-6/+6
* ui/console: add escape sequence \e[5, 6nRen Kimura2019-11-291-15/+41
* MAINTAINERS: Add Samuel Thibault as slirp maintainerSamuel Thibault2019-11-291-0/+1
* cutils: add avx2 instruction optimizationLiang Li2019-11-292-11/+121
* configure: detect ifunc and avx2 attributeLiang Li2019-11-291-0/+21
* Postcopy: Fix sync count in info migrateDr. David Alan Gilbert2019-11-291-0/+1
* input-linux: add switch to enable auto-repeat eventsGerd Hoffmann2019-11-291-1/+6
* input-linux: add option to toggle grab on all devicesGerd Hoffmann2019-11-291-0/+29
* input: linux evdev supportGerd Hoffmann2019-11-295-0/+380
* tests: update acpi test dataGerd Hoffmann2019-11-294-0/+0
* fw_cfg: document ACPI device node informationGabriel L. Somlo2019-11-291-0/+9
OpenPOWER on IntegriCloud