| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
|
|
|
| |
Add into cache statistic number of backing/main memory accesses.
Correction of meaning and computation of the cache statistic.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
| |
|
|
|
|
| |
Not fully tested yet.
|
|
|
|
| |
This commit implements both cache configuration for machine and for gui.
|
| |
|
|
|
|
|
|
| |
Program cache is read only so having write cache makes no sense. In
reality in code we still configure and use it but user doesn't have to
know that.
|
|
|
|
|
|
| |
In previous implementation were dependencies described on two places. In
NewDialog and in MachineConfig. Now NewDialog sets options in
MachineConfig and configuration is then applied to NewDialog.
|
|
For now no settings and no direct machine configuration but graphics is
there.
|