]> git.proxmox.com Git - qemu.git/history - qemu_socket.h
vfio-pci: Use uintptr_t for void* cast
[qemu.git] / qemu_socket.h
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.66' into staging
2012-09-26 Orit WassermanFix address handling in inet_nonblocking_connect
2012-09-26 Orit WassermanSeparate inet_connect into inet_connect (blocking)...
2012-08-14 Blue SwirlMerge branch 'linux-user.next' of git://git.linaro...
2012-08-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-5a02306...
2012-08-13 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-08-13 Luiz Capitulinonet: inet_connect(), inet_connect_opts(): add in_progre...
2012-06-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-1.1'...
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.50' into staging
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v55' into...
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'sweil/for-1.1' into staging
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-05-10 Amos Kongsockets: use error class to pass listen error
2012-05-10 Amos Kongsockets: change inet_connect() to support nonblock...
2012-04-16 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-04-16 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_anthony...
2012-04-15 Blue SwirlMerge branch 'w64' of git://qemu.weilnetz.de/qemu
2012-04-15 Stefan Weilw32: Move defines for socket specific errors to qemu...
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-04-03 Jan Kiszkaw32: Undefine error constants before their redefinition
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-01-03 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2011-12-27 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2011-12-27 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-for-anthony...
2011-12-22 Paolo Bonzinimove corking functions to osdep.c
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/uq/master...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-asser...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v45' into...
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-21 Paolo Bonziniadd socket_set_block
2011-03-06 Juan Quintelanet: remove parse_host_src_port() function
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-22 Blue SwirlFix OpenBSD build
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Paolo Bonzinimove socket_init to qemu-sockets.c
2010-01-20 Luiz Capitulinonet: Make inet_strfamily() public
2009-12-03 Kevin WolfDon't leak file descriptors
2009-09-11 Gerd Hoffmannconvert udp chardev to QemuOpts.
2009-09-11 Gerd Hoffmannsockets: add inet_listen_opts
2009-09-11 Gerd Hoffmannsockets: add inet_connect_opts
2009-09-11 Gerd Hoffmannsockets: add unix_listen_opts
2009-09-11 Gerd Hoffmannsockets: add unix_connect_opts
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2008-11-11 aliguorisockets: helper functions for qemu (Gerd Hoffman)
2008-10-31 aliguoriMove some declarations around in the QEMU CharDriver...
2008-10-13 aliguoriIntroduce UI for live migration
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2007-12-17 thsUse WIN32_LEAN_AND_MEAN, by Stefan Weil.
2006-12-21 thsRun monitor over unix domain sockets, by Anthony Liguori.
2006-04-30 bellardwin32 socket fixes