Searched hist:"50 c1e1491e1981ecba14a477897681d8d0602500" (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 50c1e1491e1981ecba14a477897681d8d0602500 Wed Feb 08 19:36:02 UTC 2012 Avi Kivity <avi@redhat.com> 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>
|
/qemu/system/ |
H A D | memory.c | 50c1e1491e1981ecba14a477897681d8d0602500 Wed Feb 08 19:36:02 UTC 2012 Avi Kivity <avi@redhat.com> 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>
|
/qemu/hw/virtio/ |
H A D | vhost.c | 50c1e1491e1981ecba14a477897681d8d0602500 Wed Feb 08 19:36:02 UTC 2012 Avi Kivity <avi@redhat.com> 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>
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 50c1e1491e1981ecba14a477897681d8d0602500 Wed Feb 08 19:36:02 UTC 2012 Avi Kivity <avi@redhat.com> 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>
|