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
/
qmp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
1
-0
/
+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
-43
/
+12
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-17
/
+17
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
1
-4
/
+8
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-1
/
+1
2015-06-19
qom: Add helper function for getting user objects root
Daniel P. Berrange
1
-3
/
+3
2015-05-05
qapi: Drop inline nested struct in query-version
Eric Blake
1
-4
/
+5
2015-04-01
qom: Add can_be_deleted callback to UserCreatableClass
Lin Ma
1
-0
/
+5
2015-03-10
vnc: set id at parse time not init time
Gerd Hoffmann
1
-1
/
+0
2015-02-16
vnc: auto assian an id when calling change vnc qmp interface
Gonglei
1
-0
/
+5
2015-02-09
qmp: unbreak build for non-vnc configuration
Leon Yu
1
-0
/
+6
2015-02-06
block: New bdrv_add_key(), convert monitor to use it
Markus Armbruster
1
-4
/
+4
2015-01-29
qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy
Markus Armbruster
1
-6
/
+10
2015-01-29
qmp hmp: Factor out common "using spice" test
Markus Armbruster
1
-8
/
+3
2015-01-22
vnc: switch to QemuOpts, allow multiple servers
Gerd Hoffmann
1
-1
/
+14
2014-10-15
qmp: Print descriptions of object properties
Gonglei
1
-3
/
+10
2014-08-15
qmp: hide "hotplugged" device property from device-list-properties
Stefan Hajnoczi
1
-0
/
+1
2014-07-07
qmp: show QOM properties in device-list-properties
Stefan Hajnoczi
1
-23
/
+76
2014-06-19
qmp: add query-acpi-ospm-status command
Igor Mammedov
1
-0
/
+20
2014-06-19
qmp: add query-memory-devices command
Igor Mammedov
1
-0
/
+11
2014-06-19
qmp: improve error reporting for -object and object-add
Paolo Bonzini
1
-1
/
+1
2014-06-18
object_add: allow completion handler to get canonical path
Igor Mammedov
1
-3
/
+8
2014-05-09
qmp: Don't use error_is_set() to suppress additional errors
Markus Armbruster
1
-21
/
+11
2014-05-09
qmp: Consistently name Error ** objects errp, and not err
Markus Armbruster
1
-8
/
+8
2014-05-07
qmp: report path ambiguity error
Michael Tokarev
1
-1
/
+5
2014-05-05
machine: Remove QEMUMachine indirection from MachineClass
Marcel Apfelbaum
1
-2
/
+2
2014-04-25
qmp: object-add: Validate class before creating object
Eduardo Habkost
1
-7
/
+14
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
1
-1
/
+1
2014-03-12
hw/boards: Convert current_machine to MachineState
Marcel Apfelbaum
1
-2
/
+5
2014-03-02
object: Report type in error when not user creatable.
Hani Benhabiles
1
-2
/
+2
2014-01-28
add optional 2nd stage initialization to -object/object-add commands
Igor Mammedov
1
-0
/
+12
2014-01-28
object_add: consolidate error handling
Igor Mammedov
1
-4
/
+6
2014-01-06
monitor: add object-add (QMP) and object_add (HMP) command
Paolo Bonzini
1
-0
/
+62
2014-01-06
monitor: add object-del (QMP) and object_del (HMP) command
Paolo Bonzini
1
-0
/
+14
2013-12-16
qmp_change_blockdev() remove unused has_format
Marc-André Lureau
1
-1
/
+1
2013-05-01
QMP: Add cpu-add command
Igor Mammedov
1
-0
/
+10
2013-04-30
add a new runstate: RUN_STATE_GUEST_PANICKED
Hu Tao
1
-2
/
+1
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-4
/
+4
2012-12-19
qom: move include files to include/qom/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
1
-0
/
+1
2012-11-18
build: replace weak symbols with a static library
Paolo Bonzini
1
-9
/
+0
2012-11-02
compiler: support Darwin weak references
Paolo Bonzini
1
-0
/
+2
2012-10-31
Merge remote-tracking branch 'origin/master' into threadpool
Paolo Bonzini
1
-6
/
+11
2012-10-30
compiler: use weak aliases to provide default definitions
Paolo Bonzini
1
-1
/
+2
2012-10-29
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
Aurelien Jarno
1
-6
/
+11
2012-10-24
qmp: handle stop/cont in INMIGRATE state
Paolo Bonzini
1
-6
/
+11
2012-10-23
vnc: reorganize code for reverse mode
Paolo Bonzini
1
-4
/
+2
[next]