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-03-10
raw-posix: Factor block size detection out of raw_probe_alignment()
Ekaterina Tumanova
1
-16
/
+35
2015-03-10
block: add bdrv functions for geometry and blocksize
Ekaterina Tumanova
3
-0
/
+62
2015-03-10
blkdebug: fix "once" rule
John Snow
2
-22
/
+8
2015-03-10
iotests: Add test for different refcount widths
Max Reitz
3
-0
/
+272
2015-03-10
qcow2: Allow creation with refcount order != 4
Max Reitz
5
-80
/
+126
2015-03-10
iotests: Prepare for refcount_bits option
Max Reitz
13
-37
/
+41
2015-03-10
qcow2: Use symbolic macros in qcow2_amend_options
Max Reitz
1
-15
/
+16
2015-03-10
qcow2: refcount_order parameter for qcow2_create2
Max Reitz
1
-11
/
+36
2015-03-10
qcow2: Open images with refcount order != 4
Max Reitz
1
-4
/
+4
2015-03-10
qcow2: More helpers for refcount modification
Max Reitz
1
-2
/
+119
2015-03-10
qcow2: Helper function for refcount modification
Max Reitz
2
-53
/
+81
2015-03-10
qcow2: Helper for refcount array reallocation
Max Reitz
1
-49
/
+81
2015-03-10
qcow2: Use 64 bits for refcount values
Max Reitz
3
-25
/
+23
2015-03-10
qcow2: Use unsigned addend for update_refcount()
Max Reitz
3
-24
/
+52
2015-03-10
qcow2: Only return status from qcow2_get_refcount
Max Reitz
3
-44
/
+53
2015-03-10
qcow2: Do not return new value after refcount update
Max Reitz
1
-10
/
+15
2015-03-10
qcow2: Add refcount_bits to format-specific info
Max Reitz
7
-10
/
+37
2015-03-10
qcow2: Add two new fields to BDRVQcowState
Max Reitz
3
-2
/
+7
2015-03-10
libqos: Add virtio MMIO support
Marc Marí
4
-8
/
+323
2015-03-10
libqos: Add malloc generic
Marc Marí
2
-0
/
+60
2015-03-10
libqos: Remove PCI assumptions in constants of virtio driver
Marc Marí
3
-32
/
+33
2015-03-10
tests: Prepare virtio-blk-test for multi-arch implementation
Marc Marí
1
-65
/
+89
2015-03-10
libqos: Change use of pointers to uint64_t in virtio
Marc Marí
4
-28
/
+37
2015-03-10
virtio-blk: Check return value of blk_aio_ioctl
Fam Zheng
1
-2
/
+8
2015-03-10
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-0...
Peter Maydell
59
-281
/
+162
2015-03-10
Fix crash when connecting to VNC through websocket
Jorge Acereda Maciá
1
-2
/
+1
2015-03-10
vnc: -readconfig fix
Gerd Hoffmann
1
-2
/
+5
2015-03-10
vnc: set id at parse time not init time
Gerd Hoffmann
3
-12
/
+12
2015-03-10
x86: fix SS selector in SYSRET
Bill Paul
1
-2
/
+2
2015-03-10
scsi: Convert remaining PCI HBAs to realize()
Markus Armbruster
3
-41
/
+17
2015-03-10
scsi: Improve error reporting for invalid drive property
Markus Armbruster
1
-4
/
+1
2015-03-10
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
8
-27
/
+32
2015-03-10
scsi: Clean up duplicated error in legacy if=scsi code
Markus Armbruster
4
-2
/
+6
2015-03-10
cpus: initialize cpu->memory_dispatch
Paolo Bonzini
1
-0
/
+1
2015-03-10
rcu: handle forks safely
Paolo Bonzini
1
-1
/
+32
2015-03-10
qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK
Paolo Bonzini
1
-5
/
+1
2015-03-10
kvm_stat: add kvm_stat.1 man page
Stefan Hajnoczi
2
-0
/
+64
2015-03-10
kvm_stat: add column headers to text UI
Stefan Hajnoczi
1
-1
/
+4
2015-03-10
iscsi: Fix check for username
Stefan Weil
1
-1
/
+1
2015-03-10
sun4u: switch m48t59 NVRAM to MMIO access
Mark Cave-Ayland
5
-2
/
+8
2015-03-10
MAINTAINERS: add myself as SPARC maintainer
Mark Cave-Ayland
1
-0
/
+3
2015-03-10
doc: minor updates to SPARC32 and SPARC64 documentation
Mark Cave-Ayland
1
-3
/
+4
2015-03-10
m48t59: add m48t59 sysbus device
Mark Cave-Ayland
1
-0
/
+4
2015-03-10
m48t59: introduce new base-year qdev property
Mark Cave-Ayland
6
-18
/
+22
2015-03-10
m48t59: let init functions return a Nvram object
Hervé Poussineau
6
-231
/
+177
2015-03-10
m48t59: add a Nvram interface
Hervé Poussineau
2
-0
/
+83
2015-03-10
m48t59: register a QOM type for each nvram type we support
Hervé Poussineau
1
-77
/
+169
2015-03-10
m48t59: move ISA ports/memory regions registration to QOM constructor
Hervé Poussineau
1
-12
/
+13
2015-03-10
9pfs: remove useless return
Michael Tokarev
1
-1
/
+0
2015-03-10
gdbstub: avoid possible NULL pointer dereference
Paolo Bonzini
1
-3
/
+5
[prev]
[next]