mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
qapi: remove the misc-target.json file
This file is now empty and can thus be removed. Observe the pre-existing bug with s390-skeys.c and target/i386/monitor.c both including qapi-commands-misc-target.h despite not requiring it. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-ID: <20250522190542.588267-8-pierrick.bouvier@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
4b679a94c6
commit
0a1f83c3fb
5 changed files with 0 additions and 7 deletions
|
@ -17,7 +17,6 @@
|
||||||
#include "hw/s390x/storage-keys.h"
|
#include "hw/s390x/storage-keys.h"
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
#include "qapi/qapi-commands-machine.h"
|
#include "qapi/qapi-commands-machine.h"
|
||||||
#include "qapi/qapi-commands-misc-target.h"
|
|
||||||
#include "qobject/qdict.h"
|
#include "qobject/qdict.h"
|
||||||
#include "qemu/error-report.h"
|
#include "qemu/error-report.h"
|
||||||
#include "system/memory_mapping.h"
|
#include "system/memory_mapping.h"
|
||||||
|
|
|
@ -42,7 +42,6 @@ qapi_all_modules = [
|
||||||
'machine-target',
|
'machine-target',
|
||||||
'migration',
|
'migration',
|
||||||
'misc',
|
'misc',
|
||||||
'misc-target',
|
|
||||||
'net',
|
'net',
|
||||||
'pragma',
|
'pragma',
|
||||||
'qom',
|
'qom',
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# -*- Mode: Python -*-
|
|
||||||
# vim: filetype=python
|
|
||||||
#
|
|
|
@ -63,7 +63,6 @@
|
||||||
{ 'include': 'misc.json' }
|
{ 'include': 'misc.json' }
|
||||||
{ 'include': 'misc-arm.json' }
|
{ 'include': 'misc-arm.json' }
|
||||||
{ 'include': 'misc-i386.json' }
|
{ 'include': 'misc-i386.json' }
|
||||||
{ 'include': 'misc-target.json' }
|
|
||||||
{ 'include': 'audio.json' }
|
{ 'include': 'audio.json' }
|
||||||
{ 'include': 'acpi.json' }
|
{ 'include': 'acpi.json' }
|
||||||
{ 'include': 'pci.json' }
|
{ 'include': 'pci.json' }
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#include "monitor/hmp.h"
|
#include "monitor/hmp.h"
|
||||||
#include "qobject/qdict.h"
|
#include "qobject/qdict.h"
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
#include "qapi/qapi-commands-misc-target.h"
|
|
||||||
#include "qapi/qapi-commands-misc.h"
|
#include "qapi/qapi-commands-misc.h"
|
||||||
|
|
||||||
/* Perform linear address sign extension */
|
/* Perform linear address sign extension */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue