Searched hist:bda9020e2463ec94db9f97e8615f3bae22069838 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/virt/kvm/ |
H A D | coalesced_mmio.c | diff bda9020e2463ec94db9f97e8615f3bae22069838 Mon Jun 29 14:24:32 CDT 2009 Michael S. Tsirkin <mst@redhat.com> KVM: remove in_range from io devices
This changes bus accesses to use high-level kvm_io_bus_read/kvm_io_bus_write functions. in_range now becomes unused so it is removed from device ops in favor of read/write callbacks performing range checks internally.
This allows aliasing (mostly for in-kernel virtio), as well as better error handling by making it possible to pass errors up to userspace.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | kvm_main.c | diff bda9020e2463ec94db9f97e8615f3bae22069838 Mon Jun 29 14:24:32 CDT 2009 Michael S. Tsirkin <mst@redhat.com> KVM: remove in_range from io devices
This changes bus accesses to use high-level kvm_io_bus_read/kvm_io_bus_write functions. in_range now becomes unused so it is removed from device ops in favor of read/write callbacks performing range checks internally.
This allows aliasing (mostly for in-kernel virtio), as well as better error handling by making it possible to pass errors up to userspace.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8259.c | diff bda9020e2463ec94db9f97e8615f3bae22069838 Mon Jun 29 14:24:32 CDT 2009 Michael S. Tsirkin <mst@redhat.com> KVM: remove in_range from io devices
This changes bus accesses to use high-level kvm_io_bus_read/kvm_io_bus_write functions. in_range now becomes unused so it is removed from device ops in favor of read/write callbacks performing range checks internally.
This allows aliasing (mostly for in-kernel virtio), as well as better error handling by making it possible to pass errors up to userspace.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | i8254.c | diff bda9020e2463ec94db9f97e8615f3bae22069838 Mon Jun 29 14:24:32 CDT 2009 Michael S. Tsirkin <mst@redhat.com> KVM: remove in_range from io devices
This changes bus accesses to use high-level kvm_io_bus_read/kvm_io_bus_write functions. in_range now becomes unused so it is removed from device ops in favor of read/write callbacks performing range checks internally.
This allows aliasing (mostly for in-kernel virtio), as well as better error handling by making it possible to pass errors up to userspace.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | lapic.c | diff bda9020e2463ec94db9f97e8615f3bae22069838 Mon Jun 29 14:24:32 CDT 2009 Michael S. Tsirkin <mst@redhat.com> KVM: remove in_range from io devices
This changes bus accesses to use high-level kvm_io_bus_read/kvm_io_bus_write functions. in_range now becomes unused so it is removed from device ops in favor of read/write callbacks performing range checks internally.
This allows aliasing (mostly for in-kernel virtio), as well as better error handling by making it possible to pass errors up to userspace.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
H A D | x86.c | diff bda9020e2463ec94db9f97e8615f3bae22069838 Mon Jun 29 14:24:32 CDT 2009 Michael S. Tsirkin <mst@redhat.com> KVM: remove in_range from io devices
This changes bus accesses to use high-level kvm_io_bus_read/kvm_io_bus_write functions. in_range now becomes unused so it is removed from device ops in favor of read/write callbacks performing range checks internally.
This allows aliasing (mostly for in-kernel virtio), as well as better error handling by making it possible to pass errors up to userspace.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | diff bda9020e2463ec94db9f97e8615f3bae22069838 Mon Jun 29 14:24:32 CDT 2009 Michael S. Tsirkin <mst@redhat.com> KVM: remove in_range from io devices
This changes bus accesses to use high-level kvm_io_bus_read/kvm_io_bus_write functions. in_range now becomes unused so it is removed from device ops in favor of read/write callbacks performing range checks internally.
This allows aliasing (mostly for in-kernel virtio), as well as better error handling by making it possible to pass errors up to userspace.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
|