Re: [Qemu-devel] [PATCH] Add missing const attributes for MemoryRegionOps

2012-03-11 Thread Blue Swirl
Thanks, applied. On Sat, Mar 10, 2012 at 19:15, Stefan Weil wrote: > Am 05.02.2012 21:19, schrieb Stefan Weil: >> >> Most MemoryRegionOps already had the const attribute. >> This patch adds it to the remaining ones. >> >> Signed-off-by: Stefan Weil >> --- >>  hw/cuda.c          |    2 +- >>  hw/i

Re: [Qemu-devel] [PATCH] Add missing const attributes for MemoryRegionOps

2012-03-10 Thread Stefan Weil
Am 05.02.2012 21:19, schrieb Stefan Weil: Most MemoryRegionOps already had the const attribute. This patch adds it to the remaining ones. Signed-off-by: Stefan Weil --- hw/cuda.c |2 +- hw/ide/ahci.c |4 ++-- hw/ide/cmd646.c|6 +++--- hw/ide/macio.c |2

[Qemu-devel] [PATCH] Add missing const attributes for MemoryRegionOps

2012-02-05 Thread Stefan Weil
Most MemoryRegionOps already had the const attribute. This patch adds it to the remaining ones. Signed-off-by: Stefan Weil --- hw/cuda.c |2 +- hw/ide/ahci.c |4 ++-- hw/ide/cmd646.c|6 +++--- hw/ide/macio.c |2 +- hw/ide/piix.c |2 +- hw/ide/via.c