Message ID | 20210127074850.1886235-1-edgar.iglesias@gmail.com |
---|---|
State | New |
Headers | show |
On Wed, 27 Jan 2021 at 07:48, Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote: > > From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> > > The following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f: > > Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25-1' into staging (2021-01-26 09:51:02 +0000) > > are available in the Git repository at: > > git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2021-01-27.for-upstream > > for you to fetch changes up to 43a9ede1efd12d297278d017ce7df7130672e15d: > > target/microblaze: Add security attributes on memory transactions (2021-01-27 08:32:55 +0100) > > ---------------------------------------------------------------- > For upstream > > ---------------------------------------------------------------- Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0 for any user-visible changes. -- PMM
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> The following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f: Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25-1' into staging (2021-01-26 09:51:02 +0000) are available in the Git repository at: git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2021-01-27.for-upstream for you to fetch changes up to 43a9ede1efd12d297278d017ce7df7130672e15d: target/microblaze: Add security attributes on memory transactions (2021-01-27 08:32:55 +0100) ---------------------------------------------------------------- For upstream ---------------------------------------------------------------- Joe Komlodi (3): target/microblaze: Add use-non-secure property target/microblaze: use MMUAccessType instead of int in mmu_translate target/microblaze: Add security attributes on memory transactions target/microblaze/cpu.h | 14 ++++++++++- target/microblaze/mmu.h | 2 +- target/microblaze/cpu.c | 48 +++++++++++++++++++++++++++++++++++++- target/microblaze/helper.c | 26 ++++++++++++++++++--- target/microblaze/mmu.c | 2 +- 5 files changed, 85 insertions(+), 7 deletions(-)