index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
move test-* from .gitignore to tests/.gitignore
Laszlo Ersek
2014-04-27
2
-11
/
+9
|
*
|
|
configure: Improve help behavior
Fam Zheng
2014-04-27
1
-2
/
+5
|
*
|
|
vl: convert -m to QemuOpts
Igor Mammedov
2014-04-27
2
-17
/
+63
|
*
|
|
qemu-option: introduce qemu_find_opts_singleton
Paolo Bonzini
2014-04-27
3
-10
/
+17
|
*
|
|
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
2014-04-27
4
-26
/
+23
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-04-28
31
-209
/
+153
|
\
\
\
|
*
|
|
monitor: fix qmp_getfd() fd leak in error case
Stefan Hajnoczi
2014-04-25
1
-0
/
+1
|
*
|
|
HMP: support specifying dump format for dump-guest-memory
Qiao Nuohan
2014-04-25
2
-6
/
+32
|
*
|
|
HMP: fix doc of dump-guest-memory
Qiao Nuohan
2014-04-25
1
-9
/
+10
|
*
|
|
qmp: object-add: Validate class before creating object
Eduardo Habkost
2014-04-25
1
-7
/
+14
|
*
|
|
monitor: Add device_add and device_del completion.
Hani Benhabiles
2014-04-25
3
-14
/
+28
|
*
|
|
monitor: Add command_completion callback to mon_cmd_t.
Hani Benhabiles
2014-04-25
3
-6
/
+18
|
*
|
|
monitor: Fix drive_del id argument type completion.
Hani Benhabiles
2014-04-25
1
-1
/
+1
|
*
|
|
error: Remove some unused headers
Cole Robinson
2014-04-25
2
-5
/
+1
|
*
|
|
qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED
Cole Robinson
2014-04-25
3
-5
/
+2
|
*
|
|
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2014-04-25
15
-91
/
+37
|
*
|
|
qerror.h: Remove unused error classes
Cole Robinson
2014-04-25
1
-9
/
+0
|
*
|
|
error: Print error_report() to stderr if using qmp
Cole Robinson
2014-04-25
1
-1
/
+1
|
*
|
|
monitor: Remove unused monitor_print_filename
Cole Robinson
2014-04-25
4
-35
/
+0
|
*
|
|
error: Privatize error_print_loc
Cole Robinson
2014-04-25
2
-2
/
+1
|
*
|
|
vnc: Remove default_mon usage
Cole Robinson
2014-04-25
1
-2
/
+2
|
*
|
|
slirp: Remove default_mon usage
Cole Robinson
2014-04-25
3
-17
/
+6
*
|
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-04-28
16
-98
/
+66
|
\
\
\
\
|
*
|
|
|
iscsi: Don't use error_is_set() to suppress additional errors
Markus Armbruster
2014-04-25
1
-5
/
+4
|
*
|
|
|
blockdev: Clean up fragile use of error_is_set()
Markus Armbruster
2014-04-25
1
-2
/
+5
|
*
|
|
|
nbd: Use return values instead of error_is_set(errp)
Markus Armbruster
2014-04-25
1
-1
/
+1
|
*
|
|
|
qemu-img: Consistently name Error * objects err, and not errp
Markus Armbruster
2014-04-25
1
-6
/
+6
|
*
|
|
|
Use error_is_set() only when necessary (again)
Markus Armbruster
2014-04-25
6
-12
/
+12
|
*
|
|
|
block: Expose host_* drivers in blockdev-add
Kevin Wolf
2014-04-25
1
-1
/
+7
|
*
|
|
|
MAINTAINERS: Add qemu-img/io to block subsystem
Kevin Wolf
2014-04-25
1
-0
/
+2
|
*
|
|
|
qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed()
Fam Zheng
2014-04-25
3
-55
/
+9
|
*
|
|
|
doc: add -drive rerror=,werror= to qemu --help output
Stefan Hajnoczi
2014-04-25
1
-1
/
+2
|
*
|
|
|
block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_f...
BenoƮt Canet
2014-04-25
1
-15
/
+18
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2014-04-28
4
-14
/
+14
|
\
\
\
\
|
*
|
|
|
net: Don't use error_is_set() to suppress additional errors
Markus Armbruster
2014-04-25
1
-3
/
+3
|
*
|
|
|
net: Make qmp_query_rx_filter() with name argument more obvious
Markus Armbruster
2014-04-25
1
-0
/
+4
|
*
|
|
|
net: xilinx_axienet.c: Add phy soft reset bit clearing
Nathan Rossi
2014-04-25
1
-0
/
+3
|
*
|
|
|
net/net.c: Remove unnecessary semicolon
Igor Ryzhov
2014-04-25
1
-1
/
+1
|
*
|
|
|
pcnet: remove duplicate assignment
Prasad Joshi
2014-04-25
1
-1
/
+0
|
*
|
|
|
tap: Avoid extra iterations while closing file fd
Pankaj Gupta
2014-04-25
1
-10
/
+4
*
|
|
|
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140425' into staging
Peter Maydell
2014-04-28
6
-78
/
+151
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
s390x/kvm: sync gbea and pp register
Christian Borntraeger
2014-04-25
2
-0
/
+7
|
*
|
|
|
s390x/kvm: rework KVM synchronize to tracing for some ONEREGS
Christian Borntraeger
2014-04-25
2
-78
/
+69
|
*
|
|
|
linux-headers update
Cornelia Huck
2014-04-25
3
-0
/
+47
|
*
|
|
|
s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG
David Hildenbrand
2014-04-25
1
-0
/
+28
|
|
/
/
/
*
|
|
|
Merge remote-tracking branch 'remotes/rth/tags/tgt-axp-pull-20140424' into st...
Peter Maydell
2014-04-25
3
-1492
/
+879
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp
Richard Henderson
2014-04-17
1
-19
/
+18
|
*
|
|
target-alpha: Tidy alpha_translate_init
Richard Henderson
2014-04-17
1
-35
/
+43
|
*
|
|
target-alpha: Don't issue goto_tb under singlestep
Richard Henderson
2014-04-17
1
-1
/
+2
|
*
|
|
target-alpha: Use non-local temps for zero/sink
Richard Henderson
2014-04-17
1
-2
/
+2
[prev]
[next]