Files
qemu-esp-boards/hw
Avi Kivity 50c1e1491e memory: support stateless memory listeners
Current memory listeners are incremental; that is, they are expected to
maintain their own state, and receive callbacks for changes to that state.

This patch adds support for stateless listeners; these work by receiving
a ->begin() callback (which tells them that new state is coming), a
sequence of ->region_add() and ->region_nop() callbacks, and then a
->commit() callback which signifies the end of the new state.  They should
ignore ->region_del() callbacks.

Signed-off-by: Avi Kivity <avi@redhat.com>
2012-02-29 13:44:42 +02:00
..
2012-02-06 10:17:20 -06:00
2012-02-07 22:11:04 +04:00
2012-01-13 10:55:56 -06:00
2012-02-07 22:11:04 +04:00
2012-01-22 07:27:06 +00:00
2011-12-20 15:44:30 -06:00
2012-01-13 10:55:56 -06:00
2012-01-22 07:27:06 +00:00
2011-12-06 09:56:41 +00:00
2012-01-13 10:55:56 -06:00
2012-02-07 22:11:04 +04:00
2012-01-04 02:48:14 +01:00
2011-10-17 15:59:18 +02:00
2011-12-06 09:56:41 +00:00
2012-01-13 10:55:56 -06:00
2012-02-07 22:11:04 +04:00
2012-02-03 10:41:08 -06:00
2012-02-07 22:11:04 +04:00
2011-12-06 09:56:41 +00:00
2011-12-14 11:09:12 +00:00
2012-02-03 10:41:06 -06:00
2012-02-03 10:41:06 -06:00
2012-02-03 10:41:06 -06:00
2012-01-13 10:20:50 -06:00
2012-02-03 10:41:08 -06:00
2012-02-03 10:41:08 -06:00
2011-12-14 11:08:23 +00:00
2011-12-14 11:08:23 +00:00
2011-10-21 18:14:29 +02:00
2011-10-21 18:14:29 +02:00
2011-11-28 15:38:42 +02:00
2011-11-28 15:38:42 +02:00
2011-11-28 15:38:42 +02:00
2011-11-28 15:38:42 +02:00
2011-11-24 18:31:59 +02:00
2011-11-28 15:38:39 +02:00
2011-11-28 15:38:41 +02:00
2011-11-28 15:38:41 +02:00
2012-01-27 10:50:50 -06:00
2011-11-24 18:32:03 +02:00
2012-01-04 02:48:14 +01:00
2012-02-03 10:41:08 -06:00
2012-01-27 10:50:50 -06:00
2012-01-27 10:50:39 -06:00
2011-11-01 16:52:09 -05:00
2011-12-20 15:44:31 -06:00
2012-02-03 10:41:08 -06:00
2011-12-14 11:08:23 +00:00
2011-12-14 11:08:23 +00:00
2011-12-06 09:56:41 +00:00
2011-11-01 16:52:05 -05:00
2012-01-13 10:20:50 -06:00
2012-01-17 01:40:18 +01:00
2011-11-24 18:31:59 +02:00
2012-02-07 13:52:42 +01:00
2011-11-01 12:11:53 +01:00
2011-11-24 18:31:59 +02:00
2012-01-22 07:27:06 +00:00
2012-02-07 22:11:04 +04:00
2012-02-03 10:41:06 -06:00
2011-11-18 13:57:16 +01:00
2011-12-06 09:56:41 +00:00
2011-11-24 18:32:03 +02:00
2011-11-24 18:32:03 +02:00
2011-11-24 18:32:03 +02:00
2012-01-13 10:55:56 -06:00
2012-02-03 10:41:06 -06:00
2012-01-22 07:27:06 +00:00
2012-02-03 10:41:06 -06:00
2011-10-17 15:59:18 +02:00
2012-02-03 10:41:06 -06:00
2012-02-03 10:41:06 -06:00
2012-02-03 10:41:06 -06:00
2012-01-27 10:50:47 -06:00
2012-01-13 10:25:44 +01:00
2012-01-27 10:50:47 -06:00
2012-02-04 12:45:10 +00:00
2012-02-04 12:45:10 +00:00
2012-02-11 10:39:57 +00:00
2012-02-04 12:45:10 +00:00
2012-02-03 10:41:06 -06:00
2012-01-21 05:17:01 +01:00
2012-01-22 07:27:06 +00:00