28.01.2015 17:54, Markus Armbruster wrote:
> Markus Armbruster (4):
> qemu-option: Replace pointless use of g_malloc0() by g_malloc()
> qemu-option: Pair g_malloc() with g_free(), not free()
> spapr_vio: Pair g_malloc() with g_free(), not free()
> usb: Pair g_malloc() with g_free(), not fr
Got reviews, want qemu-trivial: *ping* :)
Markus Armbruster writes:
> I'm routing these patches through qemu-trivial, even though some of
> them touch actively maintained code, and could go through the
> respective tree instead:
>
> * PATCH 3 sPAPR (Alex)
>
> * PATCH 4 USB (Gerd)
>
> If you want
On 01/28/2015 07:54 AM, Markus Armbruster wrote:
> I'm routing these patches through qemu-trivial, even though some of
> them touch actively maintained code, and could go through the
> respective tree instead:
>
> * PATCH 3 sPAPR (Alex)
>
> * PATCH 4 USB (Gerd)
>
> If you want me to reroute any
I'm routing these patches through qemu-trivial, even though some of
them touch actively maintained code, and could go through the
respective tree instead:
* PATCH 3 sPAPR (Alex)
* PATCH 4 USB (Gerd)
If you want me to reroute any of them, let me know.
Markus Armbruster (4):
qemu-option: Replac