summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* migration/ram: Fix some helper functions' parameter to use PageSearchStatuszhanghailiang2016-02-051-14/+19
* savevm: Split load vm state function qemu_loadvm_statezhanghailiang2016-02-051-64/+92
* migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2016-02-059-48/+52
* ram: Split host_from_stream_offset() into two helper functionszhanghailiang2016-02-052-17/+31
* all: Clean up includesPeter Maydell2016-02-0465-101/+66Star
* contrib: Clean up includesPeter Maydell2016-02-044-2/+4
* io: Clean up includesPeter Maydell2016-02-049-0/+9
* qom: Clean up includesPeter Maydell2016-02-044-1/+4
* qobject: Clean up includesPeter Maydell2016-02-0412-2/+12
* net: Clean up includesPeter Maydell2016-02-0422-15/+22
* slirp: Clean up includesPeter Maydell2016-02-0419-3/+19
* qga: Clean up includesPeter Maydell2016-02-049-27/+9Star
* qapi: Clean up includesPeter Maydell2016-02-0411-4/+11
* disas: Clean up includesPeter Maydell2016-02-047-6/+7
* util: Clean up includesPeter Maydell2016-02-0450-72/+50Star
* backends: Clean up includesPeter Maydell2016-02-0410-1/+10
* bsd-user: Clean up includesPeter Maydell2016-02-048-51/+8Star
* stubs: Clean up includesPeter Maydell2016-02-0440-1/+40
* ui: Clean up includesPeter Maydell2016-02-0437-21/+37
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell2016-02-044-0/+0
|\
| * Update OpenBIOS imagesMark Cave-Ayland2016-02-044-0/+0
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2016-02-0424-298/+447
|\ \
| * | net/filter: Fix the output information for command 'info network'zhanghailiang2016-02-043-26/+29
| * | net: always walk through filters in reverse if traffic is egressLi Zhijian2016-02-043-8/+35
| * | net: netmap: use nm_open() to open netmap portsVincenzo Maffione2016-02-041-65/+32Star
| * | e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek2016-02-041-2/+4
| * | slirp: Adding family argument to tcp_fconnect()Guillaume Subiron2016-02-043-4/+5
| * | slirp: Make udp_attach IPv6 compatibleGuillaume Subiron2016-02-043-5/+6
| * | slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron2016-02-044-27/+51
| * | slirp: Factorizing and cleaning solookup()Guillaume Subiron2016-02-044-44/+32Star
| * | slirp: Factorizing address translationGuillaume Subiron2016-02-048-103/+116
| * | slirp: Make Socket structure IPv6 compatibleGuillaume Subiron2016-02-047-16/+78
| * | slirp: Adding address family switch for produced framesGuillaume Subiron2016-02-041-13/+48
| * | slirp: Generalizing and neutralizing ARP codeGuillaume Subiron2016-02-043-4/+4
| * | slirp: goto bad in udp_input if sosendto failsGuillaume Subiron2016-02-041-0/+1
| * | cadence_gem: fix buffer overflowMichael S. Tsirkin2016-02-041-0/+8
| * | net: cadence_gem: check packet size in gem_recievePrasad J Pandit2016-02-041-0/+4
| * | qemu-doc: Do not promote deprecated -smb and -redir optionsThomas Huth2016-02-041-4/+5
| * | net/slirp: Tell the users when they are using deprecated optionsThomas Huth2016-02-043-0/+12
| |/
* | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-02-0416-317/+472
|\ \
| * | dma: remove now useless DMA_* functionsHervé Poussineau2016-02-034-119/+1Star
| * | sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-5/+18
| * | gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-7/+13
| * | cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-8/+15
| * | fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-17/+46
| * | sparc64: disable floppy DMAHervé Poussineau2016-02-031-1/+14
| * | sparc: disable floppy DMAHervé Poussineau2016-02-031-0/+2
| * | magnum: disable floppy DMA for nowHervé Poussineau2016-02-031-1/+2
| * | i8257: implement the IsaDma interfaceHervé Poussineau2016-02-031-31/+117
| * | isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau2016-02-033-0/+60