Searched hist:eabba580e6bb8d6b969c1368c6f90d72b4cde4f4 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | qed.h | diff eabba580e6bb8d6b969c1368c6f90d72b4cde4f4 Mon Dec 06 10:08:02 CST 2010 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> qed: Read/write support
This patch implements the read/write state machine. Operations are fully asynchronous and multiple operations may be active at any time.
Allocating writes lock tables to ensure metadata updates do not interfere with each other. If two allocating writes need to update the same L2 table they will run sequentially. If two allocating writes need to update different L2 tables they will run in parallel.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | qed.c | diff eabba580e6bb8d6b969c1368c6f90d72b4cde4f4 Mon Dec 06 10:08:02 CST 2010 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> qed: Read/write support
This patch implements the read/write state machine. Operations are fully asynchronous and multiple operations may be active at any time.
Allocating writes lock tables to ensure metadata updates do not interfere with each other. If two allocating writes need to update the same L2 table they will run sequentially. If two allocating writes need to update different L2 tables they will run in parallel.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/ |
H A D | trace-events | diff eabba580e6bb8d6b969c1368c6f90d72b4cde4f4 Mon Dec 06 10:08:02 CST 2010 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> qed: Read/write support
This patch implements the read/write state machine. Operations are fully asynchronous and multiple operations may be active at any time.
Allocating writes lock tables to ensure metadata updates do not interfere with each other. If two allocating writes need to update the same L2 table they will run sequentially. If two allocating writes need to update different L2 tables they will run in parallel.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|