summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo2019-11-291-0/+15
* acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo2019-11-291-0/+29
* pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo2019-11-292-3/+4
* fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2019-11-292-1/+6
* vnc: send cursor when a new client is connectingFrediano Ziglio2019-11-291-0/+3
* net: check packet payload lengthPrasad J Pandit2019-11-291-2/+8
* filter-buffer: Add status_changed callback processingzhanghailiang2019-11-291-6/+28
* filter: Add 'status' property for filter objectzhanghailiang2019-11-293-1/+48
* rocker: allow user to specify rocker world by propertyJiri Pirko2019-11-291-1/+28
* rocker: add name field into WorldOps ale let world specify its nameJiri Pirko2019-11-293-6/+3
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2019-11-291-0/+1
* rocker: forbid to change world typeJiri Pirko2019-11-293-1/+13
OpenPOWER on IntegriCloud