[Qemu-devel] [Bug 1756519] Re: qemu linux-user crash in QOM path canonicalization during do_fork() call to cpu_create

2018-03-30 Thread jcmvbkbc
The following patch should fix that: http://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg07437.html -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1756519 Title: qemu linux-user crash in QOM

Re: [Qemu-devel] [PATCH 3/5] exec: fix code tlb entry misused as iotlb in get_page_addr_code()

2012-03-15 Thread jcmvbkbc
Hi. get_page_addr_code() reads a code tlb entry, but interprets it as an iotlb entry. This works by accident since the low bits of a RAM code tlb entry are clear, and match a RAM iotlb entry. This accident is about to unhappen, so fix the code to use an iotlb entry (using the code entry with

Re: [Qemu-devel] [RFC 12/12] target-xtensa: QOM'ify CPU

2012-03-15 Thread jcmvbkbc
Let xtensa_cpu_list() enumerate CPU classes alphabetically. Signed-off-by: Andreas Färberafaer...@suse.de --- [...] diff --git a/gdbstub.c b/gdbstub.c index f4e97f7..773e86f 100644 --- a/gdbstub.c +++ b/gdbstub.c @@ -1570,14 +1570,17 @@ static int cpu_gdb_write_register(CPULM32State *env,