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
2010-01-26
mmap_frag() users only check for -1 error
Juan Quintela
1
-1
/
+1
2010-01-26
Check availavility of -fstack-protector-all
Juan Quintela
1
-1
/
+1
2010-01-26
Enable _FORTIFY_SOURCE=2
Kirill A. Shutemov
1
-1
/
+1
2010-01-26
check pipe() return value
Juan Quintela
1
-4
/
+9
2010-01-26
linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+4
2010-01-26
monitor.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+10
2010-01-26
vl.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-4
/
+18
2010-01-26
usb-linux.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+1
2010-01-26
net/slirp.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-1
/
+8
2010-01-26
block/qcow2.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-10
/
+45
2010-01-26
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+7
2010-01-26
block/vmdk.o: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-10
/
+40
2010-01-26
block/qcow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-4
/
+22
2010-01-26
block/cow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-3
/
+16
2010-01-26
posix-aio-compat.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-1
/
+4
2010-01-26
force to test result for qemu_write_full()
Juan Quintela
1
-1
/
+2
2010-01-26
Introduce qemu_write_full()
Kirill A. Shutemov
2
-0
/
+28
2010-01-26
qcow2: Don't ignore qcow2_alloc_clusters return value
Kevin Wolf
3
-3
/
+33
2010-01-26
qcow2: Don't ignore update_refcount return value
Kevin Wolf
1
-8
/
+23
2010-01-26
qcow2: Allow updating no refcounts
Kevin Wolf
1
-1
/
+5
2010-01-26
qcow2: Improve error handling in update_refcount
Kevin Wolf
1
-7
/
+25
2010-01-26
qcow2: Fix error handling in grow_refcount_table
Kevin Wolf
1
-3
/
+6
2010-01-26
block: Return original error codes in bdrv_pread/write
Kevin Wolf
1
-16
/
+18
2010-01-26
qcow2: Return 0/-errno in qcow2_alloc_cluster_offset
Kevin Wolf
3
-29
/
+39
2010-01-26
qcow2: Return 0/-errno in get_cluster_table
Kevin Wolf
1
-12
/
+18
2010-01-26
qcow2: Fix error handling in qcow_save_vmstate
Kevin Wolf
1
-2
/
+3
2010-01-26
qcow2: Fix error handling in qcow2_grow_l1_table
Kevin Wolf
1
-4
/
+6
2010-01-26
monitor: convert do_cpu_set() to QObject, QError
Markus Armbruster
2
-3
/
+4
2010-01-26
QError: New QERR_INVALID_CPU_INDEX
Markus Armbruster
2
-0
/
+7
2010-01-26
monitor: convert do_physical_memory_save() to QError
Markus Armbruster
1
-1
/
+1
2010-01-26
monitor: convert do_memory_save() to QError
Markus Armbruster
1
-1
/
+1
2010-01-26
QError: New QERR_OPEN_FILE_FAILED
Markus Armbruster
2
-0
/
+7
2010-01-26
monitor: Don't check for mon_get_cpu() failure
Markus Armbruster
1
-36
/
+3
2010-01-26
json: escape u0000 .. u001F when outputting json
Anthony Liguori
1
-2
/
+8
2010-01-24
Sparc64: fix initrd
Blue Swirl
1
-3
/
+5
2010-01-24
pflash: Dont open memarea for full IO if already done.
Edgar E. Iglesias
1
-2
/
+4
2010-01-24
pflash: Reduce writebuf len for 8-bit flashes.
Edgar E. Iglesias
1
-1
/
+5
2010-01-24
pflash: Remove dead code, no functional changes.
Edgar E. Iglesias
1
-7
/
+0
2010-01-24
microblaze: The petalogix s3adsp board uses intel flashes
Edgar E. Iglesias
2
-4
/
+3
2010-01-24
Load global config files by default
Anthony Liguori
2
-0
/
+48
2010-01-24
Move out option lookup into a separate function
Anthony Liguori
1
-29
/
+43
2010-01-24
Support --sysconfdir in configure to specify path to configuration files
Anthony Liguori
1
-0
/
+17
2010-01-24
Sparc32: fix free-run timer
Blue Swirl
1
-1
/
+2
2010-01-24
Musicpal: Fix descriptor walk in eth_send
Jan Kiszka
1
-4
/
+3
2010-01-23
Musicpal: Fix wm8750 I2C address
Jan Kiszka
1
-1
/
+1
2010-01-23
sparc32 fix np dereference in do_unassigned_access
Artyom Tarasenko
1
-1
/
+2
2010-01-22
Sparc64: fix PCI probe problems
Blue Swirl
1
-12
/
+7
2010-01-20
Revert "block: prevent multiwrite_merge from creating too large iovecs"
Anthony Liguori
1
-4
/
+0
2010-01-20
make: qemu-img depends on config-host.h
Anthony Liguori
1
-1
/
+1
2010-01-20
reduce number of reinjects on ACK
Gleb Natapov
1
-1
/
+1
[next]