Re: [Qemu-devel] [PATCH v5 17/18] ioapic: keep RO bits for IOAPIC entry

2016-04-29 Thread Radim Krčmář
2016-04-28 15:05+0800, Peter Xu: > Currently IOAPIC RO bits can be written. To be better aligned with > hardware, we should let them read-only. > > Signed-off-by: Peter Xu > --- Reviewed-by: Radim Krčmář

[Qemu-devel] [PATCH v5 17/18] ioapic: keep RO bits for IOAPIC entry

2016-04-28 Thread Peter Xu
Currently IOAPIC RO bits can be written. To be better aligned with hardware, we should let them read-only. Signed-off-by: Peter Xu --- hw/intc/ioapic.c | 4 include/hw/i386/ioapic_internal.h | 5 + 2 files changed, 9 insertions(+) diff --git a/hw/intc/ioapic.c b/hw/int