index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qerror.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
error, qerror: drop QDict member
Luiz Capitulino
2012-08-13
1
-4
/
+0
*
qerror: drop qerror_table and qerror_format()
Luiz Capitulino
2012-08-13
1
-400
/
+0
*
error, qerror: pass desc string to error calls
Luiz Capitulino
2012-08-13
1
-41
/
+1
*
error, qerror: add ErrorClass argument to error functions
Luiz Capitulino
2012-08-13
1
-3
/
+7
*
qerror: qerror_table: don't use C99 struct initializers
Luiz Capitulino
2012-08-13
1
-138
/
+138
*
qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESS
Luiz Capitulino
2012-08-13
1
-4
/
+0
*
error: don't delay error message construction
Luiz Capitulino
2012-08-13
1
-3
/
+1
*
qerror: don't delay error message construction
Luiz Capitulino
2012-08-13
1
-25
/
+4
*
qerror: qerror_format(): return an allocated string
Luiz Capitulino
2012-08-13
1
-2
/
+8
*
qerror: QError: drop file, linenr, func
Luiz Capitulino
2012-08-13
1
-17
/
+3
*
qerror: avoid passing qerr pointer
Luiz Capitulino
2012-08-13
1
-12
/
+12
*
qerror: drop qerror_abort()
Luiz Capitulino
2012-08-13
1
-27
/
+14
*
qerror: reduce public exposure
Luiz Capitulino
2012-08-13
1
-5
/
+5
*
qerror: QERR_DEVICE_ENCRYPTED: change error message
Luiz Capitulino
2012-08-13
1
-1
/
+1
*
qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
Luiz Capitulino
2012-08-13
1
-1
/
+1
*
qerror: introduce QERR_INVALID_OPTION_GROUP
Luiz Capitulino
2012-06-04
1
-0
/
+4
*
qerror: add five qerror strings
Amos Kong
2012-05-10
1
-0
/
+20
*
qdev: add blocksize property type
Stefan Hajnoczi
2012-04-05
1
-0
/
+5
*
qerror: fix QERR_PROPERTY_VALUE_OUT_OF_RANGE description
Stefan Hajnoczi
2012-04-05
1
-1
/
+1
*
QError: Introduce new errors for the migration command
Luiz Capitulino
2012-03-15
1
-0
/
+8
*
qdev: print error message before aborting
Paolo Bonzini
2012-02-14
1
-0
/
+8
*
qom: use object_resolve_path_type for links
Paolo Bonzini
2012-02-07
1
-0
/
+4
*
qom: add new command to search for types
Anthony Liguori
2012-02-03
1
-1
/
+1
*
add QERR_BASE_NOT_FOUND
Marcelo Tosatti
2012-01-26
1
-0
/
+4
*
qmp: add block_stream command
Stefan Hajnoczi
2012-01-26
1
-0
/
+4
*
block: use proper qerrors in qmp_block_resize
Stefan Hajnoczi
2012-01-18
1
-0
/
+8
*
qerror: restore alphabetical order over qerrors
Stefan Hajnoczi
2012-01-18
1
-42
/
+42
*
qerror: add check-qerror.sh to verify alphabetical order
Stefan Hajnoczi
2012-01-18
1
-2
/
+1
*
qom: introduce QERR_PROPERTY_VALUE_OUT_OF_RANGE
Paolo Bonzini
2011-12-19
1
-0
/
+5
*
qom: add new dynamic property infrastructure based on Visitors (v2)
Anthony Liguori
2011-12-15
1
-0
/
+4
*
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
2011-12-14
1
-1
/
+1
|
\
|
*
Fix spelling in comments, documentation and messages
Stefan Weil
2011-12-14
1
-1
/
+1
*
|
guest agent: add RPC blacklist command-line option
Michael Roth
2011-12-12
1
-0
/
+4
*
|
QError: Introduce QERR_IO_ERROR
Luiz Capitulino
2011-12-06
1
-0
/
+4
|
/
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-12-05
1
-0
/
+4
|
\
|
*
hmp/qmp: add block_set_io_throttle
Zhi Yong Wu
2011-12-05
1
-0
/
+4
*
|
Merge remote-tracking branch 'aneesh/1.0-fixes' into staging
Anthony Liguori
2011-12-05
1
-0
/
+5
|
\
\
|
*
|
hw/9pfs: use migration blockers to prevent live migration when virtfs export ...
Aneesh Kumar K.V
2011-12-04
1
-0
/
+5
|
|
/
*
|
fix spelling in main directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
|
/
*
qed: add migration blocker (v2)
Anthony Liguori
2011-11-21
1
-0
/
+4
*
ivshmem: use migration blockers to prevent live migration in peer mode (v2)
Anthony Liguori
2011-11-21
1
-0
/
+4
*
qerror: Add a user string for QERR_FEATURE_DISABLED
Luiz Capitulino
2011-10-27
1
-0
/
+4
*
qerror: add qerror_report_err()
Anthony Liguori
2011-10-04
1
-0
/
+33
*
Monitor/QMP: Don't allow cont on bad VM state
Luiz Capitulino
2011-09-15
1
-0
/
+4
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
2011-07-23
1
-0
/
+4
*
guest agent: add guest agent RPCs/commands
Michael Roth
2011-07-21
1
-0
/
+8
*
qerror: add QERR_JSON_PARSE_ERROR to qerror.c
Michael Roth
2011-07-21
1
-0
/
+5
*
Merge remote-tracking branch 'qmp/for-anthony' into staging
Anthony Liguori
2011-06-08
1
-0
/
+4
|
\
|
*
QMP: QError: New QERR_UNSUPPORTED
Lai Jiangshan
2011-06-01
1
-0
/
+4
[next]