Update Coreinfo to use TAG_FORWARD in tables. Update the ramdump function cursor functions and make the address hex instead of decimal
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On 8/21/09 9:09 PM, Myles Watson wrote:
Update Coreinfo to use TAG_FORWARD in tables. Update the ramdump function cursor functions and make the address hex instead of decimal
Signed-off-by: Myles Watson mylesgw@gmail.com
Both are Acked-by: Stefan Reinauer stepan@coresystems.de
On Fri, Aug 21, 2009 at 12:09 PM, Myles Watsonmylesgw@gmail.com wrote:
Update Coreinfo to use TAG_FORWARD in tables. Update the ramdump function cursor functions and make the address hex instead of decimal
Signed-off-by: Myles Watson mylesgw@gmail.com
I notice you removed the checks for < 0 and > something.
I assume these are checked elsewhere? Acked-by: Ronald G. Minnich rminnich@gmail.com
I notice you removed the checks for < 0 and > something.
I assume these are checked elsewhere?
Yes. At the end of the file they're checked and forced into bounds.
Acked-by: Ronald G. Minnich rminnich@gmail.com
Rev 4563.
Thanks, Myles
On Fri, Aug 21, 2009 at 01:09:20PM -0600, Myles Watson wrote:
Update Coreinfo to use TAG_FORWARD in tables. Update the ramdump function cursor functions and make the address hex instead of decimal
Signed-off-by: Myles Watson mylesgw@gmail.com
Great stuff, thanks! Tested on QEMU, looks good.
Both patches are:
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Uwe.