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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hmp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-16
hmp: acquire aio_context in hmp_qemu_io
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2016-06-16
Postcopy: Add stats on page requests
Dr. David Alan Gilbert
1
-0
/
+4
2016-05-26
migration: define 'tls-creds' and 'tls-hostname' migration parameters
Daniel P. Berrange
1
-6
/
+38
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
1
-1
/
+12
2016-05-23
migration: Promote improved autoconverge commands out of experimental state
Jason J. Herne
1
-14
/
+14
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-4
/
+4
2016-02-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+24
2016-02-22
Dump: add hmp command "info dump"
Peter Xu
1
-0
/
+17
2016-02-22
dump-guest-memory: add "detach" flag for QMP/HMP interfaces.
Peter Xu
1
-2
/
+7
2016-02-22
qapi: Add burst length parameters to block_set_io_throttle
Alberto Garcia
1
-0
/
+12
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
1
-6
/
+6
2016-02-16
nbd: enable use of TLS with nbd-server-start command
Daniel P. Berrange
1
-1
/
+1
2016-02-16
qom: add helpers for UserCreatable object types
Daniel P. Berrange
1
-41
/
+11
2016-02-08
qapi: Fix compilation failure on MIPS and SPARC
Eric Blake
1
-3
/
+5
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-1
/
+1
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-4
/
+4
2016-02-08
hmp: Cache use of qapi visitor
Eric Blake
1
-5
/
+7
2016-02-08
hmp: Drop pointless allocation during qapi visit
Eric Blake
1
-3
/
+1
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-03
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
1
-10
/
+8
2016-01-13
error: Consistently name Error * objects err, and not errp
Markus Armbruster
1
-16
/
+16
2016-01-13
error: Use error_report_err() instead of monitor_printf()
Markus Armbruster
1
-20
/
+9
2015-12-17
cpu: Convert CpuInfo into flat union
Eric Blake
1
-11
/
+19
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-7
/
+7
2015-11-12
block: Add idle_time_ns to BlockDeviceStats
Alberto Garcia
1
-1
/
+3
2015-11-11
hmp: Add read-only-mode option to change command
Max Reitz
1
-1
/
+21
2015-11-11
blockdev: read-only-mode for blockdev-change-medium
Max Reitz
1
-1
/
+1
2015-11-11
hmp: Use blockdev-change-medium for change command
Max Reitz
1
-12
/
+15
2015-11-10
migrate_start_postcopy: Command to trigger transition to postcopy
Dr. David Alan Gilbert
1
-0
/
+7
2015-11-02
tpm: Convert to new qapi union layout
Eric Blake
1
-3
/
+3
2015-11-02
memory: Convert to new qapi union layout
Eric Blake
1
-3
/
+3
2015-11-02
input: Convert to new qapi union layout
Eric Blake
1
-4
/
+4
2015-11-02
qapi: Unbox base members
Eric Blake
1
-3
/
+3
2015-09-30
qmp/hmp: Add throttle ratio to query-migrate and info migrate
Jason J. Herne
1
-0
/
+5
2015-09-30
migration: Parameters for auto-converge cpu throttling
Jason J. Herne
1
-0
/
+16
2015-09-04
hmp: add info iothreads command
Ting Wang
1
-0
/
+13
2015-07-02
qmp: Add optional bool "unmap" to drive-mirror
Fam Zheng
1
-1
/
+1
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-1
/
+4
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-5
/
+5
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
1
-2
/
+4
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-1
/
+1
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
1
-20
/
+20
2015-06-12
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-3
/
+7
2015-06-12
throttle: add the name of the ThrottleGroup to BlockDeviceInfo
Alberto Garcia
1
-2
/
+4
2015-06-12
throttle: Add throttle group support
Alberto Garcia
1
-1
/
+3
2015-06-12
qmp/hmp: add rocker device support
Scott Feldman
1
-0
/
+303
2015-06-02
monitor: Use traditional command interface for HMP device_add
Markus Armbruster
1
-0
/
+6
2015-06-02
monitor: Convert client_migrate_info to QAPI
Markus Armbruster
1
-0
/
+17
[next]