qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/4] TLB patches


From: Blue Swirl
Subject: [Qemu-devel] [PATCH v3 0/4] TLB patches
Date: Sun, 22 Apr 2012 15:34:58 +0000

I split the first patch and rebased.

Blue Swirl (4):
  exec: prepare for splitting
  cputlb: move TLB handling to a separate file
  cputlb: prepare private memory API for public consumption
  memory: move functions is_romd and section_addr to memory API

 Makefile.target |    2 +-
 cpu-all.h       |    2 -
 cputlb.c        |  364 ++++++++++++++++++++++++++++++++++++++++++++
 cputlb.h        |   45 ++++++
 exec-all.h      |   12 +-
 exec.c          |  455 +++++++------------------------------------------------
 memory.h        |   29 ++++
 7 files changed, 506 insertions(+), 403 deletions(-)
 create mode 100644 cputlb.c
 create mode 100644 cputlb.h

-- 
1.7.10



reply via email to

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