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-04-29
gtk: Fix -serial vc
Cole Robinson
1
-32
/
+9
2014-04-29
gtk: Use ctrl+alt+q for quit accelerator
Cole Robinson
1
-1
/
+2
2014-04-29
gtk: Remove use of deprecated stock items
Cole Robinson
1
-9
/
+7
2014-04-29
gtk: Don't use deprecated vte_terminal_get_adjustment
Cole Robinson
1
-0
/
+4
2014-04-29
gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
Cole Robinson
1
-2
/
+2
2014-04-29
configure: Re-run make if gtkabi/sdlabi is changed
Cole Robinson
1
-0
/
+2
2014-04-29
configure: Document --with-gtkabi
Cole Robinson
1
-0
/
+1
2014-04-28
Merge remote-tracking branch 'remotes/otubo/seccomp' into staging
Peter Maydell
1
-1
/
+6
2014-04-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...
Peter Maydell
22
-92
/
+1155
2014-04-28
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
31
-209
/
+153
2014-04-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
16
-98
/
+66
2014-04-28
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
4
-14
/
+14
2014-04-28
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140425' into staging
Peter Maydell
6
-78
/
+151
2014-04-28
slirp/smb: Move ncalrpc directory to tmp
Michael Buesch
1
-0
/
+2
2014-04-28
po: add proper Language: tags to .po files
Michael Tokarev
5
-5
/
+5
2014-04-28
po/Makefile: fix $SRC_PATH reference
Michael Tokarev
1
-2
/
+2
2014-04-28
init_paths: fix minor memory leak
Kirill Batuzov
1
-1
/
+3
2014-04-28
virtfs-proxy-helper: fix call to accept
Tim Comer
1
-0
/
+1
2014-04-28
net/net.c: remove unnecessary semicolon
Igor Ryzhov
1
-1
/
+1
2014-04-28
Add QEMU logo (SVG file)
Stefan Weil
1
-0
/
+1010
2014-04-28
vl: avoid closing stdout with 'writeconfig'
Chen Gang
1
-1
/
+3
2014-04-28
xilinx: Fix typo in comment (Marvel -> Marvell)
Stefan Weil
1
-1
/
+1
2014-04-28
vl: Eliminate a superfluous local variable
Chen Gang
1
-9
/
+9
2014-04-28
vl: Remove useless 'continue'
Chen Gang
1
-1
/
+0
2014-04-28
gitignore: cleanups #2
Michael Tokarev
1
-7
/
+2
2014-04-27
tests/.gitignore: Ignore test-rfifolock
Cole Robinson
1
-0
/
+1
2014-04-27
move test-* from .gitignore to tests/.gitignore
Laszlo Ersek
2
-11
/
+9
2014-04-27
configure: Improve help behavior
Fam Zheng
1
-2
/
+5
2014-04-27
vl: convert -m to QemuOpts
Igor Mammedov
2
-17
/
+63
2014-04-27
qemu-option: introduce qemu_find_opts_singleton
Paolo Bonzini
3
-10
/
+17
2014-04-27
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
4
-26
/
+23
2014-04-25
seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist
Paul Moore
1
-1
/
+4
2014-04-25
seccomp: add timerfd_create and timerfd_settime to the whitelist
Felix Geyer
1
-1
/
+3
2014-04-25
iscsi: Don't use error_is_set() to suppress additional errors
Markus Armbruster
1
-5
/
+4
2014-04-25
blockdev: Clean up fragile use of error_is_set()
Markus Armbruster
1
-2
/
+5
2014-04-25
nbd: Use return values instead of error_is_set(errp)
Markus Armbruster
1
-1
/
+1
2014-04-25
qemu-img: Consistently name Error * objects err, and not errp
Markus Armbruster
1
-6
/
+6
2014-04-25
Use error_is_set() only when necessary (again)
Markus Armbruster
6
-12
/
+12
2014-04-25
block: Expose host_* drivers in blockdev-add
Kevin Wolf
1
-1
/
+7
2014-04-25
MAINTAINERS: Add qemu-img/io to block subsystem
Kevin Wolf
1
-0
/
+2
2014-04-25
qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed()
Fam Zheng
3
-55
/
+9
2014-04-25
doc: add -drive rerror=,werror= to qemu --help output
Stefan Hajnoczi
1
-1
/
+2
2014-04-25
block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_f...
BenoƮt Canet
1
-15
/
+18
2014-04-25
monitor: fix qmp_getfd() fd leak in error case
Stefan Hajnoczi
1
-0
/
+1
2014-04-25
HMP: support specifying dump format for dump-guest-memory
Qiao Nuohan
2
-6
/
+32
2014-04-25
HMP: fix doc of dump-guest-memory
Qiao Nuohan
1
-9
/
+10
2014-04-25
qmp: object-add: Validate class before creating object
Eduardo Habkost
1
-7
/
+14
2014-04-25
net: Don't use error_is_set() to suppress additional errors
Markus Armbruster
1
-3
/
+3
2014-04-25
net: Make qmp_query_rx_filter() with name argument more obvious
Markus Armbruster
1
-0
/
+4
2014-04-25
monitor: Add device_add and device_del completion.
Hani Benhabiles
3
-14
/
+28
[next]