Re: [Qemu-devel] [PATCH 0/3] Drop old_mmio accessor support

2018-09-26 Thread Paolo Bonzini
On 25/09/2018 16:52, Peter Maydell wrote: > > Paolo, I'm assuming you want to take these patches via the > memory tree ? Yes, I can do that (I'll send the pull request either on Saturday or Monday). Paolo

Re: [Qemu-devel] [PATCH 0/3] Drop old_mmio accessor support

2018-09-25 Thread Peter Maydell
On 24 August 2018 at 18:04, Peter Maydell wrote: > Hi; this patchset removes support for the old_mmio accessors > from the memory core code, now that we have fixed all the > devices that were using it. > > Patch 1 does that removal. > Patch 2 fixes up a wart in fw_cfg that was only needed while >

[Qemu-devel] [PATCH 0/3] Drop old_mmio accessor support

2018-08-24 Thread Peter Maydell
Hi; this patchset removes support for the old_mmio accessors from the memory core code, now that we have fixed all the devices that were using it. Patch 1 does that removal. Patch 2 fixes up a wart in fw_cfg that was only needed while we had the old_mmio accessors (spotted because of the comment c