index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
slirp: Adding IPv6 address for DNS relay
Guillaume Subiron
2016-03-15
4
-1
/
+41
*
slirp: Handle IPv6 in TCP functions
Guillaume Subiron
2016-03-15
6
-9
/
+125
*
slirp: Reindent after refactoring
Guillaume Subiron
2016-03-15
3
-92
/
+91
*
slirp: Generalizing and neutralizing various TCP functions before adding IPv6...
Guillaume Subiron
2016-03-15
7
-31
/
+109
*
slirp: Factorizing tcpiphdr structure with an union
Guillaume Subiron
2016-03-15
8
-45
/
+106
*
slirp: Adding IPv6 UDP support
Guillaume Subiron
2016-03-15
6
-9
/
+208
*
slirp: Adding ICMPv6 error sending
Yann Bordenave
2016-03-15
3
-3
/
+84
*
slirp: Fix ICMP error sending
Yann Bordenave
2016-03-15
7
-17
/
+18
*
slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
Guillaume Subiron
2016-03-15
12
-6
/
+1019
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-03-14
2
-16
/
+56
|
\
|
*
trace: separate MMIO tracepoints from TB-access tracepoints
Hollis Blanchard
2016-03-14
2
-0
/
+32
|
*
trace: include CPU index in trace_memory_region_*()
Hollis Blanchard
2016-03-14
2
-16
/
+24
*
|
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160311.0' i...
Peter Maydell
2016-03-14
9
-415
/
+549
|
\
\
|
*
|
MAINTAINERS: Add entry for the include/hw/vfio/ folder
Thomas Huth
2016-03-11
1
-0
/
+1
|
*
|
vfio/pci: replace fixed string limit by g_strdup_printf
Neo Jia
2016-03-11
1
-2
/
+3
|
*
|
vfio/pci: Split out VGA setup
Alex Williamson
2016-03-11
2
-34
/
+50
|
*
|
vfio/pci: Fixup PCI option ROMs
Alex Williamson
2016-03-11
1
-0
/
+30
|
*
|
vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
Alex Williamson
2016-03-11
3
-91
/
+71
|
*
|
vfio: Generalize region support
Alex Williamson
2016-03-11
7
-190
/
+283
|
*
|
vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
Alex Williamson
2016-03-10
4
-46
/
+73
|
*
|
vfio: Add sysfsdev property for pci & platform
Alex Williamson
2016-03-10
3
-100
/
+86
|
|
/
*
|
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7...
Peter Maydell
2016-03-14
6
-19
/
+26
|
\
\
|
*
|
postcopy: Remove the x-
Dr. David Alan Gilbert
2016-03-11
5
-11
/
+11
|
*
|
postcopy: listen thread is never joined
Dr. David Alan Gilbert
2016-03-11
1
-1
/
+1
|
*
|
migration: fix use-after-free in loadvm_postcopy_handle_run_bh
Denis V. Lunev
2016-03-11
1
-4
/
+12
|
*
|
migration: fix warning for source_return_path_thread
Peter Xu
2016-03-11
1
-3
/
+2
|
|
/
*
|
Merge remote-tracking branch 'remotes/berrange/tags/pull-io-win32-2016-03-11-...
Peter Maydell
2016-03-14
24
-244
/
+719
|
\
\
|
*
|
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2016-03-10
11
-63
/
+46
|
*
|
osdep: add wrappers for socket functions
Daniel P. Berrange
2016-03-10
7
-19
/
+291
|
*
|
char: remove qemu_chr_open_socket_fd method
Daniel P. Berrange
2016-03-10
1
-35
/
+24
|
*
|
char: remove socket_try_connect method
Daniel P. Berrange
2016-03-10
1
-15
/
+10
|
*
|
char: remove qemu_chr_finish_socket_connection method
Daniel P. Berrange
2016-03-10
1
-17
/
+7
|
*
|
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
2016-03-10
4
-7
/
+170
|
*
|
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
2016-03-10
3
-12
/
+6
|
*
|
io: use qemu_accept to ensure SOCK_CLOEXEC is set
Daniel P. Berrange
2016-03-10
1
-2
/
+2
|
*
|
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
2016-03-10
3
-4
/
+37
|
*
|
io: pass HANDLE to g_source_add_poll on Win32
Paolo Bonzini
2016-03-10
1
-2
/
+11
|
*
|
io: fix copy+paste mistake in socket error message
Daniel P. Berrange
2016-03-10
1
-1
/
+1
|
*
|
io: assert errors before asserting content in I/O test
Daniel P. Berrange
2016-03-10
1
-2
/
+2
|
*
|
io: set correct error object in background reader test thread
Daniel P. Berrange
2016-03-10
1
-1
/
+1
|
*
|
io: wait for incoming client in socket test
Daniel P. Berrange
2016-03-10
1
-0
/
+2
|
*
|
io: bind to socket before creating QIOChannelSocket
Daniel P. Berrange
2016-03-10
1
-0
/
+10
|
*
|
io: initialize sockets in test program
Daniel P. Berrange
2016-03-10
1
-0
/
+1
|
*
|
io: use bind() to check for IPv4/6 availability
Daniel P. Berrange
2016-03-10
1
-48
/
+31
|
*
|
osdep: fix socket_error() to work with Mingw64
Daniel P. Berrange
2016-03-10
4
-30
/
+81
|
|
/
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160311' into staging
Peter Maydell
2016-03-14
9
-83
/
+289
|
\
\
|
|
/
|
/
|
|
*
s390x/cpu: use g_new0
Cornelia Huck
2016-03-10
1
-1
/
+1
|
*
s390x: Introduce S390MachineClass
Janosch Frank
2016-03-10
2
-14
/
+41
|
*
s390x: Introduce machine definition macros
Janosch Frank
2016-03-10
1
-42
/
+47
|
*
pc-bios/s390-ccw: fix old bug in ptr increment
Eugene (jno) Dvurechenski
2016-03-10
1
-1
/
+1
[next]