qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 863a83: Update mailmap


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 863a83: Update mailmap
Date: Thu, 05 Sep 2013 13:00:11 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 863a83415750a2ee75ac1fb31405c11e71bf990b
      
https://github.com/qemu/qemu/commit/863a83415750a2ee75ac1fb31405c11e71bf990b
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M .mailmap

  Log Message:
  -----------
  Update mailmap

This makes get_maintainers.pl behave a little better.

Reported-by: Peter Maydell <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 098178f2749a63fbbb1a626dcc7d939d5cb2bde7
      
https://github.com/qemu/qemu/commit/098178f2749a63fbbb1a626dcc7d939d5cb2bde7
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: fix writing to MMIO area with non-power-of-two length

The problem is introduced by commit 2332616 (exec: Support 64-bit
operations in address_space_rw, 2013-07-08).  Before that commit,
memory_access_size would only return 1/2/4.

Since alignment is already handled above, reduce l to the largest
power of two that is smaller than l.

Cc: address@hidden
Reported-by: Oleksii Shevchuk <address@hidden>
Tested-by: Oleksii Shevchuk <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 88266249701032211c1d7449460d063fbc01bf12
      
https://github.com/qemu/qemu/commit/88266249701032211c1d7449460d063fbc01bf12
  Author: Hu Tao <address@hidden>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: check offset_within_address_space for register subpage

If offset_within_address_space falls in a page, then we register a
subpage. So check offset_within_address_space rather than
offset_within_region.

Cc: address@hidden
Cc: Paolo Bonzini <address@hidden>
Cc: Richard Henderson <address@hidden>
Cc: "Andreas Färber" <address@hidden>
Cc: Peter Maydell <address@hidden>
Cc: Blue Swirl <address@hidden>
Signed-off-by: Hu Tao <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 3bb28b7208b349e7a1b326e3c6ef9efac1d462bf
      
https://github.com/qemu/qemu/commit/3bb28b7208b349e7a1b326e3c6ef9efac1d462bf
  Author: Jan Kiszka <address@hidden>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M exec.c
    M include/exec/ioport.h
    M ioport.c

  Log Message:
  -----------
  memory: Provide separate handling of unassigned io ports accesses

Accesses to unassigned io ports shall return -1 on read and be ignored
on write. Ensure these properties via dedicated ops, decoupling us from
the memory core's handling of unassigned accesses.

Cc: address@hidden
Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 68a7439a150d6b4da99082ab454b9328b151bc25
      
https://github.com/qemu/qemu/commit/68a7439a150d6b4da99082ab454b9328b151bc25
  Author: Jan Kiszka <address@hidden>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M memory.c

  Log Message:
  -----------
  Revert "memory: Return -1 again on reads from unsigned regions"

This reverts commit 9b8c69243585a32d14b9bb9fcd52c37b0b5a1b71.

The commit was wrong: We only return -1 on invalid accesses, not on
valid but unbacked ones. This broke various corner cases.

Cc: address@hidden
Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 2641689a37144b201814f39046e36eb285498cbe
      
https://github.com/qemu/qemu/commit/2641689a37144b201814f39046e36eb285498cbe
  Author: liguang <address@hidden>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: do tcg_commit only when tcg_enabled

Signed-off-by: liguang <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: df7131623daf4823e087eb1128f6c1c351519774
      
https://github.com/qemu/qemu/commit/df7131623daf4823e087eb1128f6c1c351519774
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M exec.c
    M include/exec/ioport.h
    M ioport.c
    M memory.c

  Log Message:
  -----------
  Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging

# By Jan Kiszka (2) and others
# Via Paolo Bonzini
* bonzini/iommu-for-anthony:
  exec: do tcg_commit only when tcg_enabled
  Revert "memory: Return -1 again on reads from unsigned regions"
  memory: Provide separate handling of unassigned io ports accesses
  exec: check offset_within_address_space for register subpage
  exec: fix writing to MMIO area with non-power-of-two length

Message-id: address@hidden


Compare: https://github.com/qemu/qemu/compare/aaa6a40194e9...df7131623daf

reply via email to

[Prev in Thread] Current Thread [Next in Thread]