summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | i8257: move state definition to new independent headerHervé Poussineau2016-02-032-34/+43
| * | i8257: QOM'ifyHervé Poussineau2016-02-031-53/+107
| * | i8257: add missing constHervé Poussineau2016-02-031-1/+1
| * | i8257: make the DMA running method per controllerHervé Poussineau2016-02-031-41/+34Star
| * | i8257: rename functions to start with i8257_ prefixHervé Poussineau2016-02-031-45/+46
| * | i8257: rename struct dma_regs to I8257RegsHervé Poussineau2016-02-031-20/+20
| * | i8257: rename struct dma_cont to I8257StateHervé Poussineau2016-02-031-20/+23
| * | i8257: pass ISA bus to DMA_init() functionHervé Poussineau2016-02-039-9/+9
| * | i82374: device only existed as ISA device, so simplify deviceHervé Poussineau2016-02-031-39/+19Star
| * | fdc: fix detection under LinuxJohn Snow2016-02-031-0/+16
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...Peter Maydell2016-02-0427-104/+2199
|\ \
| * | raspi: add raspberry pi 2 machineAndrew Baumann2016-02-032-1/+153
| * | arm/boot: move highbank secure board setup code to common routineAndrew Baumann2016-02-033-35/+58
| * | bcm2836: add bcm2836 SoC deviceAndrew Baumann2016-02-033-1/+201
| * | bcm2836_control: add bcm2836 ARM control logicAndrew Baumann2016-02-033-1/+355
| * | bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2016-02-034-0/+375
| * | bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann2016-02-033-0/+270
| * | bcm2835_property: add bcm2835 property channelAndrew Baumann2016-02-033-0/+319