mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Revert "QError: New QERR_INVALID_CPU_INDEX"
This reverts commit 64a34bb14c
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
cc0c4185e5
commit
f34e568853
2 changed files with 0 additions and 7 deletions
3
qerror.h
3
qerror.h
|
@ -70,9 +70,6 @@ QError *qobject_to_qerror(const QObject *obj);
|
|||
#define QERR_INVALID_BLOCK_FORMAT \
|
||||
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"
|
||||
|
||||
#define QERR_INVALID_CPU_INDEX \
|
||||
"{ 'class': 'InvalidCPUIndex', 'data': {} }"
|
||||
|
||||
#define QERR_INVALID_PARAMETER \
|
||||
"{ 'class': 'InvalidParameter', 'data': { 'name': %s } }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue