aboutsummaryrefslogtreecommitdiff
path: root/target/i386/monitor.c
AgeCommit message (Expand)Author
5 daystarget/i386: Move APIC related code to cpu-apic.cPhilippe Mathieu-Daudé
2024-02-20target/i386/monitor: Remove unused 'hw/i386/pc.h' headerPhilippe Mathieu-Daudé
2023-11-07target/i386/monitor: synchronize cpu state for lapic infoDongli Zhang
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2021-11-02monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_attestation_report() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé
2021-10-13target/i386/monitor: Return QMP error when SEV is not enabled for guestPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Prefix QMP errors with 'SEV'Philippe Mathieu-Daudé
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong
2021-06-01target/i386/sev: add support to query the attestation reportBrijesh Singh
2021-02-16sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf
2020-07-10target/i386: sev: provide proper error reporting for query-sev-capabilitiesPaolo Bonzini
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster
2018-07-02i386/monitor.c: make addresses canonical for "info mem" and "info tlb"Doug Gale
2018-06-28hmp: obsolete "info ioapic"Peter Xu
2018-03-20hmp: free sev infoMarc-André Lureau
2018-03-13sev/i386: add sev_get_capabilities()Brijesh Singh
2018-03-13sev/i386: qmp: add query-sev-capabilities commandBrijesh Singh
2018-03-13sev/i386: qmp: add query-sev-launch-measure commandBrijesh Singh
2018-03-13sev/i386: hmp: add 'info sev' commandBrijesh Singh
2018-03-13sev/i386: add command to initialize the memory encryption contextBrijesh Singh
2018-03-13sev/i386: qmp: add query-sev commandBrijesh Singh
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini
2017-09-01hmp: allow apic-id for "info lapic"Yi Wang
2017-02-21monitor: Fix crashes when using HMP commands without CPUThomas Huth
2016-12-22x86: implement la57 paging modeKirill A. Shutemov
2016-12-20Move target-* CPU file into a target/ folderThomas Huth