summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang9-48/+52
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang2-17/+31
2016-02-04all: Clean up includesPeter Maydell65-101/+66
2016-02-04contrib: Clean up includesPeter Maydell4-2/+4
2016-02-04io: Clean up includesPeter Maydell9-0/+9
2016-02-04qom: Clean up includesPeter Maydell4-1/+4
2016-02-04qobject: Clean up includesPeter Maydell12-2/+12
2016-02-04net: Clean up includesPeter Maydell22-15/+22
2016-02-04slirp: Clean up includesPeter Maydell19-3/+19
2016-02-04qga: Clean up includesPeter Maydell9-27/+9
2016-02-04qapi: Clean up includesPeter Maydell11-4/+11
2016-02-04disas: Clean up includesPeter Maydell7-6/+7
2016-02-04util: Clean up includesPeter Maydell50-72/+50
2016-02-04backends: Clean up includesPeter Maydell10-1/+10
2016-02-04bsd-user: Clean up includesPeter Maydell8-51/+8
2016-02-04stubs: Clean up includesPeter Maydell40-1/+40
2016-02-04ui: Clean up includesPeter Maydell37-21/+37
2016-02-04Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2016-02-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell24-298/+447
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell16-317/+472
2016-02-04Update OpenBIOS imagesMark Cave-Ayland4-0/+0
2016-02-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...Peter Maydell27-104/+2199
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang3-26/+29
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian3-8/+35
2016-02-04net: netmap: use nm_open() to open netmap portsVincenzo Maffione1-65/+32
2016-02-04e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek1-2/+4
2016-02-04slirp: Adding family argument to tcp_fconnect()Guillaume Subiron3-4/+5
2016-02-04slirp: Make udp_attach IPv6 compatibleGuillaume Subiron3-5/+6
2016-02-04slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron4-27/+51
2016-02-04slirp: Factorizing and cleaning solookup()Guillaume Subiron4-44/+32
2016-02-04slirp: Factorizing address translationGuillaume Subiron8-103/+116
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron7-16/+78
2016-02-04slirp: Adding address family switch for produced framesGuillaume Subiron1-13/+48
2016-02-04slirp: Generalizing and neutralizing ARP codeGuillaume Subiron3-4/+4
2016-02-04slirp: goto bad in udp_input if sosendto failsGuillaume Subiron1-0/+1
2016-02-04cadence_gem: fix buffer overflowMichael S. Tsirkin1-0/+8
2016-02-04net: cadence_gem: check packet size in gem_recievePrasad J Pandit1-0/+4
2016-02-04qemu-doc: Do not promote deprecated -smb and -redir optionsThomas Huth1-4/+5
2016-02-04net/slirp: Tell the users when they are using deprecated optionsThomas Huth3-0/+12
2016-02-03Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell57-137/+293
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau4-119/+1
2016-02-03sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-5/+18
2016-02-03gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-7/+13
2016-02-03cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-8/+15
2016-02-03fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-17/+46
2016-02-03sparc64: disable floppy DMAHervé Poussineau1-1/+14
2016-02-03sparc: disable floppy DMAHervé Poussineau1-0/+2
2016-02-03magnum: disable floppy DMA for nowHervé Poussineau1-1/+2
2016-02-03i8257: implement the IsaDma interfaceHervé Poussineau1-31/+117
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau3-0/+60