Re: [Qemu-devel] [PATCH v4 0/3] target-openrisc hw/openrisc: Some OpenRISC fix.

2013-07-22 Thread Andreas Färber
Am 22.07.2013 12:30, schrieb Jia Liu: > Jia Liu (3): > hw/openrisc: Indent typo > hw/openrisc: Use stderr output instead of qemu_log > target-openrisc: Free typename in openrisc_cpu_class_by_name Remainder of v4 series: Reviewed-by: Andreas Färber Andreas -- SUSE LINUX Products GmbH, Ma

[Qemu-devel] [PATCH v4 0/3] target-openrisc hw/openrisc: Some OpenRISC fix.

2013-07-22 Thread Jia Liu
Fix OpenRISC CPU and sim broad. We should free typename in openrisc_cpu_class_by_name, and we should use stderr output in openrisc_sim.c. Updates from V4: * Remove a not needed patch. Updates from V3: * Replace a typo fix using a stderr fix. Updates from V2: * Combine typo patchset and typenam