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-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
22
-142
/
+209
2016-02-05
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-2...
Peter Maydell
13
-156
/
+225
2016-02-05
migration: fix bad string passed to error_report()
Greg Kurz
1
-2
/
+2
2016-02-05
static checker: e1000-82540em got aliased to e1000
Amit Shah
1
-0
/
+1
2016-02-05
migration: remove useless code.
Liang Li
1
-6
/
+0
2016-02-05
qmp-commands.hx: Document the missing options for migration capability commands
zhanghailiang
1
-1
/
+14
2016-02-05
qmp-commands.hx: Fix the missing options for migration parameters commands
zhanghailiang
1
-4
/
+14
2016-02-05
migration/ram: Fix some helper functions' parameter to use PageSearchStatus
zhanghailiang
1
-14
/
+19
2016-02-05
savevm: Split load vm state function qemu_loadvm_state
zhanghailiang
1
-64
/
+92
2016-02-05
migration: rename 'file' in MigrationState to 'to_dst_file'
zhanghailiang
9
-48
/
+52
2016-02-05
ram: Split host_from_stream_offset() into two helper functions
zhanghailiang
2
-17
/
+31
2016-02-04
virtio: move VirtQueueElement at the beginning of the structs
Paolo Bonzini
3
-10
/
+8
2016-02-04
tests: pc: acpi: add expected DSDT.bridge blobs and update DSDT blobs
Igor Mammedov
4
-0
/
+0
2016-02-04
tests: pc: acpi: drop not needed 'expected SSDT' blobs
Igor Mammedov
4
-0
/
+0
2016-02-04
pc: acpi: merge SSDT into DSDT
Igor Mammedov
1
-135
/
+111
2016-02-04
Fix virtio migration
Dr. David Alan Gilbert
2
-13
/
+13
2016-02-04
all: Clean up includes
Peter Maydell
65
-101
/
+66
2016-02-04
contrib: Clean up includes
Peter Maydell
4
-2
/
+4
2016-02-04
io: Clean up includes
Peter Maydell
9
-0
/
+9
2016-02-04
qom: Clean up includes
Peter Maydell
4
-1
/
+4
2016-02-04
qobject: Clean up includes
Peter Maydell
12
-2
/
+12
2016-02-04
net: Clean up includes
Peter Maydell
22
-15
/
+22
2016-02-04
slirp: Clean up includes
Peter Maydell
19
-3
/
+19
2016-02-04
qga: Clean up includes
Peter Maydell
9
-27
/
+9
2016-02-04
qapi: Clean up includes
Peter Maydell
11
-4
/
+11
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
[prev]
[next]