aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-11pci-ids: add virtio 1.0 ids to specGerd Hoffmann
2016-03-11acpi-test-data: add _DIS methodsMichael S. Tsirkin
2016-03-11hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum
2016-03-11ich9lpc: fix typoCao jin
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-03-11virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann
2016-03-11i386: update expected DSDTMichael S. Tsirkin
2016-03-11i386: populate floppy drive information in DSDTRoman Kagan
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan
2016-03-11i386: expose floppy drive CMOS typeRoman Kagan
2016-03-11i386/acpi: make floppy controller object dynamicRoman Kagan
2016-03-11pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy()Igor Mammedov
2016-03-11vhost-user: verify that number of queues is less than MAX_QUEUE_NUMIlya Maximets
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev
2016-03-11hw/virtio: group virtio flags into an enumMarcel Apfelbaum
2016-03-11hw/virtio: fix double use of a virtio flagMarcel Apfelbaum
2016-03-11balloon: fix segfault and harden the stats queueLadi Prosek
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong
2016-03-11acpi: add aml_concatenate()Xiao Guangrong
2016-03-11acpi: add aml_create_field()Xiao Guangrong
2016-03-11postcopy: Remove the x-Dr. David Alan Gilbert
2016-03-11postcopy: listen thread is never joinedDr. David Alan Gilbert
2016-03-11migration: fix use-after-free in loadvm_postcopy_handle_run_bhDenis V. Lunev
2016-03-11migration: fix warning for source_return_path_threadPeter Xu
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