qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/3] TLB patches


From: Blue Swirl
Subject: [Qemu-devel] [PATCH v2 0/3] TLB patches
Date: Sat, 14 Apr 2012 15:23:35 +0000

I applied the uintptr_t patch. First patch is unchanged from v1.
Because of the folding and other changes, I split the last patch to
preparation phase and export phase.

Blue Swirl (3):
  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        |  361 ++++++++++++++++++++++++++++++++++++++
 cputlb.h        |   45 +++++
 exec-all.h      |   12 +-
 exec.c          |  515 ++++++++++---------------------------------------------
 memory.h        |   29 ++++
 7 files changed, 534 insertions(+), 432 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]