index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-04
disas: Clean up includes
Peter Maydell
7
-6
/
+7
2016-02-04
util: Clean up includes
Peter Maydell
50
-72
/
+50
2016-02-04
backends: Clean up includes
Peter Maydell
10
-1
/
+10
2016-02-04
bsd-user: Clean up includes
Peter Maydell
8
-51
/
+8
2016-02-04
stubs: Clean up includes
Peter Maydell
40
-1
/
+40
2016-02-04
ui: Clean up includes
Peter Maydell
37
-21
/
+37
2016-02-04
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2016-02-04
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
24
-298
/
+447
2016-02-04
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
16
-317
/
+472
2016-02-04
Update OpenBIOS images
Mark Cave-Ayland
4
-0
/
+0
2016-02-04
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...
Peter Maydell
27
-104
/
+2199
2016-02-04
net/filter: Fix the output information for command 'info network'
zhanghailiang
3
-26
/
+29
2016-02-04
net: always walk through filters in reverse if traffic is egress
Li Zhijian
3
-8
/
+35
2016-02-04
net: netmap: use nm_open() to open netmap ports
Vincenzo Maffione
1
-65
/
+32
2016-02-04
e1000: eliminate infinite loops on out-of-bounds transfer start
Laszlo Ersek
1
-2
/
+4
2016-02-04
slirp: Adding family argument to tcp_fconnect()
Guillaume Subiron
3
-4
/
+5
2016-02-04
slirp: Make udp_attach IPv6 compatible
Guillaume Subiron
3
-5
/
+6
2016-02-04
slirp: Add sockaddr_equal, make solookup family-agnostic
Guillaume Subiron
4
-27
/
+51
2016-02-04
slirp: Factorizing and cleaning solookup()
Guillaume Subiron
4
-44
/
+32
2016-02-04
slirp: Factorizing address translation
Guillaume Subiron
8
-103
/
+116
2016-02-04
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
7
-16
/
+78
2016-02-04
slirp: Adding address family switch for produced frames
Guillaume Subiron
1
-13
/
+48
2016-02-04
slirp: Generalizing and neutralizing ARP code
Guillaume Subiron
3
-4
/
+4
2016-02-04
slirp: goto bad in udp_input if sosendto fails
Guillaume Subiron
1
-0
/
+1
2016-02-04
cadence_gem: fix buffer overflow
Michael S. Tsirkin
1
-0
/
+8
2016-02-04
net: cadence_gem: check packet size in gem_recieve
Prasad J Pandit
1
-0
/
+4
2016-02-04
qemu-doc: Do not promote deprecated -smb and -redir options
Thomas Huth
1
-4
/
+5
2016-02-04
net/slirp: Tell the users when they are using deprecated options
Thomas Huth
3
-0
/
+12
2016-02-03
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
57
-137
/
+293
2016-02-03
dma: remove now useless DMA_* functions
Hervé Poussineau
4
-119
/
+1
2016-02-03
sb16: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
1
-5
/
+18
2016-02-03
gus: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
1
-7
/
+13
2016-02-03
cs4231a: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
1
-8
/
+15
2016-02-03
fdc: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
1
-17
/
+46
2016-02-03
sparc64: disable floppy DMA
Hervé Poussineau
1
-1
/
+14
2016-02-03
sparc: disable floppy DMA
Hervé Poussineau
1
-0
/
+2
2016-02-03
magnum: disable floppy DMA for now
Hervé Poussineau
1
-1
/
+2
2016-02-03
i8257: implement the IsaDma interface
Hervé Poussineau
1
-31
/
+117
2016-02-03
isa: add an ISA DMA interface, and store it within the ISA bus
Hervé Poussineau
3
-0
/
+60
2016-02-03
i8257: move state definition to new independent header
Hervé Poussineau
2
-34
/
+43
2016-02-03
i8257: QOM'ify
Hervé Poussineau
1
-53
/
+107
2016-02-03
i8257: add missing const
Hervé Poussineau
1
-1
/
+1
2016-02-03
i8257: make the DMA running method per controller
Hervé Poussineau
1
-41
/
+34
2016-02-03
i8257: rename functions to start with i8257_ prefix
Hervé Poussineau
1
-45
/
+46
2016-02-03
i8257: rename struct dma_regs to I8257Regs
Hervé Poussineau
1
-20
/
+20
2016-02-03
i8257: rename struct dma_cont to I8257State
Hervé Poussineau
1
-20
/
+23
2016-02-03
i8257: pass ISA bus to DMA_init() function
Hervé Poussineau
9
-9
/
+9
2016-02-03
i82374: device only existed as ISA device, so simplify device
Hervé Poussineau
1
-39
/
+19
2016-02-03
fdc: fix detection under Linux
John Snow
1
-0
/
+16
2016-02-03
raspi: add raspberry pi 2 machine
Andrew Baumann
2
-1
/
+153
[next]