aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-13Revert "hw/misc: applesmc: use host osk as default on macs"Paolo Bonzini
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-13hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé
2021-10-13MAINTAINERS: Cover SGX documentation file with X86/KVM sectionPhilippe Mathieu-Daudé
2021-10-13hvf: Determine slot count from struct layoutAlexander Graf
2021-10-13tests: tcg: Fix PVH test with binutils 2.36+Cole Robinson
2021-10-13qapi: Make some ObjectTypes depend on the build settingsThomas Huth
2021-10-13MAINTAINERS: Cover SEV-related files with X86/KVM sectionPhilippe Mathieu-Daudé
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe 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: Remove stubs by using code elisionPhilippe 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/sev: Restrict SEV to system emulationPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Use g_autofree in sev_launch_get_measure()Philippe Mathieu-Daudé
2021-10-13target/i386/sev: sev_get_attestation_report use g_autofreeDr. David Alan Gilbert
2021-10-13target/i386/sev: Mark unreachable code with g_assert_not_reached()Philippe Mathieu-Daudé
2021-10-13target/i386/sev: Remove sev_get_me_mask()Philippe Mathieu-Daudé
2021-10-13target/i386/sev_i386.h: Remove unused headersPhilippe Mathieu-Daudé
2021-10-13target/i386/cpu: Add missing 'qapi/error.h' headerPhilippe 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-10-13target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé
2021-10-13target/i386/kvm: Introduce i386_softmmu_kvm Meson source setPhilippe Mathieu-Daudé
2021-10-13qapi/misc-target: Group SEV QAPI definitionsPhilippe Mathieu-Daudé
2021-10-13qapi/misc-target: Wrap long 'SEV Attestation Report' long linesPhilippe Mathieu-Daudé
2021-10-13util/compatfd.c: use libc signalfd wrapper instead of raw syscallKacper Słomiński
2021-10-13qemu-iotests: flush after every testPaolo Bonzini
2021-10-13build: fix "make check" without earlier "make"Paolo Bonzini
2021-10-13tests: add missing dependency for check-blockPaolo Bonzini
2021-10-13MAINTAINERS: Add myself as reviewer of the 'Memory API'Philippe Mathieu-Daudé
2021-10-12Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...Richard Henderson
2021-10-12Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20211012' into stagingRichard Henderson
2021-10-12pc-bios: Update hppa-firmware.imgHelge Deller
2021-10-12python, iotests: remove socket_scm_helperJohn Snow
2021-10-12python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow
2021-10-12python/qmp: clear events on get_events() callJohn Snow
2021-10-12python/aqmp: Disable logging messages by defaultJohn Snow
2021-10-12python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow
2021-10-12python/aqmp: Add dict conversion method to Greeting objectJohn Snow
2021-10-12python/aqmp: add send_fd_scmJohn Snow
2021-10-12python/aqmp: Return cleared events from EventListener.clear()John Snow
2021-10-12python/aqmp: add .empty() method to EventListenerJohn Snow
2021-10-12python/aqmp: add greeting property to QMPClientJohn Snow
2021-10-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...Richard Henderson