Re: [Qemu-devel] [PATCH 2/4] cputlb: move TLB handling to a separate file

2012-04-28 Thread Blue Swirl
On Sun, Apr 22, 2012 at 15:35, Blue Swirl blauwir...@gmail.com wrote: Move TLB handling and softmmu code load helpers to cputlb.c, compile only for softmmu targets. Signed-off-by: Blue Swirl blauwir...@gmail.com ---  Makefile.target |    2 +-  cputlb.c        |  362

Re: [Qemu-devel] [PATCH 2/4] cputlb: move TLB handling to a separate file

2012-04-28 Thread Andreas Färber
Am 28.04.2012 13:48, schrieb Blue Swirl: On Sun, Apr 22, 2012 at 15:35, Blue Swirl blauwir...@gmail.com wrote: diff --git a/cputlb.c b/cputlb.c new file mode 100644 index 000..b7d8f07 --- /dev/null +++ b/cputlb.c [...] +void tlb_reset_dirty_range(CPUTLBEntry *tlb_entry, uintptr_t start,

Re: [Qemu-devel] [PATCH 2/4] cputlb: move TLB handling to a separate file

2012-04-23 Thread Richard Henderson
On 04/22/12 08:35, Blue Swirl wrote: Move TLB handling and softmmu code load helpers to cputlb.c, compile only for softmmu targets. Signed-off-by: Blue Swirl blauwir...@gmail.com --- Makefile.target |2 +- cputlb.c| 362

[Qemu-devel] [PATCH 2/4] cputlb: move TLB handling to a separate file

2012-04-22 Thread Blue Swirl
Move TLB handling and softmmu code load helpers to cputlb.c, compile only for softmmu targets. Signed-off-by: Blue Swirl blauwir...@gmail.com --- Makefile.target |2 +- cputlb.c| 362 cputlb.h| 63 + exec-all.h