Searched hist:cd7fca952ce8456955f7f4e11df9ced14204c2f1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ |
H A D | blockdev-nbd.c | diff cd7fca952ce8456955f7f4e11df9ced14204c2f1 Wed Jul 06 04:22:39 CDT 2016 Kevin Wolf <kwolf@redhat.com> nbd-server: Use a separate BlockBackend
The builtin NBD server uses its own BlockBackend now instead of reusing the monitor/guest device one.
This means that it has its own writethrough setting now. The builtin NBD server always uses writeback caching now regardless of whether the guest device has WCE enabled. qemu-nbd respects the cache mode given on the command line.
We still need to keep a reference to the monitor BB because we put an eject notifier on it, but we don't use it for any I/O.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
|
H A D | qemu-nbd.c | diff cd7fca952ce8456955f7f4e11df9ced14204c2f1 Wed Jul 06 04:22:39 CDT 2016 Kevin Wolf <kwolf@redhat.com> nbd-server: Use a separate BlockBackend
The builtin NBD server uses its own BlockBackend now instead of reusing the monitor/guest device one.
This means that it has its own writethrough setting now. The builtin NBD server always uses writeback caching now regardless of whether the guest device has WCE enabled. qemu-nbd respects the cache mode given on the command line.
We still need to keep a reference to the monitor BB because we put an eject notifier on it, but we don't use it for any I/O.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
|
H A D | block.c | diff cd7fca952ce8456955f7f4e11df9ced14204c2f1 Wed Jul 06 04:22:39 CDT 2016 Kevin Wolf <kwolf@redhat.com> nbd-server: Use a separate BlockBackend
The builtin NBD server uses its own BlockBackend now instead of reusing the monitor/guest device one.
This means that it has its own writethrough setting now. The builtin NBD server always uses writeback caching now regardless of whether the guest device has WCE enabled. qemu-nbd respects the cache mode given on the command line.
We still need to keep a reference to the monitor BB because we put an eject notifier on it, but we don't use it for any I/O.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | diff cd7fca952ce8456955f7f4e11df9ced14204c2f1 Wed Jul 06 04:22:39 CDT 2016 Kevin Wolf <kwolf@redhat.com> nbd-server: Use a separate BlockBackend
The builtin NBD server uses its own BlockBackend now instead of reusing the monitor/guest device one.
This means that it has its own writethrough setting now. The builtin NBD server always uses writeback caching now regardless of whether the guest device has WCE enabled. qemu-nbd respects the cache mode given on the command line.
We still need to keep a reference to the monitor BB because we put an eject notifier on it, but we don't use it for any I/O.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
|
/openbmc/qemu/nbd/ |
H A D | server.c | diff cd7fca952ce8456955f7f4e11df9ced14204c2f1 Wed Jul 06 04:22:39 CDT 2016 Kevin Wolf <kwolf@redhat.com> nbd-server: Use a separate BlockBackend
The builtin NBD server uses its own BlockBackend now instead of reusing the monitor/guest device one.
This means that it has its own writethrough setting now. The builtin NBD server always uses writeback caching now regardless of whether the guest device has WCE enabled. qemu-nbd respects the cache mode given on the command line.
We still need to keep a reference to the monitor BB because we put an eject notifier on it, but we don't use it for any I/O.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
|