Age | Commit message (Expand) | Author |
2016-03-11 | pci-ids: add virtio 1.0 ids to spec | Gerd Hoffmann |
2016-03-11 | acpi-test-data: add _DIS methods | Michael S. Tsirkin |
2016-03-11 | hw/acpi: fix Q35 support for legacy Windows OS | Marcel Apfelbaum |
2016-03-11 | ich9lpc: fix typo | Cao jin |
2016-03-11 | msi_supported -> msi_nonbroken | Michael S. Tsirkin |
2016-03-11 | virtio-pci: call pci reset variant when guest requests reset. | Gerd Hoffmann |
2016-03-11 | i386: update expected DSDT | Michael S. Tsirkin |
2016-03-11 | i386: populate floppy drive information in DSDT | Roman Kagan |
2016-03-11 | fdc: add function to determine drive chs limits | Roman Kagan |
2016-03-11 | i386: expose floppy drive CMOS type | Roman Kagan |
2016-03-11 | i386/acpi: make floppy controller object dynamic | Roman Kagan |
2016-03-11 | pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy() | Igor Mammedov |
2016-03-11 | vhost-user: verify that number of queues is less than MAX_QUEUE_NUM | Ilya Maximets |
2016-03-11 | virtio-balloon: add 'available' counter | Denis V. Lunev |
2016-03-11 | hw/virtio: group virtio flags into an enum | Marcel Apfelbaum |
2016-03-11 | hw/virtio: fix double use of a virtio flag | Marcel Apfelbaum |
2016-03-11 | balloon: fix segfault and harden the stats queue | Ladi Prosek |
2016-03-11 | acpi: add build_append_named_dword, returning an offset in buffer | Michael S. Tsirkin |
2016-03-11 | acpi: allow using object as offset for OperationRegion | Xiao Guangrong |
2016-03-11 | acpi: add aml_concatenate() | Xiao Guangrong |
2016-03-11 | acpi: add aml_create_field() | Xiao Guangrong |
2016-03-11 | postcopy: Remove the x- | Dr. David Alan Gilbert |
2016-03-11 | postcopy: listen thread is never joined | Dr. David Alan Gilbert |
2016-03-11 | migration: fix use-after-free in loadvm_postcopy_handle_run_bh | Denis V. Lunev |
2016-03-11 | migration: fix warning for source_return_path_thread | Peter Xu |
2016-03-10 | MAINTAINERS: Add entry for the include/hw/vfio/ folder | Thomas Huth |
2016-03-10 | vfio/pci: replace fixed string limit by g_strdup_printf | Neo Jia |
2016-03-10 | vfio/pci: Split out VGA setup | Alex Williamson |
2016-03-10 | vfio/pci: Fixup PCI option ROMs | Alex Williamson |
2016-03-10 | vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions | Alex Williamson |
2016-03-10 | vfio: Generalize region support | Alex Williamson |
2016-03-10 | osdep: remove use of socket_error() from all code | Daniel P. Berrange |
2016-03-10 | osdep: add wrappers for socket functions | Daniel P. Berrange |
2016-03-10 | char: remove qemu_chr_open_socket_fd method | Daniel P. Berrange |
2016-03-10 | char: remove socket_try_connect method | Daniel P. Berrange |
2016-03-10 | char: remove qemu_chr_finish_socket_connection method | Daniel P. Berrange |
2016-03-10 | io: implement socket watch for win32 using WSAEventSelect+select | Paolo Bonzini |
2016-03-10 | io: remove checking of EWOULDBLOCK | Daniel P. Berrange |
2016-03-10 | io: use qemu_accept to ensure SOCK_CLOEXEC is set | Daniel P. Berrange |
2016-03-10 | io: introduce qio_channel_create_socket_watch | Paolo Bonzini |
2016-03-10 | io: pass HANDLE to g_source_add_poll on Win32 | Paolo Bonzini |
2016-03-10 | io: fix copy+paste mistake in socket error message | Daniel P. Berrange |
2016-03-10 | io: assert errors before asserting content in I/O test | Daniel P. Berrange |
2016-03-10 | io: set correct error object in background reader test thread | Daniel P. Berrange |
2016-03-10 | io: wait for incoming client in socket test | Daniel P. Berrange |
2016-03-10 | io: bind to socket before creating QIOChannelSocket | Daniel P. Berrange |
2016-03-10 | io: initialize sockets in test program | Daniel P. Berrange |
2016-03-10 | io: use bind() to check for IPv4/6 availability | Daniel P. Berrange |
2016-03-10 | osdep: fix socket_error() to work with Mingw64 | Daniel P. Berrange |
2016-03-10 | vfio: Wrap VFIO_DEVICE_GET_REGION_INFO | Alex Williamson |