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
2015-08-13
pc: Remove redundant arguments from *load_linux()
Eduardo Habkost
3
-25
/
+14
2015-08-13
pc: Use PCMachineState as pc_guest_info_init() argument
Eduardo Habkost
4
-10
/
+6
2015-08-13
pc: Move {above,below}_4g_mem_size variables to PCMachineState
Eduardo Habkost
3
-23
/
+28
2015-08-13
pc: Use PCMachineState for pc_memory_init() argument
Eduardo Habkost
4
-5
/
+5
2015-08-13
pc: Use PCMachineState for pc_cmos_init() argument
Eduardo Habkost
4
-11
/
+14
2015-08-13
pc: Eliminate pc_default_machine_options()
Eduardo Habkost
4
-8
/
+2
2015-08-13
pc: Eliminate pc_common_machine_options()
Eduardo Habkost
3
-8
/
+1
2015-08-13
pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h
Eduardo Habkost
2
-3
/
+3
2015-08-13
pc: Rename pc_machine variables to pcms
Eduardo Habkost
3
-22
/
+22
2015-08-13
pc: Use error_abort when registering properties
Eduardo Habkost
1
-8
/
+8
2015-08-13
target-i386: Remove x86_cpu_compat_set_features()
Eduardo Habkost
2
-29
/
+0
2015-08-13
pc: Use PC_COMPAT_* for CPUID feature compatibility
Eduardo Habkost
3
-46
/
+112
2015-08-13
piix: Document coreboot-specific RAM size config register
Eduardo Habkost
1
-1
/
+6
2015-08-13
make: load only required dependency files.
Victor Kaplansky
2
-2
/
+8
2015-08-13
make: fix where dependency *.d are stored.
Victor Kaplansky
3
-2
/
+2
2015-08-11
Update version for v2.4.0 release
v2.4.0
Peter Maydell
1
-1
/
+1
2015-08-05
Update version for v2.4.0-rc4 release
v2.4.0-rc4
Peter Maydell
1
-1
/
+1
2015-08-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+62
2015-08-05
block: don't register quorum driver if SHA256 support is unavailable
Sascha Silbe
1
-6
/
+4
2015-08-05
virtio: fix 1.0 virtqueue migration
Jason Wang
2
-0
/
+62
2015-08-04
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
1
-0
/
+4
2015-08-04
target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3
Radim Krčmář
1
-0
/
+4
2015-08-04
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150804' into staging
Peter Maydell
1
-23
/
+32
2015-08-04
target-mips: Copy restrictions from ext/ins to dext/dins
Richard Henderson
1
-20
/
+25
2015-08-04
target-mips: fix semihosting for microMIPS R6
Leon Alrae
1
-3
/
+7
2015-08-03
Merge remote-tracking branch 'remotes/sstabellini/tags/cve-2015-5166-tag' int...
Peter Maydell
1
-0
/
+7
2015-08-03
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-migration-2.4-tag'...
Peter Maydell
4
-0
/
+14
2015-08-03
migration: Fix regression for xenfv and pc,accel=xen machine.
Anthony PERARD
1
-0
/
+5
2015-08-03
migration: Fix global state with Xen.
Anthony PERARD
3
-0
/
+9
2015-08-03
configure: Drop vnc-ws feature from help text
Andreas Färber
1
-1
/
+0
2015-08-03
Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)
Stefano Stabellini
1
-0
/
+7
2015-08-03
Merge remote-tracking branch 'remotes/stefanha/tags/rtl8139-cplus-tx-input-va...
Peter Maydell
1
-173
/
+190
2015-08-03
rtl8139: check TCP Data Offset field (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: skip offload on short TCP header (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: check IP Total Length field (CVE-2015-5165)
Stefan Hajnoczi
1
-1
/
+6
2015-08-03
rtl8139: check IP Header Length field (CVE-2015-5165)
Stefan Hajnoczi
1
-11
/
+8
2015-08-03
rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)
Stefan Hajnoczi
1
-154
/
+151
2015-08-03
rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)
Stefan Hajnoczi
1
-19
/
+22
2015-08-03
Merge remote-tracking branch 'remotes/aurel/tags/pull-tcg-mips-s390-20150803'...
Peter Maydell
2
-5
/
+10
2015-08-03
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2
-1
/
+29
2015-08-01
tcg/mips: fix add2
Aurelien Jarno
1
-0
/
+3
2015-08-01
tcg/s390x: Mask TCGMemOp appropriately for indexing
Aurelien Jarno
1
-2
/
+2
2015-08-01
tcg/mips: Mask TCGMemOp appropriately for indexing
Aurelien Jarno
1
-2
/
+2
2015-08-01
tcg/mips: fix TLB loading for BE host with 32-bit guests
Aurelien Jarno
1
-1
/
+3
2015-07-31
ahci: fix ICC mask definition
John Snow
1
-1
/
+1
2015-07-31
macio: re-add TRIM support
Aurelien Jarno
1
-0
/
+28
2015-07-30
bsd-user: Fix operand to cpu_x86_exec
Richard Henderson
1
-1
/
+1
2015-07-29
Update version for v2.4.0-rc3 release
v2.4.0-rc3
Peter Maydell
1
-1
/
+1
2015-07-29
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
3
-3
/
+31
[next]