aboutsummaryrefslogtreecommitdiff
path: root/target/i386/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé1-6/+0
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé1-27/+0
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé1-5/+0
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé1-35/+0
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé1-17/+0
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé1-5/+0
2021-10-13target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.cPhilippe Mathieu-Daudé1-31/+0
2021-10-13target/i386/sev: Move qmp_query_sev_attestation_report() to sev.cPhilippe Mathieu-Daudé1-6/+0
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé1-1/+0
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-13target/i386/monitor: Return QMP error when SEV is not enabled for guestPhilippe Mathieu-Daudé1-0/+5
2021-10-13target/i386/sev: Prefix QMP errors with 'SEV'Philippe Mathieu-Daudé1-1/+1
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong1-0/+5
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong1-0/+27
2021-06-01target/i386/sev: add support to query the attestation reportBrijesh Singh1-0/+6
2021-02-16sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley1-1/+22
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum1-0/+7
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf1-3/+3
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf1-1/+2
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf1-1/+1
2020-07-10target/i386: sev: provide proper error reporting for query-sev-capabilitiesPaolo Bonzini1-9/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-0/+1
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster1-1/+1
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster1-2/+1
2018-07-02i386/monitor.c: make addresses canonical for "info mem" and "info tlb"Doug Gale1-32/+44
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-6/+2
2018-03-20hmp: free sev infoMarc-André Lureau1-0/+2
2018-03-13sev/i386: add sev_get_capabilities()Brijesh Singh1-2/+9
2018-03-13sev/i386: qmp: add query-sev-capabilities commandBrijesh Singh1-0/+6
2018-03-13sev/i386: qmp: add query-sev-launch-measure commandBrijesh Singh1-0/+17
2018-03-13sev/i386: hmp: add 'info sev' commandBrijesh Singh1-0/+20
2018-03-13sev/i386: add command to initialize the memory encryption contextBrijesh Singh1-2/+10
2018-03-13sev/i386: qmp: add query-sev commandBrijesh Singh1-0/+8
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+2
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini1-4/+4
2017-09-01hmp: allow apic-id for "info lapic"Yi Wang1-1/+9
2017-02-21monitor: Fix crashes when using HMP commands without CPUThomas Huth1-1/+15
2016-12-22x86: implement la57 paging modeKirill A. Shutemov1-54/+180
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+513