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
2014-11-18
Tracing docs fix configure option and description
Dr. David Alan Gilbert
1
-3
/
+3
2014-11-18
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-82
/
+91
2014-11-18
Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.2' into staging
Peter Maydell
1
-2
/
+3
2014-11-18
linux-headers: update to 3.18-rc5
Ard Biesheuvel
6
-11
/
+40
2014-11-18
migration: fix parameter validation on ram load
Michael S. Tsirkin
1
-2
/
+3
2014-11-18
block/raw-posix: Catch fsync() errors
Max Reitz
1
-1
/
+6
2014-11-18
block/raw-posix: Only sync after successful preallocation
Max Reitz
1
-1
/
+3
2014-11-18
block/raw-posix: Fix preallocating write() loop
Max Reitz
1
-1
/
+1
2014-11-18
exec: Handle multipage ranges in invalidate_and_set_dirty()
Peter Maydell
2
-4
/
+27
2014-11-18
Merge remote-tracking branch 'mreitz/block' into queue-block
Kevin Wolf
1
-80
/
+82
2014-11-18
raw-posix: The SEEK_HOLE code is flawed, rewrite it
Markus Armbruster
1
-26
/
+85
2014-11-18
raw-posix: SEEK_HOLE suffices, get rid of FIEMAP
Markus Armbruster
1
-59
/
+4
2014-11-18
raw-posix: Fix comment for raw_co_get_block_status()
Markus Armbruster
1
-3
/
+1
2014-11-17
target-arm: handle address translations that start at level 3
Peter Maydell
1
-9
/
+11
2014-11-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
11
-24
/
+41
2014-11-17
hcd-musb: fix dereference null return value
Paolo Bonzini
1
-2
/
+6
2014-11-17
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2014-11-17
target-cris/translate.c: fix out of bounds read
zhanghailiang
1
-6
/
+2
2014-11-17
shpc: fix error propaagation
Gonglei
1
-1
/
+2
2014-11-17
qemu-char: fix MISSING_COMMA
Gonglei
1
-1
/
+1
2014-11-17
acl: fix memory leak
Gonglei
1
-5
/
+5
2014-11-17
nvme: remove superfluous check
Gonglei
1
-2
/
+1
2014-11-17
loader: fix NEGATIVE_RETURNS
Gonglei
1
-0
/
+13
2014-11-17
qga: fix false negative argument passing
Gonglei
1
-2
/
+2
2014-11-17
mips_mipssim: fix use-after-free for filename
Gonglei
1
-1
/
+1
2014-11-17
l2tpv3: fix fd leak
Gonglei
1
-2
/
+2
2014-11-15
Update OpenBIOS images
Mark Cave-Ayland
4
-0
/
+0
2014-11-14
Merge remote-tracking branch 'remotes/sstabellini/xen-2014-11-14' into staging
Peter Maydell
3
-17
/
+70
2014-11-14
l2tpv3: fix possible double free
zhanghailiang
1
-1
/
+0
2014-11-14
libcacard: fix resource leak
zhanghailiang
1
-1
/
+6
2014-11-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
8
-143
/
+214
2014-11-14
xen_disk: fix unmapping of persistent grants
Roger Pau Monne
1
-6
/
+66
2014-11-14
pc: piix4_pm: init legacy PCI hotplug when running on Xen
Igor Mammedov
2
-11
/
+4
2014-11-14
vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info
Fam Zheng
1
-7
/
+13
2014-11-14
block: Fix max nb_sectors in bdrv_make_zero
Fam Zheng
1
-2
/
+2
2014-11-14
ahci: factor out FIS decomposition from handle_cmd
John Snow
1
-83
/
+86
2014-11-14
ahci: Check cmd_fis[1] more explicitly
John Snow
1
-11
/
+12
2014-11-14
ahci: Reorder error cases in handle_cmd
John Snow
1
-15
/
+14
2014-11-14
ahci: Fix FIS decomposition
John Snow
1
-38
/
+26
2014-11-14
ahci: add is_ncq predicate helper
John Snow
2
-4
/
+27
2014-11-14
ide: Correct handling of malformed/short PRDTs
John Snow
5
-22
/
+68
2014-11-14
ahci: unify sglist preparation
John Snow
1
-2
/
+2
2014-11-14
ide: repair PIO transfers for cases where nsector > 1
John Snow
2
-1
/
+5
2014-11-14
ahci: Fix byte count regression for ATAPI/PIO
John Snow
1
-0
/
+1
2014-11-13
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
13
-26
/
+109
2014-11-13
acpi: accurate overflow check
Pavel Dovgalyuk
1
-2
/
+5
2014-11-13
smbios: change 'ram_addr_t' variables to 'uint64_t'
SeokYeon Hwang
1
-5
/
+5
2014-11-13
kvmclock: Add comment explaining why we need cpu_clean_all_dirty()
Eduardo Habkost
1
-0
/
+14
2014-11-13
target-i386: fix Coverity complaints about overflows
Paolo Bonzini
1
-1
/
+1
2014-11-13
apic_common: migrate missing fields
Pavel Dovgalyuk
2
-0
/
+41
[prev]
[next]