[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 03/15] Allow qemu_devtree_setprop() to take arbi
From: |
Alexander Graf |
Subject: |
[Qemu-devel] Re: [PATCH 03/15] Allow qemu_devtree_setprop() to take arbitrary values |
Date: |
Sat, 12 Feb 2011 16:18:17 +0100 |
On 12.02.2011, at 15:54, David Gibson wrote:
> From: David Gibson <address@hidden>
>
> Currently qemu_devtree_setprop() expects the new property value to be
> given as a uint32_t *. While property values consisting of u32s are
> common, in general they can have any bytestring value.
>
> Therefore, this patch alters the function to take a void * instead,
> allowing callers to easily give anything as the property value.
>
> Signed-off-by: David Gibson <address@hidden>
Acked-by: Alexander Graf <address@hidden>
Alex
- [Qemu-devel] RFC: Implement emulation of pSeries logical partitions, David Gibson, 2011/02/12
- [Qemu-devel] [PATCH 01/15] Add TAGS and *~ to .gitignore, David Gibson, 2011/02/12
- [Qemu-devel] [PATCH 03/15] Allow qemu_devtree_setprop() to take arbitrary values, David Gibson, 2011/02/12
- [Qemu-devel] Re: [PATCH 03/15] Allow qemu_devtree_setprop() to take arbitrary values,
Alexander Graf <=
- [Qemu-devel] [PATCH 04/15] Add a hook to allow hypercalls to be emulated on PowerPC, David Gibson, 2011/02/12
- [Qemu-devel] [PATCH 02/15] Clean up PowerPC SLB handling code, David Gibson, 2011/02/12
- [Qemu-devel] [PATCH 08/15] Clean up slb_lookup() function, David Gibson, 2011/02/12
- [Qemu-devel] [PATCH 06/15] Implement missing parts of the logic for the POWER PURR, David Gibson, 2011/02/12
- [Qemu-devel] [PATCH 07/15] Correct ppc popcntb logic, implement popcntw and popcntd, David Gibson, 2011/02/12