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
2012-04-27
block: add 'speed' optional parameter to block-stream
Stefan Hajnoczi
8
-15
/
+42
2012-04-27
block: change block-job-set-speed argument from 'value' to 'speed'
Stefan Hajnoczi
7
-16
/
+16
2012-04-27
block: use Error mechanism instead of -errno for block_job_set_speed()
Stefan Hajnoczi
5
-15
/
+18
2012-04-27
block: use Error mechanism instead of -errno for block_job_create()
Stefan Hajnoczi
4
-22
/
+20
2012-04-26
Revert "configure: Virtfs doesn't require libcap."
Anthony Liguori
1
-4
/
+2
2012-04-26
os-posix: Fix build on FreeBSD
Nathan Whitehorn
1
-0
/
+4
2012-04-26
main_loop_wait: block indefinitely
Stefano Stabellini
8
-17
/
+28
2012-04-26
qemu_next_alarm_deadline: check the expire time of a clock only if it is enabled
Stefano Stabellini
1
-6
/
+4
2012-04-26
timers: the rearm function should be able to handle delta = INT64_MAX
Stefano Stabellini
1
-5
/
+13
2012-04-26
target-i386: Fix x86_cpuid_set_model_id()
Andreas Färber
1
-0
/
+1
2012-04-26
qtest: Fix more format errors with qtest_sendf
Stefan Weil
1
-3
/
+4
2012-04-26
sdl: Add QEMU mascot icon for use with SDL
Stefan Weil
2
-0
/
+1
2012-04-26
qom: quick and dirty QOM filesystem based on FUSE
Anthony Liguori
1
-0
/
+138
2012-04-26
pc-sysfw: make sure to call qdev_init
Anthony Liguori
1
-0
/
+8
2012-04-26
hda: fix codec ids
Gerd Hoffmann
1
-6
/
+8
2012-04-26
hda: add hda-micro codec
Gerd Hoffmann
1
-2
/
+141
2012-04-26
hda: move input widgets from duplex to common
Gerd Hoffmann
1
-50
/
+50
2012-04-25
fix paaudio.c warnings
Gerd Hoffmann
1
-2
/
+1
2012-04-24
Limit ptimer rate to something achievable
Peter Chubb
1
-0
/
+13
2012-04-24
qom: Refine container_get() to allow using a custom root
Andreas Färber
4
-8
/
+10
2012-04-24
qtest: Fix tv_usec != long
Richard Henderson
1
-4
/
+4
2012-04-24
Remove extra pthread switch
Peter Portante
1
-1
/
+10
2012-04-24
configure: Virtfs doesn't require libcap.
Kusanagi Kouichi
1
-2
/
+4
2012-04-24
qemu-char: Fix crash when switching consoles
Stefan Weil
1
-1
/
+3
2012-04-24
configure: add --with-confsuffix option
Eduardo Habkost
1
-3
/
+6
2012-04-24
configure: change meaning of --datadir to Autoconf convention
Eduardo Habkost
1
-4
/
+5
2012-04-24
create_config: simplify prefix=* block, remove CONFIG_QEMU_PREFIX
Eduardo Habkost
1
-6
/
+1
2012-04-24
create_config: remove *dir block
Eduardo Habkost
1
-1
/
+1
2012-04-24
config-host.mak: reorder variables a bit
Eduardo Habkost
1
-2
/
+2
2012-04-24
config-host.mak: remove CONFIG_QEMU_SHAREDIR
Eduardo Habkost
1
-1
/
+0
2012-04-24
config-host.mak: rename docdir to qemu_docdir
Eduardo Habkost
2
-3
/
+3
2012-04-24
Makefile: use $(qemu_confdir) instead of $(sysconfdir)/qemu
Eduardo Habkost
1
-2
/
+2
2012-04-24
config-host.mak: rename confdir to qemu_confdir
Eduardo Habkost
1
-1
/
+1
2012-04-24
config-host.mak: rename datadir to qemu_datadir
Eduardo Habkost
3
-7
/
+7
2012-04-24
create_config: separate section for qemu_*dir variables (v2)
Eduardo Habkost
1
-0
/
+9
2012-04-24
configure: rename $confdir to $qemu_confdir
Eduardo Habkost
1
-2
/
+2
2012-04-24
configure: rename $docdir to $qemu_docdir
Eduardo Habkost
1
-4
/
+4
2012-04-24
configure: rename $datadir to $qemu_datadir
Eduardo Habkost
1
-5
/
+5
2012-04-24
target-microblaze: QOM'ify CPU init
Andreas Färber
2
-2
/
+11
2012-04-24
target-microblaze: QOM'ify CPU reset
Andreas Färber
2
-50
/
+52
2012-04-24
target-microblaze: QOM'ify CPU
Andreas Färber
5
-1
/
+135
2012-04-24
target-cris: Start QOM'ifying CPU init
Andreas Färber
2
-1
/
+10
2012-04-24
target-cris: QOM'ify CPU reset
Andreas Färber
2
-21
/
+24
2012-04-24
target-cris: QOM'ify CPU
Andreas Färber
5
-1
/
+136
2012-04-23
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-2
/
+2
2012-04-23
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
4
-24
/
+34
2012-04-23
qtest: fix memread and memwrite on 32 bit hosts
Blue Swirl
1
-2
/
+2
2012-04-23
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
50
-567
/
+1704
2012-04-23
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-3
/
+3
2012-04-23
fix BCD mask for date (Solaris 2.5 guest hang fix)
Artyom Tarasenko
1
-3
/
+3
[next]