index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
monitor.c
Age
Commit message (
Expand
)
Author
2023-11-07
target/i386/monitor: synchronize cpu state for lapic info
Dongli Zhang
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2021-11-02
monitor: remove 'info ioapic' HMP command
Daniel P. Berrangé
2021-10-13
hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c
Philippe Mathieu-Daudé
2021-10-13
hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_launch_measure() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_capabilities() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
2021-10-13
target/i386/monitor: Return QMP error when SEV is not enabled for guest
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Prefix QMP errors with 'SEV'
Philippe Mathieu-Daudé
2021-09-30
target/i386: Add the query-sgx-capabilities QMP command
Yang Zhong
2021-09-30
target/i386: Add HMP and QMP interfaces for SGX
Yang Zhong
2021-06-01
target/i386/sev: add support to query the attestation report
Brijesh Singh
2021-02-16
sev: update sev-inject-launch-secret to make gpa optional
James Bottomley
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
2020-11-13
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
2020-11-13
hmp: Pass monitor to MonitorDef.get_value()
Kevin Wolf
2020-11-13
hmp: Pass monitor to mon_get_cpu()
Kevin Wolf
2020-07-10
target/i386: sev: provide proper error reporting for query-sev-capabilities
Paolo Bonzini
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-08-16
Include generated QAPI headers less
Markus Armbruster
2019-07-02
hmp: Move hmp.h to include/monitor/
Markus Armbruster
2019-04-18
target/i386: Simplify how x86_cpu_dump_local_apic_state() prints
Markus Armbruster
2018-07-02
i386/monitor.c: make addresses canonical for "info mem" and "info tlb"
Doug Gale
2018-06-28
hmp: obsolete "info ioapic"
Peter Xu
2018-03-20
hmp: free sev info
Marc-André Lureau
2018-03-13
sev/i386: add sev_get_capabilities()
Brijesh Singh
2018-03-13
sev/i386: qmp: add query-sev-capabilities command
Brijesh Singh
2018-03-13
sev/i386: qmp: add query-sev-launch-measure command
Brijesh Singh
2018-03-13
sev/i386: hmp: add 'info sev' command
Brijesh Singh
2018-03-13
sev/i386: add command to initialize the memory encryption context
Brijesh Singh
2018-03-13
sev/i386: qmp: add query-sev command
Brijesh Singh
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2017-09-19
target/i386: fix "info mem" for LA57 mode
Paolo Bonzini
2017-09-01
hmp: allow apic-id for "info lapic"
Yi Wang
2017-02-21
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
2016-12-22
x86: implement la57 paging mode
Kirill A. Shutemov
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth