aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-10MAINTAINERS: Add entry for the include/hw/vfio/ folderThomas Huth
2016-03-10vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia
2016-03-10vfio/pci: Split out VGA setupAlex Williamson
2016-03-10vfio/pci: Fixup PCI option ROMsAlex Williamson
2016-03-10vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson
2016-03-10vfio: Generalize region supportAlex Williamson
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange
2016-03-10char: remove qemu_chr_open_socket_fd methodDaniel P. Berrange
2016-03-10char: remove socket_try_connect methodDaniel P. Berrange
2016-03-10char: remove qemu_chr_finish_socket_connection methodDaniel P. Berrange
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-03-10io: remove checking of EWOULDBLOCKDaniel P. Berrange
2016-03-10io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini
2016-03-10io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini
2016-03-10io: fix copy+paste mistake in socket error messageDaniel P. Berrange
2016-03-10io: assert errors before asserting content in I/O testDaniel P. Berrange
2016-03-10io: set correct error object in background reader test threadDaniel P. Berrange
2016-03-10io: wait for incoming client in socket testDaniel P. Berrange
2016-03-10io: bind to socket before creating QIOChannelSocketDaniel P. Berrange
2016-03-10io: initialize sockets in test programDaniel P. Berrange
2016-03-10io: use bind() to check for IPv4/6 availabilityDaniel P. Berrange
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange
2016-03-10vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson
2016-03-10vfio: Add sysfsdev property for pci & platformAlex Williamson
2016-03-10s390x/cpu: use g_new0Cornelia Huck
2016-03-10s390x: Introduce S390MachineClassJanosch Frank
2016-03-10s390x: Introduce machine definition macrosJanosch Frank
2016-03-10pc-bios/s390-ccw: fix old bug in ptr incrementEugene (jno) Dvurechenski
2016-03-10s390x/cpu: Allow hotplug of CPUsMatthew Rosato
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato
2016-03-10s390x/cpu: Add CPU property linksMatthew Rosato
2016-03-10s390x/cpu: Tolerate max_cpusMatthew Rosato
2016-03-10s390x/cpu: Get rid of side effects when creating a vcpuMatthew Rosato
2016-03-10s390x/cpu: Set initial CPU state in common routineMatthew Rosato
2016-03-10s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato
2016-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into st...Peter Maydell
2016-03-09ui/console: add escape sequence \e[5, 6nRen Kimura
2016-03-09Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell
2016-03-09Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-6...Peter Maydell
2016-03-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160308-1' int...Peter Maydell
2016-03-09Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-2' int...Peter Maydell
2016-03-08MAINTAINERS: Add Samuel Thibault as slirp maintainerSamuel Thibault
2016-03-08cutils: add avx2 instruction optimizationLiang Li
2016-03-08configure: detect ifunc and avx2 attributeLiang Li
2016-03-08Postcopy: Fix sync count in info migrateDr. David Alan Gilbert
2016-03-08input-linux: add switch to enable auto-repeat eventsGerd Hoffmann
2016-03-08input-linux: add option to toggle grab on all devicesGerd Hoffmann
2016-03-08input: linux evdev supportGerd Hoffmann