Re: [PATCH] target/avr: Ignore unimplemented WDR opcode

2021-05-13 Thread Laurent Vivier
Le 13/05/2021 à 19:04, Philippe Mathieu-Daudé a écrit : > Cc'ing qemu-trivial@ Applied to my trivial-patches branch. Thanks, Laurent > On 5/5/21 3:35 PM, Fred Konrad wrote: >> Le 5/2/21 à 9:09 PM, Philippe Mathieu-Daudé a écrit : >>> Running the WDR opcode triggers a segfault: >>> >>>    $ cat >

Re: [PATCH] target/avr: Ignore unimplemented WDR opcode

2021-05-13 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ On 5/5/21 3:35 PM, Fred Konrad wrote: > Le 5/2/21 à 9:09 PM, Philippe Mathieu-Daudé a écrit : >> Running the WDR opcode triggers a segfault: >> >>    $ cat > foo.S << EOF >>    > __start: >>    > wdr >>    > EOF >>    $ avr-gcc -nostdlib -nostartfiles -mmcu=avr6 foo.S -o f

Re: [PATCH] target/avr: Ignore unimplemented WDR opcode

2021-05-05 Thread Fred Konrad
Le 5/2/21 à 9:09 PM, Philippe Mathieu-Daudé a écrit : Running the WDR opcode triggers a segfault: $ cat > foo.S << EOF > __start: > wdr > EOF $ avr-gcc -nostdlib -nostartfiles -mmcu=avr6 foo.S -o foo.elf $ qemu-system-avr -serial mon:stdio -nographic -no-reboot \ -M

[PATCH] target/avr: Ignore unimplemented WDR opcode

2021-05-02 Thread Philippe Mathieu-Daudé
Running the WDR opcode triggers a segfault: $ cat > foo.S << EOF > __start: > wdr > EOF $ avr-gcc -nostdlib -nostartfiles -mmcu=avr6 foo.S -o foo.elf $ qemu-system-avr -serial mon:stdio -nographic -no-reboot \ -M mega -bios foo.elf -d in_asm --singlestep IN: 0x: WD