Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
  2. Dec 18, 2021
  3. Oct 15, 2021
  4. Jul 21, 2021
  5. Jul 10, 2021
  6. May 26, 2021
  7. May 10, 2021
  8. Feb 05, 2021
  9. Jan 02, 2021
  10. Dec 15, 2020
  11. Oct 12, 2020
    • Paolo Bonzini's avatar
      exec: split out non-softmmu-specific parts · d9f24bf5
      Paolo Bonzini authored
      
      Over the years, most parts of exec.c that were not specific to softmmu
      have been moved to accel/tcg; what's left is mostly the low-level part
      of the memory API, which includes RAMBlock and AddressSpaceDispatch.
      However exec.c also hosts 4-500 lines of code for the target specific
      parts of the CPU QOM object, plus a few functions for user-mode
      emulation that do not have a better place (they are not TCG-specific so
      accel/tcg/user-exec.c is not a good place either).
      
      Move these parts to a new file, so that exec.c can be moved to
      softmmu/physmem.c.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      d9f24bf5
Loading