Message ID | 1452880813-141591-1-git-send-email-pbonzini@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 15 January 2016 at 18:00, Paolo Bonzini <pbonzini@redhat.com> wrote: > The following changes since commit 5a57acb66f19ee52723aa05b8afbbc41c3e9ec99: > > Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160115' into staging (2016-01-15 15:49:43 +0000) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to fefd749ce29837d399a38d6052ca9968fa7352e7: > > qemu-char: do not leak QemuMutex when freeing a character device (2016-01-15 18:58:02 +0100) > > ---------------------------------------------------------------- > * qemu-char logfile facility > * NBD coroutine based negotiation > * bugfixes > > ---------------------------------------------------------------- Applied, thanks. -- PMM
diff --git a/target-i386/helper.c b/target-i386/helper.c index bf58242..6b10019 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -927,7 +927,7 @@ do_check_protect_pse36: /* only set write access if already dirty... otherwise wait for dirty access */ assert(!is_write); - prot &= ~PROT_WRITE; + prot &= ~PAGE_WRITE; } do_mapping: