Re: [PATCH 1/3] device-assignment: Fix slow option ROM mapping

2010-07-31 Thread Chris Wright
* Alex Williamson (alex.william...@redhat.com) wrote: cpu_register_io_memory() supports individual function pointers being NULL, not the structure itself. Create and pass the right thing. Acked-by: Chris Wright chr...@redhat.com -- To unsubscribe from this list: send the line unsubscribe kvm

[PATCH 1/3] device-assignment: Fix slow option ROM mapping

2010-07-30 Thread Alex Williamson
cpu_register_io_memory() supports individual function pointers being NULL, not the structure itself. Create and pass the right thing. Signed-off-by: Alex Williamson alex.william...@redhat.com --- hw/device-assignment.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git