|
From: | Brijesh Singh |
Subject: | Re: [Qemu-devel] [RFC PATCH v1 04/22] memattrs: add SEV debug attrs |
Date: | Wed, 14 Sep 2016 15:30:11 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
*/ #define MEMTXATTRS_UNSPECIFIED ((MemTxAttrs) { .unspecified = 1 }) +/* Access the guest memory for debug purposes */ +#define MEMTXATTRS_SEV_DEBUG ((MemTxAttrs) { .sev_debug = 1 }) #endifJust make it "debug" and MEMTXATTRS_DEBUG.
Thanks, will fix in v2.
[Prev in Thread] | Current Thread | [Next in Thread] |