]> Git Repo - qemu.git/commit
xen-hvm: ignore background I/O sections
authorPaul Durrant <[email protected]>
Mon, 9 May 2016 16:31:20 +0000 (17:31 +0100)
committerPaolo Bonzini <[email protected]>
Sun, 29 May 2016 07:11:11 +0000 (09:11 +0200)
commita8ff4316795c7051b38727ec4a81c65dfcf63dc6
tree356b2d842348e521e9d506dcac3872c02786d80c
parenta4a0e4b258b2034559a546927794f477025d55d6
xen-hvm: ignore background I/O sections

Since Xen will correctly handle accesses to unimplemented I/O ports (by
returning all 1's for reads and ignoring writes) there is no need for
QEMU to register backgroud I/O sections.

This patch therefore adds checks to xen_io_add/del so that sections with
memory-region ops pointing at 'unassigned_io_ops' are ignored.

Signed-off-by: Paul Durrant <[email protected]>
Cc: Stefano Stabellini <[email protected]>
Cc: Anthony Perard <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Message-Id: <1462811480[email protected]>
Acked-by: Anthony PERARD <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
xen-hvm.c
This page took 0.021012 seconds and 4 git commands to generate.