]> git.proxmox.com Git - qemu.git/history - qemu-sockets.c
usbredir: Add usbredir_init_endpoints() helper
[qemu.git] / qemu-sockets.c
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonzinimonitor: move include files to include/monitor/
2012-12-18 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-15 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-12-13 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-12-11 Dong Xu Wanguse qemu_opts_create_nofail
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-11-21 Anthony PERARDqemu-sockets: Fix parsing of the inet option 'to'.
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.71' into staging
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'amit/loadvm-irq-inj-fix...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-11-18 Paolo Bonzinibuild: replace weak symbols with a static library
2012-11-03 Blue SwirlMerge branch 'trivial-patches' of git://github.com...
2012-11-02 Paolo Bonzinicompiler: support Darwin weak references
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.69' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v3' into...
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'bonzini/threadpool' into...
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30 Paolo Bonziniiohandler: add weak alias in qemu-sockets.c, for qemu-ga
2012-10-30 Paolo Bonzinisockets: use weak aliases instead of qemu-tool.c
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.68' into staging
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-29 Aurelien JarnoMerge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp...
2012-10-27 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-10-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-10-23 Paolo Bonziniqemu-sockets: add socket_listen, socket_connect, socket...
2012-10-23 Paolo Bonziniqemu-sockets: return InetSocketAddress from inet_parse
2012-10-23 Paolo Bonziniqemu-sockets: add error propagation to Unix socket...
2012-10-23 Paolo Bonziniqemu-sockets: add error propagation to inet_parse
2012-10-23 Paolo Bonziniqemu-sockets: add error propagation to inet_dgram_opts
2012-10-23 Paolo Bonziniqemu-sockets: add error propagation to inet_connect_addr
2012-10-23 Paolo Bonziniqemu-sockets: include strerror or gai_strerror output...
2012-10-23 Paolo Bonziniqemu-sockets: add nonblocking connect for Unix sockets
2012-10-23 Paolo Bonziniqemu-sockets: unix_listen and unix_connect are portable
2012-10-23 Paolo Bonziniqemu-sockets: add Error ** to all functions
2012-10-06 Aurelien JarnoMerge branch 'target-arm.for-upstream' of git://git...
2012-10-06 Aurelien JarnoMerge branch 'trivial-patches' of git://github.com...
2012-10-05 Amos Kongcleanup useless return sentence
2012-10-05 Stefan Weilqemu-sockets: Fix compiler warning (regression for...
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-09-26 Michael S. TsirkinRefactor inet_connect_opts function
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-09-23 Stefan Weilqemu-sockets: Fix potential memory leak
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 Capitulinomigration: don't rely on any QERR_SOCKET_*
2012-08-13 Luiz Capitulinonet: inet_connect(), inet_connect_opts(): add in_progre...
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-08-03 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-08-03 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-08-03 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-cpu-4...
2012-08-03 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-fixes...
2012-08-03 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-08-03 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-08-03 Amos Kongsocket: clean up redundant assignment
2012-07-30 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-07-30 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-07-30 Anthony LiguoriMerge commit 'quintela/migration-next-v5' into staging
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-29 Paolo Bonziniplace qemu-sockets.c contributions since 2012-01-13...
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_1.1.1...
2012-06-06 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-06-04 Luiz Capitulinoqemu-option: qemu_opts_create(): use error_set()
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-03-03 Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-27 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-win32-pull...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio-scsi'...
next