Home
last modified time | relevance | path

Searched hist:bda9020e2463ec94db9f97e8615f3bae22069838 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/virt/kvm/
H A Dcoalesced_mmio.cdiff 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 Dkvm_main.cdiff 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 Di8259.cdiff 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 Di8254.cdiff 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 Dlapic.cdiff 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 Dx86.cdiff 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 Dkvm_host.hdiff 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>